Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Ddynamic_compressed_row_jacobian_writer.h64 SparseMatrix* CreateJacobian() const;
Dblock_jacobian_writer.h63 SparseMatrix* CreateJacobian() const;
Dcompressed_row_jacobian_writer.h95 SparseMatrix* CreateJacobian() const;
Devaluator_test.cc155 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in EvaluateAndCompare()
531 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in TEST_P()
606 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in TEST()
Dprogram_evaluator.h130 SparseMatrix* CreateJacobian() const { in CreateJacobian() function
131 return jacobian_writer_.CreateJacobian(); in CreateJacobian()
Ddense_jacobian_writer.h63 SparseMatrix* CreateJacobian() const { in CreateJacobian() function
Devaluator.h118 virtual SparseMatrix* CreateJacobian() const = 0;
Ddynamic_compressed_row_jacobian_writer.cc47 SparseMatrix* DynamicCompressedRowJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::DynamicCompressedRowJacobianWriter
Dtrust_region_minimizer_test.cc77 virtual SparseMatrix* CreateJacobian() const { in CreateJacobian() function in ceres::internal::PowellEvaluator2
227 scoped_ptr<SparseMatrix> jacobian(powell_evaluator.CreateJacobian()); in IsTrustRegionSolveSuccessful()
Dblock_jacobian_writer.cc149 SparseMatrix* BlockJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::BlockJacobianWriter
Dcompressed_row_jacobian_writer.cc81 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::CompressedRowJacobianWriter
Dcoordinate_descent_minimizer.cc217 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in Solve()
Dproblem_impl.cc719 down_cast<CompressedRowSparseMatrix*>(evaluator->CreateJacobian())); in Evaluate()
Dsolver_impl.cc101 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in TrustRegionMinimize()