| DoubleSymmetricMatrixToGeneralMatrix Method |
Converts this sparse 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
sparse matrix.
See Also