Computes the inverse of the matrix.

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

Syntax

C#
public static DoubleComplexMatrix Inverse(
	DoubleComplexTriDiagMatrix A
)
Visual Basic (Declaration)
Public Shared Function Inverse ( _
	A As DoubleComplexTriDiagMatrix _
) As DoubleComplexMatrix
Visual C++
public:
static DoubleComplexMatrix^ Inverse(
	DoubleComplexTriDiagMatrix^ A
)

Parameters

A
Type: CenterSpace.NMath.Matrix..::.DoubleComplexTriDiagMatrix
A tridiagonal matrix.

Return Value

The inverse of A.

See Also