#include <Companion.h>
Public Types | |
enum | { Deg = _Deg, Deg_1 =decrement_if_fixed_size<Deg>::ret } |
typedef Matrix< Scalar, Deg_1, Deg_1 > | BottomLeftBlock |
typedef Matrix< Scalar, Deg_1, 1 > | BottomLeftDiagonal |
typedef Matrix< Scalar, Deg, Deg > | DenseCompanionMatrixType |
typedef DenseIndex | Index |
typedef Matrix< Scalar, _Deg, Deg_1 > | LeftBlock |
typedef Matrix< Scalar, 1, Deg_1 > | LeftBlockFirstRow |
typedef NumTraits< Scalar >::Real | RealScalar |
typedef Matrix< Scalar, Deg, 1 > | RightColumn |
typedef _Scalar | Scalar |
Public Member Functions | |
void | balance () |
template<typename VectorType > | |
companion (const VectorType &poly) | |
DenseCompanionMatrixType | denseMatrix () const |
const EIGEN_STRONG_INLINE _Scalar | operator() (Index row, Index col) const |
template<typename VectorType > | |
void | setPolynomial (const VectorType &poly) |
Protected Member Functions | |
bool | balanced (RealScalar colNorm, RealScalar rowNorm, bool &isBalanced, RealScalar &colB, RealScalar &rowB) |
bool | balancedR (RealScalar colNorm, RealScalar rowNorm, bool &isBalanced, RealScalar &colB, RealScalar &rowB) |
Protected Attributes | |
BottomLeftDiagonal | m_bl_diag |
RightColumn | m_monic |
Definition at line 33 of file Companion.h.
typedef Matrix< Scalar, Deg_1, Deg_1 > Eigen::internal::companion< _Scalar, _Deg >::BottomLeftBlock |
Definition at line 51 of file Companion.h.
typedef Matrix<Scalar, Deg_1, 1> Eigen::internal::companion< _Scalar, _Deg >::BottomLeftDiagonal |
Definition at line 47 of file Companion.h.
typedef Matrix<Scalar, Deg, Deg> Eigen::internal::companion< _Scalar, _Deg >::DenseCompanionMatrixType |
Definition at line 49 of file Companion.h.
typedef DenseIndex Eigen::internal::companion< _Scalar, _Deg >::Index |
Definition at line 54 of file Companion.h.
typedef Matrix< Scalar, _Deg, Deg_1 > Eigen::internal::companion< _Scalar, _Deg >::LeftBlock |
Definition at line 50 of file Companion.h.
typedef Matrix< Scalar, 1, Deg_1 > Eigen::internal::companion< _Scalar, _Deg >::LeftBlockFirstRow |
Definition at line 52 of file Companion.h.
typedef NumTraits<Scalar>::Real Eigen::internal::companion< _Scalar, _Deg >::RealScalar |
Definition at line 44 of file Companion.h.
typedef Matrix<Scalar, Deg, 1> Eigen::internal::companion< _Scalar, _Deg >::RightColumn |
Definition at line 45 of file Companion.h.
typedef _Scalar Eigen::internal::companion< _Scalar, _Deg >::Scalar |
Definition at line 43 of file Companion.h.
anonymous enum |
Enumerator | |
---|---|
Deg | |
Deg_1 |
Definition at line 38 of file Companion.h.
|
inline |
Definition at line 77 of file Companion.h.
void Eigen::internal::companion< _Scalar, _Deg >::balance |
Balancing algorithm from B. N. PARLETT and C. REINSCH (1969) "Balancing a matrix for calculation of eigenvalues and eigenvectors" adapted to the case of companion matrices. A matrix with non zero row and non zero column is balanced for a certain norm if the i-th row and the i-th column have same norm for all i.
Definition at line 215 of file Companion.h.
|
inlineprotected |
Helper function for the balancing algorithm.
Definition at line 135 of file Companion.h.
|
inlineprotected |
Helper function for the balancing algorithm.
Set the norm of the column and the row to the geometric mean of the row and column norm
Definition at line 189 of file Companion.h.
|
inline |
Definition at line 81 of file Companion.h.
|
inline |
Definition at line 57 of file Companion.h.
|
inline |
Definition at line 69 of file Companion.h.
|
protected |
Definition at line 128 of file Companion.h.
|
protected |
Definition at line 127 of file Companion.h.