Searched defs:mutable_rows (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.h110 int* mutable_rows() { return &rows_[0]; } function in class:ceres::internal::CompressedRowSparseMatrix
H A Dtriplet_sparse_matrix.h93 int* mutable_rows() { return rows_.get(); } function in class:ceres::internal::TripletSparseMatrix

Completed in 28 milliseconds