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

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 114 int* new_cols = new int[new_max_num_nonzeros]; local
119 new_cols[i] = cols_[i];
124 cols_.reset(new_cols);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 720 const Index new_cols = other.cols() - _this.cols(); local
751 const Index new_cols = Derived::RowsAtCompileTime==1 ? size : 1; local
762 const Index new_cols = Derived::RowsAtCompileTime==1 ? other.cols() : 1; local
    [all...]
  /external/opencv3/modules/core/test/
test_umat.cpp 332 int new_cols = (int)ua.total()*ua.channels()/(new_rows*nChannels); local
333 int sz[] = {new_rows, new_cols};
334 if( ((int)ua.total()*ua.channels()) % (new_rows*new_cols) != 0 )
343 ASSERT_EQ(ub.cols, new_cols);

Completed in 127 milliseconds