Home
last modified time | relevance | path

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

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