You are here: Start » Filter Reference » Basic » Matrix
Matrix
Select a filter from the list below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AccessMatrix |  
 | 
		Returns matrix dimensions and its elements row-by-row as a real array.  | 
		FoundationLite | |
| AddMatrices |  
 | 
		Adds two matrices element by element.  | 
		FoundationLite | |
| CombineMatrices |  
 | 
		Combines two matrices horizontally.  | 
		FoundationLite | |
| ConcatenateMatrices |  
 | 
		Combines two matrices horizontally.  | 
		FoundationLite | |
| CreateIdentityMatrix |  
 | 
		Creates a square matrix with ones on the main diagonal, and zeros elsewhere.  | 
		FoundationLite | |
| CreateUniformMatrix |  
 | 
		Creates a matrix with the specified dimensions and filled with a uniform element value.  | 
		FoundationLite | |
| GetMatrixColumn |  
 | 
		Gets the values from a single column of a matrix.  | 
		FoundationLite | |
| GetMatrixElement |  
 | 
		Gets the value of a single element of a matrix.  | 
		FoundationLite | |
| GetMatrixRow |  
 | 
		Gets the values from a single row of a matrix.  | 
		FoundationLite | |
| InvertMatrix |  
 | 
		Finds the inverse of a square matrix.  | 
		FoundationLite | |
| MakeMatrix |  
 | 
		Creates a matrix of specified dimensions with initial elements given row-by-row.  | 
		FoundationLite | |
| MatrixToRealArrayArray |  
 | 
		Converts a matrix to an array of its rows.  | 
		FoundationLite | |
| MultiplyMatrices |  
 | 
		Multiplies two matrices element by element.  | 
		FoundationLite | |
| MultiplyMatrixByReal |  
 | 
		Multiplies all elements of a matrix by a value.  | 
		FoundationLite | |
| SetMatrixColumn |  
 | 
		Sets elements of a matrix column.  | 
		FoundationLite | |
| SetMatrixElement |  
 | 
		Sets a single element of a matrix.  | 
		FoundationLite | |
| SetMatrixRow |  
 | 
		Sets elements of a matrix row.  | 
		FoundationLite | |
| SkipEmptyMatrix |  
 | 
		If the input matrix dimensions are non-zero, then the matrix is copied to the output; otherwise Nil value is returned. Secures against domain errors caused by empty matrices.  | 
		FoundationLite | |
| StackMatrices |  
 | 
		Combines two matrices vertically.  | 
		FoundationLite | |
| SubtractMatrices |  
 | 
		Subtracts two matrices element by element.  | 
		FoundationLite | |
| TransposeMatrix |  
 | 
		Swaps rows with columns in a matrix.  | 
		FoundationLite | 
