Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatComplexBandMatrix) Method

Converts a banded matrix to a general matrix.

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

Parameters

B  FloatComplexBandMatrix
A banded matrix.

Return Value

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