HomeSort by relevance Sort by last modified time
    Searched refs:OtherCols (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
product_trmm.cpp 20 template<typename Scalar, int Mode, int TriOrder, int OtherOrder, int ResOrder, int OtherCols>
23 int otherCols = OtherCols==Dynamic?get_random_size<Scalar>():OtherCols)
26 typedef Matrix<Scalar,Dynamic,OtherCols,OtherCols==1?ColMajor:OtherOrder> OnTheRight;
27 typedef Matrix<Scalar,OtherCols,Dynamic,OtherCols==1?RowMajor:OtherOrder> OnTheLeft;
29 typedef Matrix<Scalar,Dynamic,OtherCols,OtherCols==1?ColMajor:ResOrder> ResXS
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 45 int OtherCols=Other::ColsAtCompileTime>
61 int OtherCols=Other::ColsAtCompileTime>
    [all...]
Quaternion.h 24 int OtherCols=Other::ColsAtCompileTime>

Completed in 906 milliseconds