HomeSort by relevance Sort by last modified time
    Searched refs:Vector3s (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 236 typedef Matrix<Scalar,3,1> Vector3s;
241 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
242 void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector);
243 void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace);
330 Vector3s firstHouseholderVector(0,0,0), shiftInfo;
418 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo)
460 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector)
463 Vector3s& v = firstHouseholderVector; // alias to save typin
    [all...]
RealQZ.h 200 typedef Matrix<Scalar,3,1> Vector3s;
480 Vector3s hr(x,y,z);

Completed in 69 milliseconds