Computes the inverse of the factored matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleSymmetricMatrix Inverse()
Visual Basic (Declaration)
Public Function Inverse As DoubleSymmetricMatrix
Visual C++
public:
DoubleSymmetricMatrix^ Inverse()

Return Value

The inverse of the factored matrix.

See Also