Searched refs:CreateJacobian (Results 1 – 14 of 14) sorted by relevance
64 SparseMatrix* CreateJacobian() const;
63 SparseMatrix* CreateJacobian() const;
95 SparseMatrix* CreateJacobian() const;
155 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()
130 SparseMatrix* CreateJacobian() const { in CreateJacobian() function131 return jacobian_writer_.CreateJacobian(); in CreateJacobian()
63 SparseMatrix* CreateJacobian() const { in CreateJacobian() function
118 virtual SparseMatrix* CreateJacobian() const = 0;
47 SparseMatrix* DynamicCompressedRowJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::DynamicCompressedRowJacobianWriter
77 virtual SparseMatrix* CreateJacobian() const { in CreateJacobian() function in ceres::internal::PowellEvaluator2227 scoped_ptr<SparseMatrix> jacobian(powell_evaluator.CreateJacobian()); in IsTrustRegionSolveSuccessful()
149 SparseMatrix* BlockJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::BlockJacobianWriter
81 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::CompressedRowJacobianWriter
217 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in Solve()
719 down_cast<CompressedRowSparseMatrix*>(evaluator->CreateJacobian())); in Evaluate()
101 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in TrustRegionMinimize()