FflasFfpack
Macros | Functions
test-echelon.C File Reference
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <iostream>
#include <iomanip>
#include <givaro/modular-balanced.h>
#include <givaro/udl.h>
#include "fflas-ffpack/utils/timer.h"
#include "fflas-ffpack/ffpack/ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "test-utils.h"
#include "Matio.h"

Macros

#define __FFLASFFPACK_SEQUENTIAL
 

Functions

template<class Field >
bool test_colechelon (Field &F, size_t m, size_t n, size_t r, size_t iters, FFPACK::FFPACK_LU_TAG LuTag)
 
template<class Field >
bool test_rowechelon (Field &F, size_t m, size_t n, size_t r, size_t iters, FFPACK::FFPACK_LU_TAG LuTag)
 
template<class Field >
bool test_redcolechelon (Field &F, size_t m, size_t n, size_t r, size_t iters, FFPACK::FFPACK_LU_TAG LuTag)
 
template<class Field >
bool test_redrowechelon (Field &F, size_t m, size_t n, size_t r, size_t iters, FFPACK::FFPACK_LU_TAG LuTag)
 
template<class Field >
bool run_with_field (Givaro::Integer q, uint64_t b, size_t m, size_t n, size_t r, size_t iters)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ __FFLASFFPACK_SEQUENTIAL

#define __FFLASFFPACK_SEQUENTIAL

Function Documentation

◆ test_colechelon()

bool test_colechelon ( Field F,
size_t  m,
size_t  n,
size_t  r,
size_t  iters,
FFPACK::FFPACK_LU_TAG  LuTag 
)
Todo:
check lda

◆ test_rowechelon()

bool test_rowechelon ( Field F,
size_t  m,
size_t  n,
size_t  r,
size_t  iters,
FFPACK::FFPACK_LU_TAG  LuTag 
)
Todo:
check lda

◆ test_redcolechelon()

bool test_redcolechelon ( Field F,
size_t  m,
size_t  n,
size_t  r,
size_t  iters,
FFPACK::FFPACK_LU_TAG  LuTag 
)
Todo:
check lda

◆ test_redrowechelon()

bool test_redrowechelon ( Field F,
size_t  m,
size_t  n,
size_t  r,
size_t  iters,
FFPACK::FFPACK_LU_TAG  LuTag 
)
Todo:
check lda

◆ run_with_field()

bool run_with_field ( Givaro::Integer  q,
uint64_t  b,
size_t  m,
size_t  n,
size_t  r,
size_t  iters 
)

◆ main()

int main ( int  argc,
char **  argv 
)