TridiagonalLUDecompositionInverse Method |
Computes the inverse of the original matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SquareMatrix Inverse()
Public Function Inverse As SquareMatrix
public:
SquareMatrix^ Inverse()
member Inverse : unit -> SquareMatrix
Return Value
Type:
SquareMatrixThe matrix M
-1.
See Also