Searched refs:TrOptions (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | Hyperplane.h | 240 template<int TrOptions> 241 …C inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime,Affine,TrOptions>& t,
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 115 TrOptions = RowsAtCompileTime==1 ? (MatrixType::Options & ~(RowMajor)) enumerator 119 …typedef Matrix<Scalar, ColsAtCompileTime, RowsAtCompileTime, TrOptions, MaxColsAtCompileTime, MaxR… 205 TrOptions = RowsAtCompileTime==1 ? (MatrixType::Options & ~(RowMajor)) enumerator 210 …typedef Matrix<Scalar, ColsAtCompileTime, RowsAtCompileTime, TrOptions, MaxColsAtCompileTime, MaxR…
|