Home
last modified time | relevance | path

Searched refs:swap_columns (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dlpsolver.cpp90 static void swap_columns(Mat_<double>& A,int col1,int col2);
214 swap_columns(c,iterator_offset,0); in initialize_simplex()
215 swap_columns(b,iterator_offset,0); in initialize_simplex()
355 static inline void swap_columns(Mat_<double>& A,int col1,int col2){ in swap_columns() function