Home
last modified time | relevance | path

Searched refs:col_begin (Results 1 – 25 of 144) sorted by last modified time

123456

/dports/math/z3/z3-z3-4.8.13/src/math/simplex/
H A Dsparse_matrix.h246 col_iterator col_begin(int v) const { return col_iterator(m_columns[v], m_rows, true); } in col_begin() function
H A Dsimplex_def.h148 SASSERT(M.col_begin(var) == M.col_end(var)); in del_row()
160 col_iterator it = M.col_begin(var), end = M.col_end(var); in del_row()
403 col_iterator it = M.col_begin(x_j), end = M.col_end(x_j); in pivot()
431 col_iterator it = M.col_begin(v), end = M.col_end(v); in update_value()
596 col_iterator it = M.col_begin(x_j), end = M.col_end(x_j); in get_num_non_free_dep_vars()
738 col_iterator it = M.col_begin(x), end = M.col_end(x); in move_to_bound()
865 col_iterator it = M.col_begin(x_j), end = M.col_end(x_j); in pick_var_to_leave()
/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/cuda/
H A Dcusparse.hpp106 const col_t *col_begin, in spmat_hyb() argument
116 fill_matrix(queue, n, m, row_begin, col_begin, val_begin); in spmat_hyb()
229 const col_t *col_begin, in spmat_crs() argument
236 col(queue, nnz, col_begin + row_begin[0]), in spmat_crs()
H A Dcsr.inl42 col_t col_begin, col_t col_end,
46 auto is_local = [col_begin, col_end](col_t c) {
47 return c >= col_begin && c < col_end;
53 static_cast<int>(col_end - col_begin),
88 lcol.push_back(static_cast<col_t>(col[j] - col_begin));
106 static_cast<int>(col_end - col_begin),
H A Dhybrid_ell.inl42 col_t col_begin, col_t col_end,
46 auto is_local = [col_begin, col_end](col_t c) {
47 return c >= col_begin && c < col_end;
53 static_cast<int>(col_end - col_begin),
88 lcol.push_back(static_cast<col_t>(col[j] - col_begin));
106 static_cast<int>(col_end - col_begin),
/dports/devel/vexcl/vexcl-1.4.3/vexcl/spmat/
H A Dhybrid_ell.inl57 size_t col_begin, size_t col_end,
62 auto is_local = [col_begin, col_end](size_t c) {
63 return c >= col_begin && c < col_end;
171 lell_col[k + pitch * lcnt] = static_cast<col_t>(col[j] - col_begin);
175 lcsr_col.push_back(static_cast<col_t>(col[j] - col_begin));
H A Dcsr.inl49 col_t col_begin, col_t col_end,
54 auto is_local = [col_begin, col_end](col_t c) {
55 return c >= col_begin && c < col_end;
101 lcol.push_back(static_cast<col_t>(col[j] - col_begin));
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/include/ceres/
H A Dcubic_interpolation.h392 const int col_begin, const int col_end) in Grid2D()
395 col_begin_(col_begin), col_end_(col_end), in Grid2D()
396 num_rows_(row_end - row_begin), num_cols_(col_end - col_begin), in Grid2D()
400 CHECK_LT(col_begin, col_end); in Grid2D()
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionGpu.h509 const Index col_begin = col_block * blockDim.x * NumPerThread + threadIdx.x;
514 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1);
516 … for (Index col = col_begin + blockDim.x * j; col < num_coeffs_to_reduce; col += blockDim.x) {
525 const Index col = col_begin + blockDim.x * (j + k);
601 const Index col_begin =
609 col_begin + blockDim.x * (j + unroll_times - 1) * packet_width;
611 Index col = col_begin + blockDim.x * j;
655 const Index col = col_begin + blockDim.x * (j + k) * packet_width;
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dcovariance_test.cc552 const int col_begin = FindOrDie(column_bounds, block2).first; in GetCovarianceBlockAndCompare() local
555 Matrix actual(row_end - row_begin, col_end - col_begin); in GetCovarianceBlockAndCompare()
573 col_begin, in GetCovarianceBlockAndCompare()
575 col_end - col_begin) - actual).norm(); in GetCovarianceBlockAndCompare()
576 diff_norm /= (row_end - row_begin) * (col_end - col_begin); in GetCovarianceBlockAndCompare()
581 << "cols: " << col_begin << " " << col_end << " " in GetCovarianceBlockAndCompare()
583 col_begin, in GetCovarianceBlockAndCompare()
585 col_end - col_begin) in GetCovarianceBlockAndCompare()
H A Dcovariance_impl.cc196 const int col_begin = in GetCovarianceBlockInTangentOrAmbientSpace() local
207 while (cols_begin[offset] != col_begin && offset < row_size) { in GetCovarianceBlockInTangentOrAmbientSpace()
526 int col_begin = FindOrDie(parameter_block_to_row_index_, col_block); in ComputeCovarianceSparsity() local
528 cols[cursor++] = col_begin++; in ComputeCovarianceSparsity()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/concepts/
H A Dimage_view.hpp263 yit = view.col_begin(xd); in constraints()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dimage_view.hpp356 auto col_begin(x_coord_t x) const -> y_iterator in col_begin() function in boost::gil::image_view
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionCuda.h405 const Index col_begin = col_block * blockDim.x * NumPerThread + threadIdx.x;
410 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1);
412 … for (Index col = col_begin + blockDim.x * j; col < num_coeffs_to_reduce; col += blockDim.x) {
421 const Index col = col_begin + blockDim.x * (j + k);
481 const Index col_begin = 2 * (col_block * blockDim.x * NumPerThread + threadIdx.x);
487 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1) * 2;
489 Index col = col_begin + blockDim.x * j;
510 const Index col = col_begin + blockDim.x * (j + k) * 2;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dblocked_range2d.h41 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in blocked_range2d() argument
43 my_cols(col_begin,col_end,col_grainsize) in blocked_range2d()
47 ColValue col_begin, ColValue col_end ) : in blocked_range2d() argument
49 my_cols(col_begin,col_end) in blocked_range2d()
H A Dblocked_range3d.h44 ColValue col_begin, ColValue col_end ) : in blocked_range3d() argument
47 my_cols(col_begin,col_end) in blocked_range3d()
52 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in blocked_range3d() argument
55 my_cols(col_begin,col_end,col_grainsize) in blocked_range3d()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dblocked_range3d.h53 ColValue col_begin, ColValue col_end ) : in __TBB_requires()
56 my_cols(col_begin,col_end) in __TBB_requires()
61 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in __TBB_requires()
64 my_cols(col_begin,col_end,col_grainsize) in __TBB_requires()
H A Dblocked_range2d.h49 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in __TBB_requires()
51 my_cols(col_begin,col_end,col_grainsize) in __TBB_requires()
55 ColValue col_begin, ColValue col_end ) : in __TBB_requires()
57 my_cols(col_begin,col_end) in __TBB_requires()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dbcrsmatrix.hh1235 size_type* col_begin = r[row].getindexptr(); in setIndices() local
1238 if ((col_end = std::copy(begin,end,r[row].getindexptr())) != col_begin + row_size) in setIndices()
1241 … << ") does not match number of passed entries (" << (col_end - col_begin) << ")"); in setIndices()
1242 std::sort(col_begin,col_end); in setIndices()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dblocked_range2d.h45 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in blocked_range2d() argument
47 my_cols(col_begin,col_end,col_grainsize) in blocked_range2d()
52 ColValue col_begin, ColValue col_end ) : in blocked_range2d() argument
54 my_cols(col_begin,col_end) in blocked_range2d()
H A Dblocked_range3d.h48 ColValue col_begin, ColValue col_end ) : in blocked_range3d() argument
51 my_cols(col_begin,col_end) in blocked_range3d()
57 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in blocked_range3d() argument
60 my_cols(col_begin,col_end,col_grainsize) in blocked_range3d()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dblocked_range2d.h41 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in blocked_range2d() argument
43 my_cols(col_begin,col_end,col_grainsize) in blocked_range2d()
47 ColValue col_begin, ColValue col_end ) : in blocked_range2d() argument
49 my_cols(col_begin,col_end) in blocked_range2d()
H A Dblocked_range3d.h44 ColValue col_begin, ColValue col_end ) : in blocked_range3d() argument
47 my_cols(col_begin,col_end) in blocked_range3d()
52 … ColValue col_begin, ColValue col_end, typename col_range_type::size_type col_grainsize ) : in blocked_range3d() argument
55 my_cols(col_begin,col_end,col_grainsize) in blocked_range3d()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionCuda.h405 const Index col_begin = col_block * blockDim.x * NumPerThread + threadIdx.x;
410 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1);
412 … for (Index col = col_begin + blockDim.x * j; col < num_coeffs_to_reduce; col += blockDim.x) {
421 const Index col = col_begin + blockDim.x * (j + k);
481 const Index col_begin = 2 * (col_block * blockDim.x * NumPerThread + threadIdx.x);
487 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1) * 2;
489 Index col = col_begin + blockDim.x * j;
510 const Index col = col_begin + blockDim.x * (j + k) * 2;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dgil_concept.hpp1907 yit=view.col_begin(xd); in constraints()

123456