Searched refs:mutable_rows (Results 1 – 12 of 12) sorted by relevance
56 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 …]
100 At.p = A->mutable_rows(); in CreateSparseMatrixTransposeView()113 tsm_wrapper.i = tsm->mutable_rows(); in CreateSparseMatrix()
47 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()
118 int* mutable_rows() { return rows_.get(); } in mutable_rows() function
101 int* mutable_rows() { return rows_.get(); } in mutable_rows() function
91 int* Ai = A->mutable_rows(); in TEST()
81 int* rows = tsm_->mutable_rows(); in BlockRandomAccessSparseMatrix()
133 int* rows = tsm.mutable_rows(); in TEST()
76 int* rows = jacobian->mutable_rows(); in CreateJacobian()
163 int* Ai = A->mutable_rows(); in LinearLeastSquaresProblem0()262 int* rows = A->mutable_rows(); in LinearLeastSquaresProblem1()
291 m->mutable_rows()[i] = i; in CreateSparseDiagonalMatrix()
230 matrix->mutable_rows()[jac_pos] = row_block_pos + r; in ToTripletSparseMatrix()