Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix_test.cc56 m.mutable_cols()[0] = 1; in TEST()
60 m.mutable_cols()[1] = 4; in TEST()
92 m.mutable_cols()[0] = 100; in TEST()
104 orig.mutable_cols()[0] = 1; in TEST()
108 orig.mutable_cols()[1] = 4; in TEST()
132 orig.mutable_cols()[0] = 1; in TEST()
136 orig.mutable_cols()[1] = 4; in TEST()
142 cpy.mutable_cols()[0] = 10; in TEST()
146 cpy.mutable_cols()[1] = 23; in TEST()
150 cpy.mutable_cols()[0] = 10; in TEST()
[all …]
Dincomplete_lq_factorization.cc120 int* cols = matrix->mutable_cols(); in DropEntriesAndAddRow()
186 int* l_cols = l->mutable_cols(); in IncompleteLQFactorization()
190 int* q_cols = q.mutable_cols(); in IncompleteLQFactorization()
Dsuitesparse.cc63 triplet.j = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrix()
85 triplet.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTranspose()
103 m.i = reinterpret_cast<void*>(A->mutable_cols()); in CreateSparseMatrixTransposeView()
Dcxsparse.cc174 At.i = A->mutable_cols(); in CreateSparseMatrixTransposeView()
185 tsm_wrapper.p = tsm->mutable_cols(); in CreateSparseMatrix()
Dincomplete_lq_factorization_test.cc61 matrix.mutable_cols()[0] = 0; in TEST()
85 int* cols = matrix.mutable_cols(); in TEST()
Dtriplet_sparse_matrix.h94 int* mutable_cols() { return cols_.get(); } in mutable_cols() function
Dblock_random_access_diagonal_matrix.cc68 int* cols = tsm_->mutable_cols(); in BlockRandomAccessDiagonalMatrix()
Ddynamic_compressed_row_sparse_matrix.cc90 memcpy(mutable_cols() + index_into_values_and_cols, in Finalize()
Dsymmetric_linear_solver_test.cc92 int* Aj = A->mutable_cols(); in TEST()
Dcompressed_row_sparse_matrix.h107 int* mutable_cols() { return &cols_[0]; } in mutable_cols() function
Dcompressed_row_sparse_matrix.cc330 int* cols = matrix->mutable_cols(); in CreateBlockDiagonalMatrix()
362 int* transpose_cols = transpose->mutable_cols(); in Transpose()
438 int* crsm_cols = matrix->mutable_cols(); in CompressAndFillProgram()
Dcompressed_row_sparse_matrix_test.cc284 int* cols = matrix_->mutable_cols(); in SetUp()
351 int* cols = matrix.mutable_cols(); in TEST()
467 std::copy(cols.begin(), cols.end(), tsm.mutable_cols()); in CreateRandomCompressedRowSparseMatrix()
Dprogram_test.cc273 int* cols = expected_block_sparse_jacobian.mutable_cols(); in TEST()
370 int* cols = expected_block_sparse_jacobian.mutable_cols(); in TEST()
Dblock_random_access_sparse_matrix.cc82 int* cols = tsm_->mutable_cols(); in BlockRandomAccessSparseMatrix()
Dprogram.cc393 int* cols = tsm->mutable_cols(); in CreateJacobianBlockSparsityTranspose()
412 cols = tsm->mutable_cols(); in CreateJacobianBlockSparsityTranspose()
Dlinear_least_squares_problems.cc94 int* Aj = A->mutable_cols(); in LinearLeastSquaresProblem0()
193 int* cols = A->mutable_cols(); in LinearLeastSquaresProblem1()
Ddynamic_compressed_row_sparse_matrix_test.cc101 std::copy(cols.begin(), cols.end(), tsm->mutable_cols()); in InitialiseSparseMatrixReferences()
Dcompressed_row_jacobian_writer.cc115 int* cols = jacobian->mutable_cols(); in CreateJacobian()
Dcompressed_col_sparse_matrix_utils_test.cc135 int* cols = tsm.mutable_cols(); in TEST()
Dtriplet_sparse_matrix.cc249 m->mutable_cols()[i] = i; in CreateSparseDiagonalMatrix()
Dsparse_normal_cholesky_solver.cc178 outer_product_->mutable_cols(), in SolveImplUsingEigen()
Dblock_sparse_matrix.cc204 matrix->mutable_cols()[jac_pos] = col_block_pos + c; in ToTripletSparseMatrix()
Dschur_complement_solver.cc476 crsm.mutable_cols(), in SolveReducedLinearSystemUsingEigen()
Dcovariance_impl.cc323 int* cols = covariance_matrix_->mutable_cols(); in ComputeCovarianceSparsity()