Click or drag to resize

DoubleComplexTriDiagMatrixToGeneralMatrix Method

Converts this tridiagonal matrix to a general matrix.

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

Return Value

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