Class template Dune::XT::LA::internal::GeneralizedEigenSolverBase¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
class Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶ Note
If the provided options contain a subtree “matrix-inverter” that one is forwarded on eigenvector inversion.
See also:
default_generalized_eigen_solver_options
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::options¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const Common::Configuration &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::options() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::lhs_matrix¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const MatrixType &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::lhs_matrix() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::rhs_matrix¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const MatrixType &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::rhs_matrix() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::compute¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
virtual void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::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.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::eigenvalues¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const int &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::eigenvalues() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvalues¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const int &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::real_eigenvalues() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::min_eigenvalues¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
int Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::min_eigenvalues(const int num_evs) const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::max_eigenvalues¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
int Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::max_eigenvalues(const int num_evs) const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::eigenvectors¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const ComplexMatrixType &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::eigenvectors() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
const RealMatrixType &Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::real_eigenvectors() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::compute_and_check¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::compute_and_check() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::pre_checks¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::pre_checks()¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::post_checks¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::post_checks() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::compute_real_eigenvalues¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::compute_real_eigenvalues() const¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::compute_real_eigenvectors¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::compute_real_eigenvectors() const¶ No documentation provided.
Constructor Dune::XT::LA::internal::GeneralizedEigenSolverBase::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶
-
template<>
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const MatrixType &lhs_matrix, const MatrixType &rhs_matrix, const std::string &type)¶ No documentation provided.
Constructor Dune::XT::LA::internal::GeneralizedEigenSolverBase::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶
-
template<>
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const MatrixType &lhs_matrix, const MatrixType &rhs_matrix, const Common::Configuration &opts)¶ No documentation provided.
Constructor Dune::XT::LA::internal::GeneralizedEigenSolverBase::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶
-
template<>
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const MatrixType &lhs_matrix, const MatrixType &rhs_matrix, Common::Configuration *opts)¶ No documentation provided.
Constructor Dune::XT::LA::internal::GeneralizedEigenSolverBase::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶
-
template<>
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(const ThisType &other) = default¶ No documentation provided.
Constructor Dune::XT::LA::internal::GeneralizedEigenSolverBase::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶
-
template<>
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>(ThisType &&source) noexcept = default¶ No documentation provided.
Destructor Dune::XT::LA::internal::GeneralizedEigenSolverBase::~GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>¶
-
template<>
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
virtual Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::~GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>() = default¶ No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::lhs_matrix_¶
-
const MatrixType &Dune::XT::LA::internal::GeneralizedEigenSolverBase::lhs_matrix_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::rhs_matrix_¶
-
const MatrixType &Dune::XT::LA::internal::GeneralizedEigenSolverBase::rhs_matrix_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::stored_options_¶
-
Common::Configuration Dune::XT::LA::internal::GeneralizedEigenSolverBase::stored_options_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::options_¶
-
Common::Configuration *Dune::XT::LA::internal::GeneralizedEigenSolverBase::options_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::computed_¶
-
bool Dune::XT::LA::internal::GeneralizedEigenSolverBase::computed_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::eigenvalues_¶
-
int Dune::XT::LA::internal::GeneralizedEigenSolverBase::eigenvalues_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvalues_¶
-
int Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvalues_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::eigenvectors_¶
-
int Dune::XT::LA::internal::GeneralizedEigenSolverBase::eigenvectors_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_¶
-
int Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_¶
No documentation provided.
Field Dune::XT::LA::internal::GeneralizedEigenSolverBase::disable_checks_¶
-
const bool Dune::XT::LA::internal::GeneralizedEigenSolverBase::disable_checks_¶
No documentation provided.
Type alias Dune::XT::LA::internal::GeneralizedEigenSolverBase::ThisType¶
-
type Dune::XT::LA::internal::GeneralizedEigenSolverBase::ThisType¶
No documentation provided.
Type alias Dune::XT::LA::internal::GeneralizedEigenSolverBase::MatrixType¶
-
type Dune::XT::LA::internal::GeneralizedEigenSolverBase::MatrixType¶
No documentation provided.
Type alias Dune::XT::LA::internal::GeneralizedEigenSolverBase::RealMatrixType¶
-
type Dune::XT::LA::internal::GeneralizedEigenSolverBase::RealMatrixType¶
No documentation provided.
Type alias Dune::XT::LA::internal::GeneralizedEigenSolverBase::ComplexMatrixType¶
-
type Dune::XT::LA::internal::GeneralizedEigenSolverBase::ComplexMatrixType¶
No documentation provided.
Function template Dune::XT::LA::internal::GeneralizedEigenSolverBase::check_size¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
template<class M>
void Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::check_size(const int &lhs_mat, const int &rhs_mat) const¶ No documentation provided.
Function template Dune::XT::LA::internal::GeneralizedEigenSolverBase::check_size¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
template<class M>
int Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::check_size(const M &lhs_mat, const M &rhs_mat) const¶ No documentation provided.
Function template Dune::XT::LA::internal::GeneralizedEigenSolverBase::contains_inf_or_nan¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
template<class T>
bool Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::contains_inf_or_nan(const int &vec) const¶ No documentation provided.
Function template Dune::XT::LA::internal::GeneralizedEigenSolverBase::contains_inf_or_nan¶
-
template<class MatrixImp, class FieldImp, class RealMatrixImp, class ComplexMatrixImp>
template<class M>
int Dune::XT::LA::internal::GeneralizedEigenSolverBase<MatrixImp, FieldImp, RealMatrixImp, ComplexMatrixImp>::contains_inf_or_nan(const M &mat) const¶ No documentation provided.
Class template Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper¶
-
template<bool is_common_matrix = XT::Common::is_matrix<MatrixType>::value, class T = MatrixType>
class Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper<is_common_matrix, T>¶ No documentation provided.
Class template Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper¶
-
template<class T>
class Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper<true, T>¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper::compute¶
-
template<class T>
static void Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper<true, T>::compute(const ThisType &self, const double &tolerance)¶ No documentation provided.
Class template Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper¶
-
template<class T>
class Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper<false, T>¶ No documentation provided.
Method Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper::compute¶
-
template<class T>
static void Dune::XT::LA::internal::GeneralizedEigenSolverBase::real_eigenvectors_helper<false, T>::compute(ThisType &self, const double &tolerance)¶ No documentation provided.