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

  /external/opencv3/modules/core/src/
lpsolver.cpp 201 int iterator_offset=indexToRow[0]-nsize; local
202 if(b(iterator_offset,b.cols-1)>0){
205 pivot(c,b,v,N,B,iterator_offset,0,indexToRow);
210 int iterator_offset=indexToRow[0]; local
211 iterator=N.begin()+iterator_offset;
214 swap_columns(c,iterator_offset,0);
215 swap_columns(b,iterator_offset,0);
227 int iterator_offset=indexToRow[I]; local
228 c(0,iterator_offset)+=old_c(0,I);
232 int iterator_offset=indexToRow[I]-nsize local
    [all...]

Completed in 174 milliseconds