HomeSort by relevance Sort by last modified time
    Searched full:mutable_cols (Results 1 - 12 of 12) sorted by null

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix_test.cc 57 m.mutable_cols()[0] = 1;
61 m.mutable_cols()[1] = 4;
93 m.mutable_cols()[0] = 100;
105 orig.mutable_cols()[0] = 1;
109 orig.mutable_cols()[1] = 4;
133 orig.mutable_cols()[0] = 1;
137 orig.mutable_cols()[1] = 4;
143 cpy.mutable_cols()[0] = 10;
147 cpy.mutable_cols()[1] = 23;
151 cpy.mutable_cols()[0] = 10
    [all...]
cxsparse.cc 101 At.i = A->mutable_cols();
112 tsm_wrapper.p = tsm->mutable_cols();
suitesparse.cc 48 triplet.j = reinterpret_cast<void*>(A->mutable_cols());
70 triplet.i = reinterpret_cast<void*>(A->mutable_cols());
88 m->i = reinterpret_cast<void*>(A->mutable_cols());
block_random_access_sparse_matrix.cc 82 int* cols = tsm_->mutable_cols();
compressed_row_sparse_matrix.h 115 int* mutable_cols() { return cols_.get(); } function in class:ceres::internal::CompressedRowSparseMatrix
suitesparse_test.cc 134 int* cols = tsm.mutable_cols();
symmetric_linear_solver_test.cc 92 int* Aj = A->mutable_cols();
triplet_sparse_matrix.h 102 int* mutable_cols() { return cols_.get(); } function in class:ceres::internal::TripletSparseMatrix
compressed_row_jacobian_writer.cc 77 int* cols = jacobian->mutable_cols();
block_sparse_matrix.cc 231 matrix->mutable_cols()[jac_pos] = col_block_pos + c;
triplet_sparse_matrix.cc 292 m->mutable_cols()[i] = i;
linear_least_squares_problems.cc 164 int* Aj = A->mutable_cols();
263 int* cols = A->mutable_cols();

Completed in 1184 milliseconds