Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_panel_dfs.h66 Index& nextl_col, Index krow, Traits& traits in dfs_kernel() argument
70 Index kmark = marker(krow); in dfs_kernel()
73 marker(krow) = jj; in dfs_kernel()
74 Index kperm = perm_r(krow); in dfs_kernel()
77 panel_lsub(nextl_col++) = krow; // krow is indexed into A in dfs_kernel()
241 Index krow = it.row(); in panel_dfs() local
242 dense_col(krow) = it.value(); in panel_dfs()
244 Index kmark = marker(krow); in panel_dfs()
249 xplore, glu, nextl_col, krow, traits); in panel_dfs()
DSparseLU_pruneL.h59 Index kmin = 0, kmax = 0, minloc, maxloc,krow; in pruneL() local
81 for (krow = kmin; krow <= kmax; krow++) in pruneL()
83 if (glu.lsub(krow) == pivrow) in pruneL()
DSparseLU_column_dfs.h106 Index krow = lsub_col(k); in column_dfs() local
108 Index kmark = marker2(krow); in column_dfs()
114 xplore, glu, nextl, krow, traits); in column_dfs()
DSparseLUImpl.h46 … IndexVector& xplore, GlobalLU_t& glu, Index& nextl_col, Index krow, Traits& traits);
/external/opencv3/modules/imgproc/src/
Dfilter.cpp3860 const uchar* krow = kernel.ptr(i); in preprocess2DKernel() local
3865 uchar val = krow[j]; in preprocess2DKernel()
3873 int val = ((const int*)krow)[j]; in preprocess2DKernel()
3881 float val = ((const float*)krow)[j]; in preprocess2DKernel()
3889 double val = ((const double*)krow)[j]; in preprocess2DKernel()