Home
last modified time | relevance | path

Searched refs:new_num_rows (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/python/
H A Dqutesheet.py96 if new_num_rows == -1:
97 new_num_rows = self.num_rows
101 out_text += ' ' + str(new_num_rows) + ' ' + str(new_num_cols) + '\n'
116 if new_num_rows == -1:
117 new_num_rows = self.num_rows
121 for i in range(new_num_rows):
126 set_rows(out_data, new_first_row, new_first_col, new_num_rows, new_num_cols)
138 if new_num_rows == -1:
139 new_num_rows = self.num_rows
143 out_text += ' ' + str(new_num_rows) + str(new_num_cols) + '\n'
[all …]
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_logs.c71 int vt_change_log_size(vt_logs_t *logs, u_int new_num_rows) { in vt_change_log_size() argument
75 if (new_num_rows > 0xffff) { in vt_change_log_size()
81 new_num_rows = VT_LOG_SIZE_UNIT; in vt_change_log_size()
89 if (new_num_rows == logs->num_rows) { in vt_change_log_size()
91 } else if (new_num_rows == 0) { in vt_change_log_size()
115 } else if (new_num_rows > logs->num_rows && in vt_change_log_size()
152 if (new_num_rows >= num_filled_rows) { in vt_change_log_size()
155 start = num_filled_rows - new_num_rows; in vt_change_log_size()
175 for (count = 0; count < new_num_rows; count++) { in vt_change_log_size()
189 bl_cycle_index_change_size(logs->index, new_num_rows); in vt_change_log_size()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DMatrix_templates.hh154 dimension_type new_num_rows; in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY() local
156 if (!(s >> new_num_rows)) { in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
171 resize(new_num_rows, new_num_cols); in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
173 for (dimension_type row = 0; row < new_num_rows; ++row) { in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
H A DPolyhedron_conversion_templates.hh960 const dimension_type new_num_rows = (j == bound) ? i : j; in conversion() local
961 PPL_ASSERT(dest_num_rows >= new_num_rows); in conversion()
962 while (dest_num_rows != new_num_rows) { in conversion()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/aggregation/
H A Daggregation.cpp80 int new_num_rows = num_rows + num_slacks - num_aggrows + 1; in KannanAggregation() local
82 dd_MatrixPtr new_matrix = dd_CreateMatrix(new_num_rows, new_num_cols); in KannanAggregation()
85 int aggrow_index = new_num_rows - 1; // 0-based in KannanAggregation()
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dtriplet_sparse_matrix.cc230 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { in Resize() argument
231 if ((new_num_rows >= num_rows_) && (new_num_cols >= num_cols_)) { in Resize()
232 num_rows_ = new_num_rows; in Resize()
237 num_rows_ = new_num_rows; in Resize()
H A Dtriplet_sparse_matrix.h95 void Resize(int new_num_rows, int new_num_cols);
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dtriplet_sparse_matrix.cc226 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { in Resize() argument
227 if ((new_num_rows >= num_rows_) && (new_num_cols >= num_cols_)) { in Resize()
228 num_rows_ = new_num_rows; in Resize()
233 num_rows_ = new_num_rows; in Resize()
H A Dtriplet_sparse_matrix.h99 void Resize(int new_num_rows, int new_num_cols);
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.cc238 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { in Resize() argument
239 if ((new_num_rows >= num_rows_) && (new_num_cols >= num_cols_)) { in Resize()
240 num_rows_ = new_num_rows; in Resize()
245 num_rows_ = new_num_rows; in Resize()
H A Dtriplet_sparse_matrix.h95 void Resize(int new_num_rows, int new_num_cols);
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp50 typename Matrix::size_type new_num_rows = 6; in test_matrix_row_facade() local
51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade()
54 pass &= (matrix.size1() == new_num_rows); in test_matrix_row_facade()
55 pass &= (rows.size() == new_num_rows); in test_matrix_row_facade()
/dports/science/hypre/hypre-2.23.0/src/seq_mv/
H A Dcsr_matrix.c168 hypre_CSRMatrixResize( hypre_CSRMatrix *matrix, HYPRE_Int new_num_rows, HYPRE_Int new_num_cols, HYP… in hypre_CSRMatrixResize() argument
205 if (new_num_rows != hypre_CSRMatrixNumRows(matrix)) in hypre_CSRMatrixResize()
207 hypre_CSRMatrixNumRows(matrix) = new_num_rows; in hypre_CSRMatrixResize()
211 hypre_CSRMatrixI(matrix) = hypre_CTAlloc(HYPRE_Int, new_num_rows + 1, memory_location); in hypre_CSRMatrixResize()
215 …_v2(hypre_CSRMatrixI(matrix), HYPRE_Int, old_num_rows + 1, HYPRE_Int, new_num_rows + 1, memory_loc… in hypre_CSRMatrixResize()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dmotion.c1869 int i, j, num_other, new_num_rows = 101; in normalize_motion() local
1880 motion->number_of_datarows == new_num_rows) in normalize_motion()
1888 step_size = (motion->max_value - motion->min_value) / (double)(new_num_rows - 1); in normalize_motion()
1907 motiondata[i] = (double*)simm_calloc(new_num_rows, sizeof(double)); in normalize_motion()
1914 deriv_data[i] = (double*)simm_calloc(new_num_rows, sizeof(double)); in normalize_motion()
1916 data_std_dev[i] = (double*)simm_calloc(new_num_rows, sizeof(double)); in normalize_motion()
1928 for (j=0; j<new_num_rows; j++) in normalize_motion()
1946 for (j=0, abscissa = start; j<new_num_rows; j++, abscissa += step_size) in normalize_motion()
1953 for (j=0, abscissa = start; j<new_num_rows; j++, abscissa += step_size) in normalize_motion()
1968 for (j=0, abscissa = start; j<new_num_rows; j++, abscissa += step_size) in normalize_motion()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/lp_data/
H A Dsparse.cc289 void SparseMatrix::DeleteRows(RowIndex new_num_rows, in DeleteRows() argument
293 DCHECK_LT(permutation[row], new_num_rows); in DeleteRows()
299 SetNumRows(new_num_rows); in DeleteRows()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster.c4748 int i, j, k, n, m, nz, new_num_elements = 0, new_num_rows = 0; local
4789 for (new_num_rows = 0, i = 0, k = 0; i < m && k < num; i++){
4794 new_rows[i] = new_num_rows++;
4799 new_rows[i] = new_num_rows++;
4829 if (new_num_rows != m - num){
4834 env->mip->m = new_num_rows;
4837 env->mip->rhs = (double *) realloc(rhs, DSIZE * new_num_rows);
4838 env->mip->sense = (char *) realloc(sense, CSIZE * new_num_rows);
4839 env->mip->rngval = (double *) realloc(range, DSIZE * new_num_rows);

12