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

/external/eigen/Eigen/src/Geometry/
H A DTransform.h1337 typedef Block<ResultType, Dim, OtherCols, int(MatrixType::RowsAtCompileTime)==Dim> TopLeftLhs; typedef
1340 TopLeftLhs(res, 0, 0, Dim, other.cols()).noalias() = T.affine() * other;
1363 typedef Block<ResultType, Dim, OtherCols, true> TopLeftLhs; typedef
1365 TopLeftLhs(res, 0, 0, Dim, other.cols()).noalias() += T.linear() * other;

Completed in 68 milliseconds