Class template Dune::XT::LA::internal::EigenSolverBase

template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
class Dune::XT::LA::internal::EigenSolverBase

Note

If the provided options contain a subtree “matrix-inverter” that one is forwarded on eigenvector inversion.

See also: default_eigen_solver_options

const Common::Configuration &Dune::XT::LA::internal::EigenSolverBase::options() const

No documentation provided.

const MatrixType &Dune::XT::LA::internal::EigenSolverBase::matrix() const

No documentation provided.

virtual void Dune::XT::LA::internal::EigenSolverBase::compute() const = 0

Does the actual computation.

Warning

The implementor has to fill the appropriate members!

Note

The implementor can assume that the given options_ contain a valid ‘type’ and all default keys.

Note

The implementor does not need to guard against multiple calls of this method.

const int &Dune::XT::LA::internal::EigenSolverBase::eigenvalues() const

No documentation provided.

const int &Dune::XT::LA::internal::EigenSolverBase::real_eigenvalues() const

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::min_eigenvalues(const size_t num_evs = std::numeric_limits<size_t>::max()) const

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::max_eigenvalues(const size_t num_evs = std::numeric_limits<size_t>::max()) const

No documentation provided.

const ComplexMatrixType &Dune::XT::LA::internal::EigenSolverBase::eigenvectors() const

No documentation provided.

const ComplexMatrixType &Dune::XT::LA::internal::EigenSolverBase::eigenvectors_inverse() const

No documentation provided.

const RealMatrixType &Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors() const

No documentation provided.

const MatrixType &Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_inverse() const

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::compute_and_check() const

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::pre_checks()

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::post_checks() const

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::compute_real_eigenvalues() const

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::compute_real_eigenvectors() const

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::invert_eigenvectors() const

No documentation provided.

void Dune::XT::LA::internal::EigenSolverBase::invert_real_eigenvectors() const

No documentation provided.

static void Dune::XT::LA::internal::EigenSolverBase::complex_eigendecomposition_check(const ThisType &self, const double &tolerance)

No documentation provided.

template<>
Dune::XT::LA::internal::EigenSolverBase::EigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const MatrixType &matrix, const std::string &type = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::LA::internal::EigenSolverBase::EigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const MatrixType &matrix, const Common::Configuration &opts)

No documentation provided.

template<>
Dune::XT::LA::internal::EigenSolverBase::EigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const MatrixType &matrix, Common::Configuration *opts)

No documentation provided.

template<>
Dune::XT::LA::internal::EigenSolverBase::EigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const ThisType &other) = default

No documentation provided.

template<>
Dune::XT::LA::internal::EigenSolverBase::EigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(ThisType &&source) noexcept = default

No documentation provided.

template<>
virtual Dune::XT::LA::internal::EigenSolverBase::~EigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>() = default

No documentation provided.

const MatrixType &Dune::XT::LA::internal::EigenSolverBase::matrix_

No documentation provided.

Common::Configuration Dune::XT::LA::internal::EigenSolverBase::stored_options_

No documentation provided.

Common::Configuration *Dune::XT::LA::internal::EigenSolverBase::options_

No documentation provided.

bool Dune::XT::LA::internal::EigenSolverBase::computed_

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::eigenvalues_

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::real_eigenvalues_

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::eigenvectors_

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::eigenvectors_inverse_

No documentation provided.

int Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_inverse_

No documentation provided.

const bool Dune::XT::LA::internal::EigenSolverBase::disable_checks_

No documentation provided.

type Dune::XT::LA::internal::EigenSolverBase::ThisType

No documentation provided.

type Dune::XT::LA::internal::EigenSolverBase::MatrixType

No documentation provided.

type Dune::XT::LA::internal::EigenSolverBase::RealMatrixType

No documentation provided.

type Dune::XT::LA::internal::EigenSolverBase::ComplexMatrixType

No documentation provided.

template<class A, class B, class C, class D>
void Dune::XT::LA::internal::EigenSolverBase::assert_eigendecomposition(const int &mat, const B &eigenvalues, const C &eigenvectors, const D &eigenvectors_inverse, const double &tolerance) const

No documentation provided.

template<class A, class B, class C, class D>
void Dune::XT::LA::internal::EigenSolverBase::assert_eigendecomposition(const A &mat, const B &eigenvalues, const C &eigenvectors, const D &eigenvectors_inverse, const double &tolerance) const

No documentation provided.

template<class M>
void Dune::XT::LA::internal::EigenSolverBase::check_size(const int &mat) const

No documentation provided.

template<class M>
int Dune::XT::LA::internal::EigenSolverBase::check_size(const M &mat) const

No documentation provided.

template<class T>
bool Dune::XT::LA::internal::EigenSolverBase::contains_inf_or_nan(const int &vec) const

No documentation provided.

template<class M>
int Dune::XT::LA::internal::EigenSolverBase::contains_inf_or_nan(const M &mat) const

No documentation provided.

Class template Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper

template<bool is_common_matrix = XT::Common::is_matrix<MatrixType>::value, class T = MatrixType>
class Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper

No documentation provided.

Class template Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper

template<class T>
class Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper

No documentation provided.

static void Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper::compute(const ThisType &self, const double &tolerance)

No documentation provided.

Class template Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper

template<class T>
class Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper

No documentation provided.

static void Dune::XT::LA::internal::EigenSolverBase::real_eigenvectors_helper::compute(ThisType &self, const double &tolerance)

No documentation provided.