Searched defs:CreateJacobian (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddynamic_compressed_row_jacobian_writer.cc47 SparseMatrix* DynamicCompressedRowJacobianWriter::CreateJacobian() const { function in class:ceres::internal::DynamicCompressedRowJacobianWriter
H A Ddense_jacobian_writer.h63 SparseMatrix* CreateJacobian() const { function in class:ceres::internal::DenseJacobianWriter
H A Dblock_jacobian_writer.cc149 SparseMatrix* BlockJacobianWriter::CreateJacobian() const { function in class:ceres::internal::BlockJacobianWriter
H A Dcompressed_row_jacobian_writer.cc81 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const { function in class:ceres::internal::CompressedRowJacobianWriter
H A Dprogram_evaluator.h61 // // Evaluator::CreateJacobian.
62 // SparseMatrix* CreateJacobian() const;
130 SparseMatrix* CreateJacobian() const { function in class:ceres::internal::ProgramEvaluator
131 return jacobian_writer_.CreateJacobian();
H A Dtrust_region_minimizer_test.cc77 virtual SparseMatrix* CreateJacobian() const { function in class:ceres::internal::PowellEvaluator2
227 scoped_ptr<SparseMatrix> jacobian(powell_evaluator.CreateJacobian());

Completed in 1375 milliseconds