|
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 Vector< real, real > | Vec_3 |
| 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 |
| int main | ( | ) |
References rows.