Searched defs:CoeffVectorType (Results 1 - 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Eigenvalues/ |
H A D | HessenbergDecomposition.h | 82 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType; typedef in class:Eigen::HessenbergDecomposition 85 typedef HouseholderSequence<MatrixType,typename internal::remove_all<typename CoeffVectorType::ConjugateReturnType>::type> HouseholderSequenceType; 179 const CoeffVectorType& householderCoefficients() const 272 static void _compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp); 276 CoeffVectorType m_hCoeffs; 294 void HessenbergDecomposition<MatrixType>::_compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp)
|
H A D | Tridiagonalization.h | 27 template<typename MatrixType, typename CoeffVectorType> 28 void tridiagonalization_inplace(MatrixType& matA, CoeffVectorType& hCoeffs); 82 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType; typedef in class:Eigen::Tridiagonalization 99 typedef HouseholderSequence<MatrixType,typename internal::remove_all<typename CoeffVectorType::ConjugateReturnType>::type> HouseholderSequenceType; 182 inline CoeffVectorType householderCoefficients() const 301 CoeffVectorType m_hCoeffs; 346 template<typename MatrixType, typename CoeffVectorType> 347 void tridiagonalization_inplace(MatrixType& matA, CoeffVectorType& hCoeffs) 439 typedef typename Tridiagonalization<MatrixType>::CoeffVectorType CoeffVectorType; typedef in struct:Eigen::internal::tridiagonalization_inplace_selector [all...] |
Completed in 187 milliseconds