Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix_test.cc56 m.mutable_rows()[0] = 0; in TEST()
60 m.mutable_rows()[1] = 1; in TEST()
89 m.mutable_rows()[0] = 10; in TEST()
92 m.mutable_rows()[0] = 1; in TEST()
104 orig.mutable_rows()[0] = 0; in TEST()
108 orig.mutable_rows()[1] = 1; in TEST()
132 orig.mutable_rows()[0] = 0; in TEST()
136 orig.mutable_rows()[1] = 1; in TEST()
142 cpy.mutable_rows()[0] = 0; in TEST()
146 cpy.mutable_rows()[1] = 2; in TEST()
[all …]
Dcxsparse.cc100 At.p = A->mutable_rows(); in CreateSparseMatrixTransposeView()
113 tsm_wrapper.i = tsm->mutable_rows(); in CreateSparseMatrix()
Dsuitesparse.cc47 triplet.i = reinterpret_cast<void*>(A->mutable_rows()); in CreateSparseMatrix()
69 triplet.j = reinterpret_cast<void*>(A->mutable_rows()); in CreateSparseMatrixTranspose()
87 m->p = reinterpret_cast<void*>(A->mutable_rows()); in CreateSparseMatrixTransposeView()
Dcompressed_row_sparse_matrix.h118 int* mutable_rows() { return rows_.get(); } in mutable_rows() function
Dtriplet_sparse_matrix.h101 int* mutable_rows() { return rows_.get(); } in mutable_rows() function
Dsymmetric_linear_solver_test.cc91 int* Ai = A->mutable_rows(); in TEST()
Dblock_random_access_sparse_matrix.cc81 int* rows = tsm_->mutable_rows(); in BlockRandomAccessSparseMatrix()
Dsuitesparse_test.cc133 int* rows = tsm.mutable_rows(); in TEST()
Dcompressed_row_jacobian_writer.cc76 int* rows = jacobian->mutable_rows(); in CreateJacobian()
Dlinear_least_squares_problems.cc163 int* Ai = A->mutable_rows(); in LinearLeastSquaresProblem0()
262 int* rows = A->mutable_rows(); in LinearLeastSquaresProblem1()
Dtriplet_sparse_matrix.cc291 m->mutable_rows()[i] = i; in CreateSparseDiagonalMatrix()
Dblock_sparse_matrix.cc230 matrix->mutable_rows()[jac_pos] = row_block_pos + r; in ToTripletSparseMatrix()