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

/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h82 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k) function in struct:Eigen::internal::hseq_side_dependent_impl
95 static inline const EssentialVectorType essentialVector(const HouseholderSequenceType& h, Index k) function in struct:Eigen::internal::hseq_side_dependent_impl
196 const EssentialVectorType essentialVector(Index k) const function in class:Eigen::HouseholderSequence
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_
[all...]

Completed in 576 milliseconds