FflasFfpack
Functions
test-fgesv.C File Reference
#include <iostream>
#include <iomanip>
#include "fflas-ffpack/utils/fflas_io.h"
#include "fflas-ffpack/fflas-ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "fflas-ffpack/utils/test-utils.h"
#include <givaro/modular.h>

Functions

template<class Field , class RandIter >
bool test_square_fgesv (Field &F, FFLAS_SIDE side, string fileA, string fileB, size_t m, size_t k, size_t r, RandIter &G)
 
template<class Field , class RandIter >
bool test_rect_fgesv (Field &F, FFLAS_SIDE side, string fileA, string fileB, size_t m, size_t n, size_t k, size_t r, RandIter &G)
 
template<class Field >
bool run_with_field (Givaro::Integer q, uint64_t b, size_t m, size_t n, size_t k, size_t r, size_t iters, string fileA, string fileB, uint64_t &seed)
 
int main (int argc, char **argv)
 

Function Documentation

◆ test_square_fgesv()

bool test_square_fgesv ( Field F,
FFLAS_SIDE  side,
string  fileA,
string  fileB,
size_t  m,
size_t  k,
size_t  r,
RandIter &  G 
)

◆ test_rect_fgesv()

bool test_rect_fgesv ( Field F,
FFLAS_SIDE  side,
string  fileA,
string  fileB,
size_t  m,
size_t  n,
size_t  k,
size_t  r,
RandIter &  G 
)

◆ run_with_field()

bool run_with_field ( Givaro::Integer  q,
uint64_t  b,
size_t  m,
size_t  n,
size_t  k,
size_t  r,
size_t  iters,
string  fileA,
string  fileB,
uint64_t &  seed 
)

◆ main()

int main ( int  argc,
char **  argv 
)