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