Searched refs:Vector3s (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Eigenvalues/ |
D | RealSchur.h | 234 typedef Matrix<Scalar,3,1> Vector3s; typedef 239 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo); 240 …void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHo… 241 …void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseh… 309 Vector3s firstHouseholderVector(0,0,0), shiftInfo; in computeFromHessenberg() 397 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& sh… in computeShift() 439 …atrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& … in initFrancisQRStep() 442 Vector3s& v = firstHouseholderVector; // alias to save typing in initFrancisQRStep() 464 …performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholder… in performFrancisQRStep() 475 Vector3s v; in performFrancisQRStep()
|
D | RealQZ.h | 200 typedef Matrix<Scalar,3,1> Vector3s; typedef 480 Vector3s hr(x,y,z); in step()
|