| DoubleSymBandMatrixToGeneralMatrix Method |
Converts this symmetric banded matrix to a general matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleMatrix ToGeneralMatrix()
Public Function ToGeneralMatrix As DoubleMatrix
public:
DoubleMatrix^ ToGeneralMatrix()
member ToGeneralMatrix : unit -> DoubleMatrix
Return Value
DoubleMatrix
A new general matrix containing the values of this symmetric
banded matrix.
See Also