Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleSymBandMatrix) Method

Converts a symmetric banded matrix to a general matrix.

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

Parameters

A  DoubleSymBandMatrix
A symmetric banded matrix.

Return Value

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