linbox
test-getentry.C File Reference

no doc More...

#include "linbox/linbox-config.h"
#include <iostream>
#include <fstream>
#include <cstdio>
#include "test-common.h"
#include "linbox/util/commentator.h"
#include "linbox/ring/modular.h"
#include "linbox/solutions/getentry.h"
#include "linbox/blackbox/compose.h"
#include "linbox/blackbox/diagonal.h"
#include "linbox/blackbox/scalar-matrix.h"
#include "linbox/matrix/sparse-matrix.h"
#include "linbox/vector/stream.h"

Functions

template<class Field>
bool testGenericBBgetEntry (const Field &F, size_t n)
 
template<class Field>
bool testScalarMatrixgetEntry (const Field &F, size_t n)
 
template<class Field>
bool testSparseMatrixgetEntry (const Field &F, size_t n)
 
template<class Field>
bool testSpecialCDgetEntry (const Field &F, size_t n)
 
int main (int argc, char **argv)
 

Detailed Description

no doc

Test
NO DOC

Function Documentation

◆ testGenericBBgetEntry()

template<class Field>
bool testGenericBBgetEntry ( const Field & F,
size_t n )

◆ testScalarMatrixgetEntry()

template<class Field>
bool testScalarMatrixgetEntry ( const Field & F,
size_t n )

◆ testSparseMatrixgetEntry()

template<class Field>
bool testSparseMatrixgetEntry ( const Field & F,
size_t n )

◆ testSpecialCDgetEntry()

template<class Field>
bool testSpecialCDgetEntry ( const Field & F,
size_t n )

◆ main()

int main ( int argc,
char ** argv )