Click or drag to resize

NMathFunctionsInverse(FloatComplexTriDiagMatrix, Boolean) Method

Computes the inverse of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexMatrix Inverse(
	FloatComplexTriDiagMatrix A,
	bool isHermitianPD
)

Parameters

A  FloatComplexTriDiagMatrix
A tridiagonal matrix.
isHermitianPD  Boolean
true if A is Hermitian and positive definite.

Return Value

FloatComplexMatrix
The inverse of A.
See Also