ComplexSparseMatrixToDenseMatrix Method |
Returns the sparse matrix as a dense matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[,] ToDenseMatrix()
Public Function ToDenseMatrix As Complex(,)
public:
array<Complex,2>^ ToDenseMatrix()
member ToDenseMatrix : unit -> Complex[,]
Return Value
Type:
Complex
A
Complex rectangular matrix containing this matrix with all
of the zeros explicitly present. The number of rows and columns in
the returned matrix is the same as in the sparse matrix.
See Also