Searched refs:EssentialVectorType (Results 1 – 2 of 2) sorted by relevance
88 typedef Block<const VectorsType, Dynamic, 1> EssentialVectorType;90 …static EIGEN_DEVICE_FUNC inline const EssentialVectorType essentialVector(const HouseholderSequenc…100 typedef Transpose<Block<const VectorsType, 1, Dynamic> > EssentialVectorType;102 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)122 …al::hseq_side_dependent_impl<VectorsType,CoeffsType,Side>::EssentialVectorType EssentialVectorType;229 const EssentialVectorType essentialVector(Index k) const
26 …atrix<Scalar, internal::decrement_size<MatrixType::RowsAtCompileTime>::ret, 1> EssentialVectorType; in householder() typedef38 EssentialVectorType essential; in householder()