Searched refs:TopLeftLhs (Results 1 - 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
H A D | Transform.h | 1274 typedef Block<ResultType, Dim, OtherCols, int(MatrixType::RowsAtCompileTime)==Dim> TopLeftLhs; typedef 1277 TopLeftLhs(res, 0, 0, Dim, other.cols()).noalias() = T.affine() * other; 1300 typedef Block<ResultType, Dim, OtherCols, true> TopLeftLhs; typedef 1302 TopLeftLhs(res, 0, 0, Dim, other.cols()).noalias() += T.linear() * other;
|
Completed in 152 milliseconds