Home | Sort by relevance Sort by last modified time |
/external/ceres-solver/internal/ceres/ | |
block_random_access_diagonal_matrix.h | 79 TripletSparseMatrix* mutable_matrix() { return tsm_.get(); } function in class:ceres::internal::BlockRandomAccessDiagonalMatrix |
block_random_access_sparse_matrix.h | 84 TripletSparseMatrix* mutable_matrix() { return tsm_.get(); } function in class:ceres::internal::BlockRandomAccessSparseMatrix |
dense_sparse_matrix.h | 74 ColMajorMatrixRef mutable_matrix(); |
dense_jacobian_writer.h | 96 dense_jacobian->mutable_matrix().block( |
dense_sparse_matrix.cc | 157 ColMajorMatrixRef DenseSparseMatrix::mutable_matrix() { function in class:ceres::internal::DenseSparseMatrix |
trust_region_minimizer_test.cc | 129 ColMajorMatrixRef jacobian_matrix = dense_jacobian->mutable_matrix(); |
visibility_based_preconditioner.cc | 435 m_.get())->mutable_matrix()); |