linbox
test-matrix-stream.C File Reference

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"
+ Include dependency graph for test-matrix-stream.C:

Detailed Description

no doc

Bug:
this tests reveals memory leaks
Test:
NO DOC
Todo:
I would like to see a matrix writer that writes sms format and generic dense format.

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