Toast++  1.0.2 (r.539)
Forward and inverse modelling in optical tomography
arpack.h
1 #ifndef __ARPACK_H
2 #define __ARPACK_H
3 
4 #include "mathlib.h"
5 
6 int ARPACK_Eigenpair (TMatrix<double> *A, int neig,
7  TVector<double> *eigval,
8  TDenseMatrix<double> *eigvec,
9  TVector<double> *residual = 0);
10 
11 #endif // !__ARPACK_H