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

/external/ceres-solver/internal/ceres/
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.cc43 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const { function in class:ceres::internal::CompressedRowJacobianWriter
H A Dprogram_evaluator.h61 // // Evaluator::CreateJacobian.
62 // SparseMatrix* CreateJacobian() const;
121 SparseMatrix* CreateJacobian() const { function in class:ceres::internal::ProgramEvaluator
122 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 135 milliseconds