Expand description

Serial routines for converting between matrix formats.

All routines in this module are single-threaded. At present these routines offer no advantage over using the From trait, but future changes to the API might offer more control to the user.

Functions

Converts a CooMatrix to a dense matrix.
Converts a CscMatrix to a dense matrix.
Converts a CsrMatrix to a dense matrix.
Converts a dense matrix to CooMatrix.
Converts a dense matrix to a CscMatrix.
Converts a dense matrix to a CsrMatrix.