Go to the documentation of this file.
10 #ifndef EIGEN_POLYNOMIAL_SOLVER_H
11 #define EIGEN_POLYNOMIAL_SOLVER_H
28 template<
typename _Scalar,
int _Deg >
42 template< typename OtherPolynomial >
47 template<
typename OtherPolynomial >
68 template<
typename Stl_back_insertion_sequence>
69 inline void realRoots( Stl_back_insertion_sequence& bi_seq,
82 template<
typename squaredNormBinaryPredicate>
90 if( pred( currNorm2, norm2 ) ){
91 res=i; norm2=currNorm2; }
102 std::greater<Scalar> greater;
111 std::less<Scalar> less;
116 template<
typename squaredRealPartBinaryPredicate>
118 squaredRealPartBinaryPredicate& pred,
123 hasArealRoot =
false;
140 if( pred( currAbs2,
abs2 ) )
157 template<
typename RealPartBinaryPredicate>
159 RealPartBinaryPredicate& pred,
164 hasArealRoot =
false;
181 if( pred( curr, val ) )
216 std::greater<Scalar> greater;
239 std::less<Scalar> less;
262 std::greater<Scalar> greater;
285 std::less<Scalar> less;
293 #define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES( BASE ) \
294 typedef typename BASE::Scalar Scalar; \
295 typedef typename BASE::RealScalar RealScalar; \
296 typedef typename BASE::RootType RootType; \
297 typedef typename BASE::RootsType RootsType;
330 template<
typename _Scalar,
int _Deg >
344 template< typename OtherPolynomial >
356 else if(poly.size () == 2)
364 template<
typename OtherPolynomial >
376 template<
typename _Scalar >
385 template<
typename OtherPolynomial >
394 template<
typename OtherPolynomial >
406 #endif // EIGEN_POLYNOMIAL_SOLVER_H
PolynomialSolverBase(const OtherPolynomial &poly)
const RootType & selectComplexRoot_withRespectToNorm(squaredNormBinaryPredicate &pred) const
const RootsType & roots() const
EigenSolverType m_eigenSolver
Defined to be inherited by polynomial solvers: it provides convenient methods such as.
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Abs2ReturnType abs2() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize(Index rows, Index cols)
const RealScalar & smallestRealRoot(bool &hasArealRoot, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
EigenSolver & compute(const EigenBase< InputType > &matrix, bool computeEigenvectors=true)
Computes eigendecomposition of given matrix.
DenseCompanionMatrixType denseMatrix() const
#define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES(BASE)
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE AbsReturnType abs() const
EIGEN_DEVICE_FUNC internal::add_const_on_value_type< EIGEN_MATHFUNC_RETVAL(real_ref, Scalar) >::type real_ref(const Scalar &x)
PolynomialSolver(const OtherPolynomial &poly)
const RealScalar & absGreatestRealRoot(bool &hasArealRoot, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
const AutoDiffScalar< DerType > & real(const AutoDiffScalar< DerType > &x)
DerType::Scalar imag(const AutoDiffScalar< DerType > &)
EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex
const RootType & smallestRoot() const
NumTraits< Scalar >::Real RealScalar
PolynomialSolverBase< _Scalar, 1 > PS_Base
const RealScalar & selectRealRoot_withRespectToRealPart(RealPartBinaryPredicate &pred, bool &hasArealRoot, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
const RootType & greatestRoot() const
Computes eigenvalues and eigenvectors of general matrices.
const RealScalar & greatestRealRoot(bool &hasArealRoot, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
The matrix class, also used for vectors and row-vectors.
void compute(const OtherPolynomial &poly)
const RealScalar & selectRealRoot_withRespectToAbsRealPart(squaredRealPartBinaryPredicate &pred, bool &hasArealRoot, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
std::complex< RealScalar > RootType
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
void realRoots(Stl_back_insertion_sequence &bi_seq, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
void compute(const OtherPolynomial &poly)
#define EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(Scalar, Size)
const RealScalar & absSmallestRealRoot(bool &hasArealRoot, const RealScalar &absImaginaryThreshold=NumTraits< Scalar >::dummy_precision()) const
void setPolynomial(const OtherPolynomial &poly)
const EigenvalueType & eigenvalues() const
Returns the eigenvalues of given matrix.
PolynomialSolver(const OtherPolynomial &poly)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:03