ergo
|
Test code testing creation of vector objects using the hierarchical vector data structure in the hierarchical matrix library. More...
#include <fstream>
#include <iomanip>
#include <iostream>
#include <cmath>
#include <stdio.h>
#include "SizesAndBlocks.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"
Typedefs | |
typedef double | real |
typedef Vector< real, real > | Vec_3 |
typedef Vec_3 | vect |
typedef VectorGeneral< real, vect > | normalVector |
Functions | |
int | main () |
Test code testing creation of vector objects using the hierarchical vector data structure in the hierarchical matrix library.
typedef VectorGeneral<real, vect> normalVector |
typedef double real |
int main | ( | ) |
References rows.