IMapackMatrixInverse Property |
Inverse of the matrix if matrix is square, pseudoinverse otherwise.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIMapackMatrix Inverse { get; }Property Value
IMapackMatrixThe inverse matrix, or the pseudoinverse if the matrix is not square.
See Also