wrtobin / las

Zero-overhead interfaces to Linear Algebraic data structures and Solvers
1 stars 1 forks source link

Add matrix/vector printer as part of LasOps #58

Open jacobmerson opened 6 years ago

jacobmerson commented 6 years ago

Previously I implemented the matrix printer only for the specific instance of the sparskit matrix. We can extend this to have printing functionality for the various backends which often already have efficient print utilities written for their format.