Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleBandMatrix) Method

Converts a banded matrix to a general matrix.

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

Parameters

B  DoubleBandMatrix
A banded matrix.

Return Value

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