#include <stdio.h>
#include <stdlib.h>
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) |
|
|
|
|
|
|