GEOSX
|
#include "linearAlgebra/interfaces/VectorBase.hpp"
#include "linearAlgebra/interfaces/BlasLapackLA.hpp"
#include "linearAlgebra/interfaces/LinearOperator.hpp"
Go to the source code of this file.
Classes | |
class | geosx::NormalOperator< MATRIX, VECTOR > |
NormalOperator Simple class to apply the operator A^T * A to a vector. More... | |
Namespaces | |
geosx | |
Functions | |
template<typename Operator > | |
real64 | geosx::ArnoldiLargestEigenvalue (Operator const &op, localIndex const m=4) |
Function implementing the Arnoldi scheme to compute the largest eigenvalue. More... | |