Searched refs:LhsMatrixTypeNested (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h239 typedef typename remove_all<typename LhsMatrixTypeCleaned::Nested>::type LhsMatrixTypeNested; typedef in struct:Eigen::internal::homogeneous_left_product_impl
252 dst = Block<const LhsMatrixTypeNested,
253 LhsMatrixTypeNested::RowsAtCompileTime,
254 LhsMatrixTypeNested::ColsAtCompileTime==Dynamic?Dynamic:LhsMatrixTypeNested::ColsAtCompileTime-1>

Completed in 29 milliseconds