Click or drag to resize

DoubleBandMatrixToGeneralMatrix Method

Converts this banded matrix to a general matrix.

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

Return Value

DoubleMatrix
A new general matrix containing the values of this banded matrix.
See Also