FflasFfpack
|
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <iostream>
#include <typeinfo>
#include <vector>
#include <string>
#include "fflas-ffpack/utils/timer.h"
#include "fflas-ffpack/fflas/fflas.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "givaro/modular-integer.h"
#include "givaro/givcaster.h"
#include "fflas-ffpack/paladin/parallel.h"
Macros | |
#define | __FFLASFFPACK_OPENBLAS_NT_ALREADY_SET 1 |
#define | MG_DEFAULT MG_ACTIVE |
#define | STD_RECINT_SIZE 8 |
Functions | |
template<typename T > | |
std::ostream & | write_matrix (std::ostream &out, Givaro::Integer p, size_t m, size_t n, T *C, size_t ldc) |
template<typename Ints > | |
int | tmain () |
int | main (int argc, char **argv) |
#define __FFLASFFPACK_OPENBLAS_NT_ALREADY_SET 1 |
#define MG_DEFAULT MG_ACTIVE |
#define STD_RECINT_SIZE 8 |
std::ostream & write_matrix | ( | std::ostream & | out, |
Givaro::Integer | p, | ||
size_t | m, | ||
size_t | n, | ||
T * | C, | ||
size_t | ldc | ||
) |
int tmain | ( | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |