linbox
|
no doc More...
#include <linbox/linbox-config.h>
#include <iostream>
#include <fstream>
#include <string>
#include "test-common.h"
#include "linbox/util/matrix-stream.h"
#include "linbox/integer.h"
#include "linbox/matrix/sparse-matrix.h"
no doc
Then we could have a self contained test that checks the write/read cycle without depending on preexisting data files.
...but data files illustrating formats that we intend to read but not write would continue to be used. -bds