HomeSort by relevance Sort by last modified time
    Searched full:essentialvector (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 82 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)
95 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k)
196 const EssentialVectorType essentialVector(Index k) const
199 return internal::hseq_side_dependent_impl<VectorsType,CoeffsType,Side>::essentialVector(*this, k);
251 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), workspace.data());
254 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), workspace.data());
271 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0));
274 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0));
295 .applyHouseholderOnTheRight(essentialVector(actual_k), m_coeffs.coeff(actual_k), workspace.data());
315 .applyHouseholderOnTheLeft(essentialVector(actual_k), m_coeffs.coeff(actual_k), workspace.data())
    [all...]

Completed in 522 milliseconds