Back to Sparse Direct Solver (SuperLU)
slu.matrix.toCSC
Convert any sparse matrix format to CSC format.
Syntax
slu.matrix.toCSC(matrix)
Description
Convert any sparse matrix format to CSC format. If the matrix is already in CSC format, returns a copy.
Parameters
| Name | Description |
|---|---|
| matrix | - Sparse matrix in any supported format |
Returns
SparseMatrixCSC