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

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 113 int* new_rows = new int[new_max_num_nonzeros]; local
118 new_rows[i] = rows_[i];
123 rows_.reset(new_rows);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 697 const Index new_rows = other.rows() - _this.rows(); local
700 if (new_rows>0)
701 _this.bottomRightCorner(new_rows, other.cols()) = other.bottomRows(new_rows);
725 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : size; local
727 _this.derived().m_storage.conservativeResize(size,new_rows,new_cols);
736 const Index new_rows = Derived::RowsAtCompileTime==1 ? 1 : other.rows(); local
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 2937 int total_width, new_rows, cn; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 412 int new_cn, int new_rows CV_DEFAULT(0) );
    [all...]

Completed in 1529 milliseconds