25#include <alien/utils/Precomp.h>
48template <
class Matrix,
class Vector>
90template <
class Matrix,
class Vector>
Defines an eigen problem.
Defines a generalized eigen problem.
virtual bool solve(const EigenProblem &problem)=0
Solve the eigen problem.
virtual const IEigenSolver::Status & getStatus() const =0
Get solver resolution status.
virtual void init()=0
Initialize the eigen solver.
virtual ~IInternalEigenSolver()
Free resources.
virtual bool hasParallelSupport() const =0
Indicates if the kernel is parallel.
Generalized eigen solver internal.
virtual const IEigenSolver::Status & getStatus() const =0
Get solver resolution status.
virtual bool solve(const GeneralizedEigenProblem &problem)=0
Solve the eigen problem.
virtual void init()=0
Initialize the eigen solver.
virtual ~IInternalGeneralizedEigenSolver()
Free resources.
virtual bool hasParallelSupport() const =0
Indicates if the kernel is parallel.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --