FflasFfpack
|
Functions | |
template<class Field > | |
Field::Element * | read_field (const Field &F, char *mat_file, int *tni, int *tnj) |
template<class Field > | |
void | read_field4 (const Field &F, char *mat_file, int *tni, int *tnj, typename Field::Element *&NW, typename Field::Element *&NE, typename Field::Element *&SW, typename Field::Element *&SE) |
template<class Field > | |
std::ostream & | write_field (const Field &F, std::ostream &c, const typename Field::Element *E, int n, int m, int id, bool mapleFormat=false) |
template<class Field > | |
std::ostream & | write_field (const Field &F, std::ostream &c, const FFLAS::FFLAS_UPLO uplo, const FFLAS::FFLAS_DIAG unit, const typename Field::Element *E, int n, int m, int id, bool mapleFormat=false) |
Field::Element* read_field | ( | const Field & | F, |
char * | mat_file, | ||
int * | tni, | ||
int * | tnj | ||
) |
void read_field4 | ( | const Field & | F, |
char * | mat_file, | ||
int * | tni, | ||
int * | tnj, | ||
typename Field::Element *& | NW, | ||
typename Field::Element *& | NE, | ||
typename Field::Element *& | SW, | ||
typename Field::Element *& | SE | ||
) |
std::ostream& write_field | ( | const Field & | F, |
std::ostream & | c, | ||
const typename Field::Element * | E, | ||
int | n, | ||
int | m, | ||
int | id, | ||
bool | mapleFormat = false |
||
) |
std::ostream& write_field | ( | const Field & | F, |
std::ostream & | c, | ||
const FFLAS::FFLAS_UPLO | uplo, | ||
const FFLAS::FFLAS_DIAG | unit, | ||
const typename Field::Element * | E, | ||
int | n, | ||
int | m, | ||
int | id, | ||
bool | mapleFormat = false |
||
) |