linbox
test-sparse.C File Reference

no doc More...

#include "linbox/linbox-config.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include "linbox/util/commentator.h"
#include "linbox/ring/modular.h"
#include "linbox/matrix/sparse-matrix.h"
#include "test-blackbox.h"

Functions

template<class SM, class SM2>
bool buildBySetGetEntry (SM &A, const SM2 &B)
 
template<class Field, class SMF>
bool testSparseFormat (string format, const SparseMatrix< Field > &S1)
 
int main (int argc, char **argv)
 

Detailed Description

no doc

Test
no doc.

Function Documentation

◆ buildBySetGetEntry()

template<class SM, class SM2>
bool buildBySetGetEntry ( SM & A,
const SM2 & B )

◆ testSparseFormat()

template<class Field, class SMF>
bool testSparseFormat ( string format,
const SparseMatrix< Field > & S1 )

◆ main()

int main ( int argc,
char ** argv )