HomeSort by relevance Sort by last modified time
    Searched refs:EssentialVectorType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 88 typedef Block<const VectorsType, Dynamic, 1> EssentialVectorType;
90 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)
100 typedef Transpose<Block<const VectorsType, 1, Dynamic> > EssentialVectorType;
102 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)
122 typedef typename internal::hseq_side_dependent_impl<VectorsType,CoeffsType,Side>::EssentialVectorType EssentialVectorType;
202 const EssentialVectorType essentialVector(Index k) const
  /external/eigen/test/
householder.cpp 27 typedef Matrix<Scalar, internal::decrement_size<MatrixType::RowsAtCompileTime>::ret, 1> EssentialVectorType;
39 EssentialVectorType essential;

Completed in 118 milliseconds