ergo
|
Benchmark of the matrix library. More...
#include <fstream>
#include <iomanip>
#include <iostream>
#include <cmath>
#include <stdio.h>
#include "Matrix.h"
#include "Vector.h"
#include "MatrixSymmetric.h"
#include "MatrixTriangular.h"
#include "MatrixGeneral.h"
#include "VectorGeneral.h"
#include "mat_gblas.h"
#include "Lanczos.h"
Functions | |
template<typename real > | |
int | mainFun (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Benchmark of the matrix library.
Copyright(c) Emanuel Rubensson 2007
int main | ( | int | argc, |
char * | argv[] | ||
) |
int mainFun | ( | int | argc, |
char * | argv[] | ||
) |