Home
last modified time | relevance | path

Searched refs:new_num_cols (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/python/
H A Dqutesheet.py98 if new_num_cols == -1:
99 new_num_cols = self.num_cols
101 out_text += ' ' + str(new_num_rows) + ' ' + str(new_num_cols) + '\n'
118 if new_num_cols == -1:
119 new_num_cols = self.num_cols
123 for j in range(new_num_cols):
126 set_rows(out_data, new_first_row, new_first_col, new_num_rows, new_num_cols)
140 if new_num_cols == -1:
141 new_num_cols = self.num_cols
143 out_text += ' ' + str(new_num_rows) + str(new_num_cols) + '\n'
[all …]
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/libslab/
H A Dapp-resizer.c176 gint new_num_cols; in app_resizer_size_allocate() local
214 new_num_cols = in app_resizer_size_allocate()
217 if (resizer->cur_num_cols != new_num_cols) in app_resizer_size_allocate()
224 resizer->cur_num_cols = new_num_cols; in app_resizer_size_allocate()
/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()
233 num_cols_ = new_num_cols; in Resize()
238 num_cols_ = new_num_cols; 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()
229 num_cols_ = new_num_cols; in Resize()
234 num_cols_ = new_num_cols; in Resize()
H A Dtriplet_sparse_matrix.h99 void Resize(int new_num_rows, int new_num_cols);
/dports/devel/ppl/ppl-1.2/src/
H A DMatrix_templates.hh155 dimension_type new_num_cols; in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY() local
162 if (!(s >> new_num_cols)) { in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
171 resize(new_num_rows, new_num_cols); in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
H A DPIP_Problem.cc126 const dimension_type new_num_cols = parameters.size() + 1; in solve() local
128 if (old_num_cols < new_num_cols) { in solve()
129 x.initial_context.add_zero_columns(new_num_cols - old_num_cols); in solve()
/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()
241 num_cols_ = new_num_cols; in Resize()
246 num_cols_ = new_num_cols; 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.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/
H A Dtest_matrix_vector.cpp205 typename Matrix::size_type new_num_cols = 6; in test_matrix_column_facade() local
206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
208 pass &= (matrix.size2() == new_num_cols); in test_matrix_column_facade()
209 pass &= (columns.size() == new_num_cols); in test_matrix_column_facade()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/aggregation/
H A Daggregation.cpp81 int new_num_cols = num_cols + num_slacks; in KannanAggregation() local
82 dd_MatrixPtr new_matrix = dd_CreateMatrix(new_num_rows, new_num_cols); in KannanAggregation()
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_csr_block_matrix.c276 HYPRE_Int size_j, size_map, index, new_num_cols, removed = 0; in hypre_ParCSRBlockMatrixConvertToParCSRMatrix() local
367 new_num_cols = index; in hypre_ParCSRBlockMatrixConvertToParCSRMatrix()
377 new_col_map_offd = hypre_CTAlloc(HYPRE_BigInt, new_num_cols, HYPRE_MEMORY_HOST); in hypre_ParCSRBlockMatrixConvertToParCSRMatrix()
390 hypre_CSRMatrixNumCols(hypre_ParCSRMatrixOffd(matrix_C)) = new_num_cols; in hypre_ParCSRBlockMatrixConvertToParCSRMatrix()
/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
180 hypre_CSRMatrixNumCols(matrix) = new_num_cols; in hypre_CSRMatrixResize()
H A Dprotos.h76 …rixResize( hypre_CSRMatrix *matrix, HYPRE_Int new_num_rows, HYPRE_Int new_num_cols, HYPRE_Int new_…
H A Dseq_mv.h348 …rixResize( hypre_CSRMatrix *matrix, HYPRE_Int new_num_rows, HYPRE_Int new_num_cols, HYPRE_Int new_…

12