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