Data.Array.Repa.IO.Matrix
Description
Read and write matrices as ASCII text files.
The file format is like:
MATRIX -- header 100 100 -- width and height 1.23 1.56 1.23 ... -- data, separated by whitespace ....
repa-io-2.0.1.1: Read and write Repa arrays in various formats.
Data.Array.Repa.IO.Matrix
Description
Read and write matrices as ASCII text files.
The file format is like:
MATRIX -- header 100 100 -- width and height 1.23 1.56 1.23 ... -- data, separated by whitespace ....