HomeSort by relevance Sort by last modified time
    Searched full:tcols (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/QR/
HouseholderQR.h 292 Index tcols = cols - k - bs; // trailing columns local
308 if(tcols)
310 BlockType A21_22 = mat.block(k,k+bs,brows,tcols);
  /external/gemmlowp/internal/
output.h 56 template <typename tDataType, int tRows, int tCols, MapOrder tOrder>
60 static const int kCols = tCols;

Completed in 651 milliseconds