linbox
test-matrix-stream.C File Reference

no doc More...

#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include "test-common.h"
#include <linbox/field/unparametric.h>
#include <linbox/util/matrix-stream.h>
#include <linbox/integer.h>
#include <linbox/blackbox/dense.h>
#include <linbox/blackbox/sparse.h>
#include <linbox/blackbox/blas-blackbox.h>

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