Home
last modified time | relevance | path

Searched refs:begin_col (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DSpProxy.hpp107 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
211 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
263 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
315 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
366 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
418 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
469 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
521 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
573 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
624 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
[all …]
H A Dspop_mean_meat.hpp166 typename SpProxy<T1>::const_iterator_type it = p.begin_col(col); in apply_noalias_slow()
167 typename SpProxy<T1>::const_iterator_type end = p.begin_col(col + 1); in apply_noalias_slow()
H A Dspop_var_meat.hpp92 typename SpProxy<T1>::const_iterator_type it = p.begin_col(col); in apply_noalias()
93 typename SpProxy<T1>::const_iterator_type end = p.begin_col(col + 1); in apply_noalias()
H A DSpSubview_bones.hpp307 inline iterator begin_col(const uword col_num);
308 inline const_iterator begin_col(const uword col_num) const;
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A DSpProxy.hpp107 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
211 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
263 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
315 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
366 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
418 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
469 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
521 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
573 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
624 …arma_inline const_iterator_type begin_col(const uword col_num) const { return Q.begin_col(… in begin_col() function
[all …]
H A Dspop_mean_meat.hpp166 typename SpProxy<T1>::const_iterator_type it = p.begin_col(col); in apply_noalias_slow()
167 typename SpProxy<T1>::const_iterator_type end = p.begin_col(col + 1); in apply_noalias_slow()
H A Dspop_var_meat.hpp92 typename SpProxy<T1>::const_iterator_type it = p.begin_col(col); in apply_noalias()
93 typename SpProxy<T1>::const_iterator_type end = p.begin_col(col + 1); in apply_noalias()
H A DSpSubview_bones.hpp307 inline iterator begin_col(const uword col_num);
308 inline const_iterator begin_col(const uword col_num) const;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dmatrix_op.cu50 const int begin_col, const int end_col) { in Map()
59 } else if (in_idx[j] >= begin_col) { in Map()
78 nnvm::dim_t begin_col = begin[1], end_col = end[1]; in SliceDimTwoCsrImpl() local
95 begin_col, end_col); in SliceDimTwoCsrImpl()
133 begin_col, end_col); in SliceDimTwoCsrImpl()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dmatrix_op.cu50 const int begin_col, const int end_col) { in Map()
59 } else if (in_idx[j] >= begin_col) { in Map()
78 nnvm::dim_t begin_col = begin[1], end_col = end[1]; in SliceDimTwoCsrImpl() local
95 begin_col, end_col); in SliceDimTwoCsrImpl()
133 begin_col, end_col); in SliceDimTwoCsrImpl()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dcode_editor_widget.cpp197 …t::select_token(const std::string& row, int& begin_row, int& end_row, int& begin_col, int& end_col) in select_token() argument
199 std::pair<int,int> key(begin_row, begin_col); in select_token()
202 begin_col = bracket_match_.find(key)->second.front().second; in select_token()
208 text_editor_widget::select_token(row, begin_row, end_row, begin_col, end_col); in select_token()
210 std::string token(row.begin() + begin_col, row.begin() + end_col); in select_token()
244 std::pair<int,int> pos = char_position_on_screen(begin_row, (begin_col+end_col)/2); in select_token()
247 begin_col_slider_ = begin_col; in select_token()
378 const int begin_col = item.get_debug_info()->column; in get_map_editing() local
384 if(Loc(row,col) < Loc(begin_row,begin_col) || in get_map_editing()
H A Dtext_editor_widget.cpp1252 …t::select_token(const std::string& row, int& begin_row, int& end_row, int& begin_col, int& end_col) in select_token() argument
1254 …if(util::c_isdigit(row[begin_col]) || row[begin_col] == '.' && begin_col+1 < row.size() && util::c… in select_token()
1255 while(begin_col >= 0 && (util::c_isdigit(row[begin_col]) || row[begin_col] == '.')) { in select_token()
1256 --begin_col; in select_token()
1259 if(begin_col < 0 || row[begin_col] != '-') { in select_token()
1260 ++begin_col; in select_token()
1266 } else if(util::c_isalnum(row[begin_col]) || row[begin_col] == '_') { in select_token()
1267 while(begin_col >= 0 && (util::c_isalnum(row[begin_col]) || row[begin_col] == '_')) { in select_token()
1268 --begin_col; in select_token()
1271 ++begin_col; in select_token()
H A Dcode_editor_widget.hpp40 …void select_token(const std::string& row, int& begin_row, int& end_row, int& begin_col, int& end_c…
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/svdplusplus/
H A Dsvdplusplus_function_impl.hpp100 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in Evaluate()
173 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in Gradient()
201 it = implicitData.begin_col(user); in Gradient()
240 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in Gradient()
271 it = implicitData.begin_col(user); in Gradient()
348 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in Optimize()
376 it = implicitData.begin_col(user); in Optimize()
484 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in Optimize()
513 it = implicitData.begin_col(user); in Optimize()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dextremal_polygon_2.h76 RandomAccessIC_object begin_col, in Extremal_polygon_matrix() argument
90 begin_col_( begin_col), in Extremal_polygon_matrix()
93 n_cols( static_cast<int>(iterator_distance( begin_col, end_col))) in Extremal_polygon_matrix()
135 RandomAccessIC_object begin_col, in extremal_polygon_matrix() argument
145 begin_col, end_col, in extremal_polygon_matrix()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dsvdplusplus_test.cpp69 arma::sp_mat::const_iterator it = implicitData.begin_col(user);
143 arma::sp_mat::const_iterator it = implicitData.begin_col(user);
373 arma::sp_mat::const_iterator it = implicitData.begin_col(user);
411 arma::sp_mat::const_iterator it = implicitData.begin_col(user);
480 arma::sp_mat::const_iterator it = implicitData.begin_col(user);
525 arma::sp_mat::const_iterator it = implicitData.begin_col(user);
/dports/math/highs/HiGHS-cfe064e/src/ipm/basiclu/src/
H A Dlu_file.c166 const lu_int *begin_col, const lu_int *end_col, const lu_int *index, in lu_file_diff() argument
176 for (where = begin_col[j]; where < end_col[j] && in lu_file_diff()
H A Dlu_file.h18 const lu_int *begin_col, const lu_int *end_col, const lu_int *index,
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/basiclu/src/
H A Dlu_file.c166 const lu_int *begin_col, const lu_int *end_col, const lu_int *index, in lu_file_diff() argument
176 for (where = begin_col[j]; where < end_col[j] && in lu_file_diff()
H A Dlu_file.h18 const lu_int *begin_col, const lu_int *end_col, const lu_int *index,
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/amf/update_rules/
H A Dsvd_incomplete_incremental_learning.hpp171 for (arma::sp_mat::const_iterator it = V.begin_col(currentUserIndex); in WUpdate()
191 for (arma::sp_mat::const_iterator it = V.begin_col(currentUserIndex); in HUpdate()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/cf/decomposition_policies/
H A Dsvdplusplus_method.hpp101 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in GetRating()
129 arma::sp_mat::const_iterator it = implicitData.begin_col(user); in GetRatingOfUser()
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/components/
H A Dexception_trace.py479 begin_col = node.col_offset
481 src_chunk = source[offset:begin_col]
484 offset = begin_col + len(s)
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcriteria.c238 int begin_col, end_col, row, n, column; in find_column_of_field() local
259 begin_col = database->v_range.cell.a.col; in find_column_of_field()
263 for (n = begin_col; n <= end_col; n++) { in find_column_of_field()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/parallel_sgd/
H A Dparallel_sgd_impl.hpp176 for (typename GradType::iterator cur = gradient.begin_col(i); in Optimize()

12