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

/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.h107 int* mutable_cols() { return &cols_[0]; } function in class:ceres::internal::CompressedRowSparseMatrix
H A Dtriplet_sparse_matrix.h94 int* mutable_cols() { return cols_.get(); } function in class:ceres::internal::TripletSparseMatrix

Completed in 912 milliseconds