ergo
test_LanczosSeveralLargestEig.cc File Reference

Code for testing functionality for somputing several eigenpairs using the Lanczos method. 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"
#include "LanczosSeveralLargestEig.h"

Typedefs

typedef double real
 
typedef Matrix< real, realMat_1
 
typedef Matrix< real, Mat_1Mat_2
 
typedef Matrix< real, Mat_2Mat_3
 
typedef Vector< real, realVec_1
 
typedef Vector< real, Vec_1Vec_2
 
typedef Vector< real, Vec_2Vec_3
 
typedef Mat_3 matri
 
typedef Vec_3 vect
 
typedef MatrixSymmetric< real, matrisymmMatrix
 
typedef MatrixTriangular< real, matritriangMatrix
 
typedef MatrixGeneral< real, matrinormalMatrix
 
typedef VectorGeneral< real, vectnormalVector
 

Functions

int main ()
 

Detailed Description

Code for testing functionality for somputing several eigenpairs using the Lanczos method.

Author
Anastasia Kruchinina

Typedef Documentation

◆ Mat_1

typedef Matrix<real, real> Mat_1

◆ Mat_2

typedef Matrix<real, Mat_1> Mat_2

◆ Mat_3

typedef Matrix<real, Mat_2> Mat_3

◆ matri

typedef Mat_3 matri

◆ normalMatrix

◆ normalVector

◆ real

typedef double real

◆ symmMatrix

◆ triangMatrix

◆ Vec_1

typedef Vector<real, real > Vec_1

◆ Vec_2

typedef Vector<real, Vec_1> Vec_2

◆ Vec_3

typedef Vector<real, Vec_2> Vec_3

◆ vect

typedef Vec_3 vect

Function Documentation

◆ main()