Click or drag to resize

NMathFunctionsInverse(FloatTriDiagMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  FloatTriDiagMatrix
A tridiagonal matrix.

Return Value

FloatMatrix
The inverse of A.
See Also