You are here: Start » Function Reference » Basic » Matrix
Matrix
Select a function from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
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 | |
![]() |
InvertMatrix | Finds the inverse of a square matrix. |
FoundationLite | |
![]() |
LoadMatrix | Loads a serialized Matrix object from an FIDATA file. |
FoundationLite | |
![]() |
MultiplyMatrices | Multiplies two matrices element by element. |
FoundationLite | |
![]() |
MultiplyMatrixByReal | Multiplies all elements of a matrix by a value. |
FoundationLite | |
![]() |
SaveMatrix | Saves a serialized Matrix object as FIDATA file. |
FoundationLite | |
![]() |
StackMatrices | Combines two matrices vertically. |
FoundationLite | |
![]() |
SubtractMatrices | Subtracts two matrices element by element. |
FoundationLite | |
![]() |
TransposeMatrix | Swaps rows with columns in a matrix. |
FoundationLite |
Select Filter Equivalent below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
AccessMatrix | Returns matrix dimensions and its elements row-by-row as a real array. |
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 | |
![]() |
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 | |
![]() |
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 |