Is there native support for Compressed Sparse Column (CSC) format for sparse matrices, like importing and manipulating them?
|
|
The first Google hit for "compressed sparse column" is this page, which explains that it's also called the Harwell-Boeing format. If this is what you need, this format is supported by Mathematica. |
||||
|
|
|
You can view the full list of supported formats. You can also view the list of formats by category. You can evaluate |
|||||||
|
|
|
Mathematica has, I think, very efficient SparseArray functionality. SarseArrays are supported by a wide variety of functions, e.g
To extract positions and values from SparseArrays use:
and then export those. "Properties" has more info. Here is a link where examples of efficient use of |
|||||
|
