Searched defs:EssentialVectorType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dhouseholder.cpp27 typedef Matrix<Scalar, internal::decrement_size<MatrixType::RowsAtCompileTime>::ret, 1> EssentialVectorType; typedef
39 EssentialVectorType essential;
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h79 typedef Block<const VectorsType, Dynamic, 1> EssentialVectorType; typedef in struct:Eigen::internal::hseq_side_dependent_impl
82 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)
92 typedef Transpose<Block<const VectorsType, 1, Dynamic> > EssentialVectorType; typedef in struct:Eigen::internal::hseq_side_dependent_impl
95 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)
115 typedef typename internal::hseq_side_dependent_impl<VectorsType,CoeffsType,Side>::EssentialVectorType EssentialVectorType; typedef in class:Eigen::HouseholderSequence
196 const EssentialVectorType essentialVector(Index k) const

Completed in 61 milliseconds