sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.82k stars 61 forks source link

Methods to read and write matrices from and to CSV #97

Closed mhovd closed 1 month ago

mhovd commented 7 months ago

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.