Home | History | Annotate | Download | only in Geometry

Lines Matching refs:OtherCols

44           int OtherCols=Other::ColsAtCompileTime>
60 int OtherCols=Other::ColsAtCompileTime>
1250 OtherCols = MatrixType::ColsAtCompileTime
1259 typedef Block<ResultType, Dim, OtherCols, int(MatrixType::RowsAtCompileTime)==Dim> TopLeftLhs;
1276 OtherCols = MatrixType::ColsAtCompileTime
1285 typedef Block<ResultType, Dim, OtherCols, true> TopLeftLhs;
1286 ResultType res(Replicate<typename TransformType::ConstTranslationPart, 1, OtherCols>(T.translation(),1,other.cols()));