ergo
test_vector.cc File Reference

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, realVec_3
 
typedef Vec_3 vect
 
typedef VectorGeneral< real, vectnormalVector
 

Functions

int main ()
 

Detailed Description

Test code testing creation of vector objects using the hierarchical vector data structure in the hierarchical matrix library.

Typedef Documentation

◆ normalVector

◆ real

typedef double real

◆ Vec_3

typedef Vector<real, real> Vec_3

◆ vect

typedef Vec_3 vect

Function Documentation

◆ main()

int main ( )

References rows.