Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleComplexTriDiagMatrix) Method

Converts a tridiagonal matrix to a general matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplexMatrix ToGeneralMatrix(
	DoubleComplexTriDiagMatrix B
)

Parameters

B  DoubleComplexTriDiagMatrix
A tridiagonal matrix.

Return Value

DoubleComplexMatrix
A new general matrix containing the values of the tridiagonal matrix.
See Also