|
FflasFfpack
|
#include <iostream>#include <fstream>#include <time.h>#include <stdlib.h>Data Structures | |
| class | Matrix< T > |
Typedefs | |
| typedef long | Base |
Functions | |
| void | reduce (long &r) |
| template<class T > | |
| void | print_mat (int dim, const T *A) |
| int | main (int argc, char **argv) |
Variables | |
| clock_t | totaltime |
| long | P |
| double | dP |
| typedef long Base |
|
inline |
| void print_mat | ( | int | dim, |
| const T * | A | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| clock_t totaltime |
| long P |
| double dP |
1.8.1.1