Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Ddynamic_compressed_row_finalizer.h41 void operator()(SparseMatrix* base_jacobian, int num_parameters) { in operator()
43 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian); in operator()
Ddynamic_compressed_row_jacobian_writer.cc66 SparseMatrix* base_jacobian) { in Write() argument
68 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian); in Write()
Ddynamic_compressed_row_jacobian_writer.h74 SparseMatrix* base_jacobian);
Dcompressed_row_jacobian_writer.cc181 SparseMatrix* base_jacobian) { in Write() argument
183 down_cast<CompressedRowSparseMatrix*>(base_jacobian); in Write()
Dcompressed_row_jacobian_writer.h100 SparseMatrix* base_jacobian);