Searched refs:CreateJacobian (Results 1 - 14 of 14) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_jacobian_writer.h63 SparseMatrix* CreateJacobian() const;
H A Ddynamic_compressed_row_jacobian_writer.h64 SparseMatrix* CreateJacobian() const;
H A Dcompressed_row_jacobian_writer.h95 SparseMatrix* CreateJacobian() const;
H A Ddense_jacobian_writer.h63 SparseMatrix* CreateJacobian() const { function in class:ceres::internal::DenseJacobianWriter
H A Ddynamic_compressed_row_jacobian_writer.cc47 SparseMatrix* DynamicCompressedRowJacobianWriter::CreateJacobian() const { function in class:ceres::internal::DynamicCompressedRowJacobianWriter
H A Devaluator.h118 virtual SparseMatrix* CreateJacobian() const = 0;
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 Devaluator_test.cc155 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
531 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
606 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
H A Dblock_jacobian_writer.cc149 SparseMatrix* BlockJacobianWriter::CreateJacobian() const { function in class:ceres::internal::BlockJacobianWriter
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());
H A Dcompressed_row_jacobian_writer.cc81 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const { function in class:ceres::internal::CompressedRowJacobianWriter
H A Dcoordinate_descent_minimizer.cc217 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
H A Dproblem_impl.cc719 down_cast<CompressedRowSparseMatrix*>(evaluator->CreateJacobian()));
H A Dsolver_impl.cc101 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());

Completed in 295 milliseconds