sarah-quinones/faer-rs

Methods to read and write matrices from and to CSV

Closed this issue · 0 comments

mhovd commented

Is your feature request related to a problem? Please describe.
Especially in debugging, it is useful to be able to inspect the matrix in a non-terminal environment. The CSV format is easily implemented and read from, but has not yet been implemented.

Describe the solution you'd like
Methods for writing and reading matrices, either as implementations for a given type, or as generic functions.