Home
last modified time | relevance | path

Searched defs:first_row (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/dports/math/optpp/optpp-2.4/newmat11/
H A Dsubmat.C23 GetSubMatrix BaseMatrix::SubMatrix(int first_row, int last_row, int first_col, in SubMatrix()
35 GetSubMatrix BaseMatrix::SymSubMatrix(int first_row, int last_row) const in SymSubMatrix()
45 GetSubMatrix BaseMatrix::Row(int first_row) const in Row()
54 GetSubMatrix BaseMatrix::Rows(int first_row, int last_row) const in Rows()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Ddonations.php64 $first_row = true; variable
82 $first_row = false; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seqalign/
H A DSparse_seg.cpp122 bool first_row = true; in GetSeqStart() local
161 bool first_row = true; in GetSeqStop() local
205 bool first_row = true; in GetSeqRange() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seqalign/
H A DSparse_seg.cpp122 bool first_row = true; in GetSeqStart() local
161 bool first_row = true; in GetSeqStop() local
205 bool first_row = true; in GetSeqRange() local
/dports/science/dynare/dynare-4.6.4/dynare++/tl/cc/
H A Dtwod_matrix.hh65 ConstTwoDMatrix(const ConstTwoDMatrix &m, int first_row, int first_col, int rows, int cols) in ConstTwoDMatrix()
120 TwoDMatrix(int first_row, int num, const TwoDMatrix &m) in TwoDMatrix()
125 TwoDMatrix(int first_row, int num, TwoDMatrix &m) in TwoDMatrix()
130 TwoDMatrix(TwoDMatrix &m, int first_row, int first_col, int rows, int cols) in TwoDMatrix()
135 TwoDMatrix(const TwoDMatrix &m, int first_row, int first_col, int rows, int cols) in TwoDMatrix()
H A Dfs_tensor.hh92 FFSTensor(int first_row, int num, FFSTensor &t) in FFSTensor()
136 UFSTensor(int first_row, int num, UFSTensor &t) in UFSTensor()
H A Dtensor.hh193 Tensor(int first_row, int num, Tensor &t) in Tensor()
249 UTensor(int first_row, int num, UTensor &t) in UTensor()
285 FTensor(int first_row, int num, FTensor &t) in FTensor()
H A Dgs_tensor.hh141 FGSTensor(int first_row, int num, FGSTensor &t) in FGSTensor()
217 UGSTensor(int first_row, int num, UGSTensor &t) in UGSTensor()
H A Dtwod_matrix.cc44 ConstTwoDMatrix::ConstTwoDMatrix(int first_row, int num, const TwoDMatrix &m) in ConstTwoDMatrix()
49 ConstTwoDMatrix::ConstTwoDMatrix(int first_row, int num, const ConstTwoDMatrix &m) in ConstTwoDMatrix()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dutility.py184 def xl_range(first_row, first_col, last_row, last_col): argument
211 def xl_range_abs(first_row, first_col, last_row, last_col): argument
239 def xl_range_formula(sheetname, first_row, first_col, last_row, last_col): argument
/dports/math/dbcsr/dbcsr-2.1.0/src/mm/
H A Ddbcsr_multiply_api.F42 first_row, last_row, first_column, last_column, first_k, last_k, & argument
50 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
66 first_row, last_row, first_column, last_column, first_k, last_k, & argument
74 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
106 first_row, last_row, first_column, last_column, first_k, last_k, & argument
114 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
130 first_row, last_row, first_column, last_column, first_k, last_k, & argument
138 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/mm/
H A Ddbcsr_multiply_api.F42 first_row, last_row, first_column, last_column, first_k, last_k, & argument
50 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
66 first_row, last_row, first_column, last_column, first_k, last_k, & argument
74 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
109 first_row, last_row, first_column, last_column, first_k, last_k, & argument
117 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
133 first_row, last_row, first_column, last_column, first_k, last_k, & argument
141 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
/dports/www/moodle310/moodle/report/completion/
H A Duser.php244 $first_row = true; variable
291 $first_row = false; variable
/dports/www/moodle311/moodle/report/completion/
H A Duser.php244 $first_row = true; variable
291 $first_row = false; variable
/dports/www/moodle39/moodle/report/completion/
H A Duser.php244 $first_row = true; variable
291 $first_row = false; variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/features/
H A Dlist_rows_helpers.rb17 def first_row method
H A Dresponsive_table_helpers.rb21 def first_row method
/dports/biology/sra-tools/sra-tools-2.11.0/tools/is-sorted/
H A Dcommon.h36 int64_t first_row; member
/dports/biology/sra-tools/sra-tools-2.11.0/tools/ref-idx/
H A Dcommon.h36 int64_t first_row; member
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/cpp/
H A DMatrix.cpp98 NumericMatrix::Row first_row = m.row(0) ; in runit_NumericMatrix_row() local
104 NumericMatrix::ConstRow first_row = m.row(0) ; in runit_NumericMatrix_row_const() local
110 CharacterMatrix::Row first_row = m.row(0) ; in runit_CharacterMatrix_row() local
119 CharacterMatrix::ConstRow first_row = m.row(0) ; in runit_CharacterMatrix_row_const() local
128 GenericMatrix::Row first_row = m.row(0) ; in runit_GenericMatrix_row() local
139 GenericMatrix::ConstRow first_row = m.row(0) ; in runit_GenericMatrix_row_const() local
/dports/graphics/chafa/chafa-1.8.0/chafa/internal/
H A Dchafa-batch.h29 gint first_row; member
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dsubmat.cpp23 GetSubMatrix BaseMatrix::SubMatrix(int first_row, int last_row, int first_col, in SubMatrix()
35 GetSubMatrix BaseMatrix::SymSubMatrix(int first_row, int last_row) const in SymSubMatrix()
54 GetSubMatrix BaseMatrix::Rows(int first_row, int last_row) const in Rows()
/dports/math/newmat/newmat-1.1_1/
H A Dsubmat.cpp27 GetSubMatrix BaseMatrix::submatrix(int first_row, int last_row, int first_col, in submatrix()
39 GetSubMatrix BaseMatrix::sym_submatrix(int first_row, int last_row) const in sym_submatrix()
58 GetSubMatrix BaseMatrix::rows(int first_row, int last_row) const in rows()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/csv/
H A Dparser.h70 Status VisitColumn(int32_t col_index, int64_t first_row, Visitor&& visit) const { in VisitColumn()
111 Status DecorateWithRowNumber(Status&& status, int64_t first_row, in DecorateWithRowNumber()
/dports/textproc/R-cran-readr/readr/src/
H A DReader.cpp100 R_xlen_t first_row; in read() local
221 R_xlen_t first_row; in melt() local

12345678910>>...33