Closed cberzan closed 10 years ago
@lileicc
Ready for review. This is the easy part of input from files -- just reading a matrix with a statement like
fixed RealMatrix a = loadRealMatrix("file.txt");
The file format is space-separated -- it's the default that numpy and matlab produce, so hopefully fits the most common use cases.
LGTM
@lileicc
Ready for review. This is the easy part of input from files -- just reading a matrix with a statement like
The file format is space-separated -- it's the default that numpy and matlab produce, so hopefully fits the most common use cases.