Procedure | Location | Procedure Type | Description |
---|---|---|---|
gemm | forinv | Function | Calculates the matrix-matrix product of two matrices A and B. |
inv | forinv | Interface | |
invLU_rel | forinv | Function | Calculates the inverse of a matrix A using the LU decomposition. |
pinv_rel | forinv | Function | Calculates the pseudoinverse of a matrix A. |
pinvLU_rel | forinv | Function | Calculates the pseudoinverse of a matrix A using the LU decomposition. |
pinvSVD_rel | forinv | Function | Calculates the pseudoinverse of a matrix A using the SVD. |