Click or drag to resize

NMathFunctionsInverse(DoubleTriDiagMatrix) Method

Computes the inverse of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix Inverse(
	DoubleTriDiagMatrix A
)

Parameters

A  DoubleTriDiagMatrix
A tridiagonal matrix.

Return Value

DoubleMatrix
The inverse of A.
See Also