Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix_test.cc55 m.mutable_rows()[0] = 0; in TEST()
59 m.mutable_rows()[1] = 1; in TEST()
88 m.mutable_rows()[0] = 10; in TEST()
91 m.mutable_rows()[0] = 1; in TEST()
103 orig.mutable_rows()[0] = 0; in TEST()
107 orig.mutable_rows()[1] = 1; in TEST()
131 orig.mutable_rows()[0] = 0; in TEST()
135 orig.mutable_rows()[1] = 1; in TEST()
141 cpy.mutable_rows()[0] = 0; in TEST()
145 cpy.mutable_rows()[1] = 2; in TEST()
[all …]
Ddynamic_compressed_row_sparse_matrix.cc87 mutable_rows()[i] = index_into_values_and_cols; in Finalize()
99 mutable_rows()[num_rows()] = index_into_values_and_cols; in Finalize()
Dincomplete_lq_factorization_test.cc59 matrix.mutable_rows()[0] = 0; in TEST()
60 matrix.mutable_rows()[1] = 1; in TEST()
84 int* rows = matrix.mutable_rows(); in TEST()
Dincomplete_lq_factorization.cc119 int* rows = matrix->mutable_rows(); in DropEntriesAndAddRow()
185 int* l_rows = l->mutable_rows(); in IncompleteLQFactorization()
189 int* q_rows = q.mutable_rows(); in IncompleteLQFactorization()
Dsuitesparse.cc62 triplet.i = reinterpret_cast<void*>(A->mutable_rows()); in CreateSparseMatrix()
84 triplet.j = reinterpret_cast<void*>(A->mutable_rows()); in CreateSparseMatrixTranspose()
102 m.p = reinterpret_cast<void*>(A->mutable_rows()); in CreateSparseMatrixTransposeView()
Dcxsparse.cc173 At.p = A->mutable_rows(); in CreateSparseMatrixTransposeView()
186 tsm_wrapper.i = tsm->mutable_rows(); in CreateSparseMatrix()
Dtriplet_sparse_matrix.h93 int* mutable_rows() { return rows_.get(); } in mutable_rows() function
Dblock_random_access_diagonal_matrix.cc67 int* rows = tsm_->mutable_rows(); in BlockRandomAccessDiagonalMatrix()
Dsymmetric_linear_solver_test.cc91 int* Ai = A->mutable_rows(); in TEST()
Dcompressed_row_sparse_matrix.h110 int* mutable_rows() { return &rows_[0]; } in mutable_rows() function
Dcompressed_row_sparse_matrix.cc329 int* rows = matrix->mutable_rows(); in CreateBlockDiagonalMatrix()
361 int* transpose_rows = transpose->mutable_rows(); in Transpose()
436 int* crsm_rows = matrix->mutable_rows(); in CompressAndFillProgram()
Dcompressed_row_sparse_matrix_test.cc283 int* rows = matrix_->mutable_rows(); in SetUp()
350 int* rows = matrix.mutable_rows(); in TEST()
466 std::copy(rows.begin(), rows.end(), tsm.mutable_rows()); in CreateRandomCompressedRowSparseMatrix()
Dprogram_test.cc272 int* rows = expected_block_sparse_jacobian.mutable_rows(); in TEST()
369 int* rows = expected_block_sparse_jacobian.mutable_rows(); in TEST()
Dblock_random_access_sparse_matrix.cc81 int* rows = tsm_->mutable_rows(); in BlockRandomAccessSparseMatrix()
Dprogram.cc392 int* rows = tsm->mutable_rows(); in CreateJacobianBlockSparsityTranspose()
411 rows = tsm->mutable_rows(); in CreateJacobianBlockSparsityTranspose()
Dlinear_least_squares_problems.cc93 int* Ai = A->mutable_rows(); in LinearLeastSquaresProblem0()
192 int* rows = A->mutable_rows(); in LinearLeastSquaresProblem1()
Ddynamic_compressed_row_sparse_matrix_test.cc100 std::copy(rows.begin(), rows.end(), tsm->mutable_rows()); in InitialiseSparseMatrixReferences()
Dcompressed_row_jacobian_writer.cc114 int* rows = jacobian->mutable_rows(); in CreateJacobian()
Dcompressed_col_sparse_matrix_utils_test.cc134 int* rows = tsm.mutable_rows(); in TEST()
Dtriplet_sparse_matrix.cc248 m->mutable_rows()[i] = i; in CreateSparseDiagonalMatrix()
Dsparse_normal_cholesky_solver.cc177 outer_product_->mutable_rows(), in SolveImplUsingEigen()
Dblock_sparse_matrix.cc203 matrix->mutable_rows()[jac_pos] = row_block_pos + r; in ToTripletSparseMatrix()
Dschur_complement_solver.cc475 crsm.mutable_rows(), in SolveReducedLinearSystemUsingEigen()
Dcovariance_impl.cc322 int* rows = covariance_matrix_->mutable_rows(); in ComputeCovarianceSparsity()