Home
last modified time | relevance | path

Searched refs:mutable_cols (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dtriplet_sparse_matrix_test.cc57 m.mutable_cols()[0] = 1; in TEST()
61 m.mutable_cols()[1] = 4; in TEST()
209 m.mutable_cols()[0] = 1; in TEST()
213 m.mutable_cols()[1] = 4; in TEST()
220 a.mutable_cols()[0] = 1; in TEST()
224 a.mutable_cols()[1] = 4; in TEST()
228 a.mutable_cols()[2] = 5; in TEST()
262 m.mutable_cols()[0] = 1; in TEST()
266 m.mutable_cols()[1] = 4; in TEST()
273 a.mutable_cols()[0] = 1; in TEST()
[all …]
H A Dsuitesparse.cc62 triplet.j = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrix()
83 triplet.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTranspose()
101 m.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTransposeView()
H A Dcxsparse.cc162 At.i = A->mutable_cols(); in CreateSparseMatrixTransposeView()
173 tsm_wrapper.p = tsm->mutable_cols(); in CreateSparseMatrix()
H A Ddynamic_compressed_row_sparse_matrix.cc86 memcpy(mutable_cols() + index_into_values_and_cols, in Finalize()
H A Dtriplet_sparse_matrix.h106 int* mutable_cols() { return cols_.get(); } in mutable_cols() function
H A Dconjugate_gradients_solver_test.cc89 int* Aj = A->mutable_cols(); in TEST()
H A Dcompressed_row_sparse_matrix.h138 int* mutable_cols() { return &cols_[0]; } in mutable_cols() function
H A Dblock_random_access_diagonal_matrix.cc72 int* cols = tsm_->mutable_cols(); in BlockRandomAccessDiagonalMatrix()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix_test.cc56 m.mutable_cols()[0] = 1; in TEST()
60 m.mutable_cols()[1] = 4; in TEST()
179 m.mutable_cols()[0] = 1; in TEST()
183 m.mutable_cols()[1] = 4; in TEST()
190 a.mutable_cols()[0] = 1; in TEST()
194 a.mutable_cols()[1] = 4; in TEST()
198 a.mutable_cols()[2] = 5; in TEST()
232 m.mutable_cols()[0] = 1; in TEST()
236 m.mutable_cols()[1] = 4; in TEST()
243 a.mutable_cols()[0] = 1; in TEST()
[all …]
H A Dsuitesparse.cc63 triplet.j = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrix()
84 triplet.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTranspose()
102 m.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTransposeView()
H A Dcxsparse.cc163 At.i = A->mutable_cols(); in CreateSparseMatrixTransposeView()
174 tsm_wrapper.p = tsm->mutable_cols(); in CreateSparseMatrix()
H A Ddynamic_compressed_row_sparse_matrix.cc90 memcpy(mutable_cols() + index_into_values_and_cols, in Finalize()
H A Dtriplet_sparse_matrix.h101 int* mutable_cols() { return cols_.get(); } in mutable_cols() function
H A Dcompressed_row_sparse_matrix.cc202 int* output_cols = output->mutable_cols(); in FromTripletSparseMatrix()
417 int* cols = matrix->mutable_cols(); in CreateBlockDiagonalMatrix()
469 transpose->mutable_cols(), in Transpose()
H A Dconjugate_gradients_solver_test.cc88 int* Aj = A->mutable_cols(); in TEST()
H A Deigensparse.cc102 lhs->mutable_cols(), in Factorize()
H A Dcompressed_row_sparse_matrix.h141 int* mutable_cols() { return &cols_[0]; } in mutable_cols() function
H A Dblock_random_access_diagonal_matrix.cc73 int* cols = tsm_->mutable_cols(); in BlockRandomAccessDiagonalMatrix()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dzero_half_cuts.cc145 auto& mutable_cols = rows_[row].cols; in ProcessSingletonColumns() local
146 for (const int col : mutable_cols) { in ProcessSingletonColumns()
148 mutable_cols[new_size++] = col; in ProcessSingletonColumns()
150 CHECK_LT(new_size, mutable_cols.size()); in ProcessSingletonColumns()
151 mutable_cols.resize(new_size); in ProcessSingletonColumns()
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dsuitesparse.cc63 triplet.j = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrix()
84 triplet.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTranspose()
102 m.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTransposeView()
H A Dcxsparse.cc163 At.i = A->mutable_cols(); in CreateSparseMatrixTransposeView()
174 tsm_wrapper.p = tsm->mutable_cols(); in CreateSparseMatrix()
H A Ddynamic_compressed_row_sparse_matrix.cc90 memcpy(mutable_cols() + index_into_values_and_cols, in Finalize()
H A Dtriplet_sparse_matrix.h101 int* mutable_cols() { return cols_.get(); } in mutable_cols() function
H A Dcompressed_row_sparse_matrix.h137 int* mutable_cols() { return &cols_[0]; } in mutable_cols() function
H A Dblock_random_access_diagonal_matrix.cc73 int* cols = tsm_->mutable_cols(); in BlockRandomAccessDiagonalMatrix()

123