Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatBandMatrix) Method

Converts a banded matrix to a general matrix.

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

Parameters

B  FloatBandMatrix
A banded matrix.

Return Value

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