HomeSort by relevance Sort by last modified time
    Searched refs:DynamicCompressedRowSparseMatrix (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/internal/ceres/
dynamic_compressed_row_finalizer.h 42 DynamicCompressedRowSparseMatrix* jacobian =
43 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian);
dynamic_compressed_row_sparse_matrix.h 49 class DynamicCompressedRowSparseMatrix : public CompressedRowSparseMatrix {
66 DynamicCompressedRowSparseMatrix(int num_rows,
dynamic_compressed_row_sparse_matrix.cc 37 DynamicCompressedRowSparseMatrix::DynamicCompressedRowSparseMatrix(
48 void DynamicCompressedRowSparseMatrix::InsertEntry(int row,
59 void DynamicCompressedRowSparseMatrix::ClearRows(int row_start,
70 void DynamicCompressedRowSparseMatrix::Finalize(int num_additional_elements) {
dynamic_compressed_row_jacobian_writer.cc 52 DynamicCompressedRowSparseMatrix* jacobian =
53 new DynamicCompressedRowSparseMatrix(num_residuals,
67 DynamicCompressedRowSparseMatrix* jacobian =
68 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian);
dynamic_compressed_row_sparse_matrix_test.cc 61 dcrsm.reset(new DynamicCompressedRowSparseMatrix(num_rows,
171 scoped_ptr<DynamicCompressedRowSparseMatrix> dcrsm;

Completed in 146 milliseconds