|
ergo
|
The heart of the matrix library. More...
#include <math.h>#include <cstdlib>#include <algorithm>#include "MatrixHierarchicBase.h"#include "matrix_proxy.h"#include "mat_gblas.h"#include "sort.h"#include "allocate.h"Go to the source code of this file.
Classes | |
| class | mat::SingletonForTimings |
| class | mat::Matrix< Treal, Telement > |
| Matrix class and heart of the matrix library. More... | |
| class | mat::Matrix< Treal > |
Namespaces | |
| namespace | mat |
Enumerations | |
| enum | mat::side { mat::left , mat::right } |
| enum | mat::inchversion { mat::unstable , mat::stable } |
Variables | |
| template<class Treal> | |
| const Treal | mat::Matrix< Treal >::ZERO = 0 |
| template<class Treal> | |
| const Treal | mat::Matrix< Treal >::ONE = 1 |
The heart of the matrix library.
Copyright(c) Emanuel Rubensson 2005