Click or drag to resize

NMathFunctionsInverse(DoubleComplexTriDiagMatrix, Boolean) Method

Computes the inverse of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplexMatrix Inverse(
	DoubleComplexTriDiagMatrix A,
	bool isHermitian
)

Parameters

A  DoubleComplexTriDiagMatrix
A tridiagonal matrix.
isHermitian  Boolean
true if A is Hermitian and positive definite.

Return Value

DoubleComplexMatrix
The inverse of A.
See Also