This is documentation for an old release of SciPy (version 0.11.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Return a dense matrix representation of this matrix.
Parameters : | order : {‘C’, ‘F’}, optional
out : ndarray, 2-dimensional, optional
|
---|---|
Returns : | arr : numpy.matrix, 2-dimensional
|