Searched refs:DynamicCompressedRowSparseMatrix (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddynamic_compressed_row_finalizer.h42 DynamicCompressedRowSparseMatrix* jacobian =
43 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian);
H A Ddynamic_compressed_row_sparse_matrix.h49 class DynamicCompressedRowSparseMatrix : public CompressedRowSparseMatrix { class in namespace:ceres::internal
66 DynamicCompressedRowSparseMatrix(int num_rows,
H A Ddynamic_compressed_row_sparse_matrix.cc37 DynamicCompressedRowSparseMatrix::DynamicCompressedRowSparseMatrix( function in class:ceres::internal::DynamicCompressedRowSparseMatrix
48 void DynamicCompressedRowSparseMatrix::InsertEntry(int row,
59 void DynamicCompressedRowSparseMatrix::ClearRows(int row_start,
70 void DynamicCompressedRowSparseMatrix::Finalize(int num_additional_elements) {
H A Ddynamic_compressed_row_jacobian_writer.cc52 DynamicCompressedRowSparseMatrix* jacobian =
53 new DynamicCompressedRowSparseMatrix(num_residuals,
67 DynamicCompressedRowSparseMatrix* jacobian =
68 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian);
H A Ddynamic_compressed_row_sparse_matrix_test.cc61 dcrsm.reset(new DynamicCompressedRowSparseMatrix(num_rows,
171 scoped_ptr<DynamicCompressedRowSparseMatrix> dcrsm;

Completed in 77 milliseconds