Searched refs:CreateJacobian (Results 1 – 12 of 12) sorted by relevance
63 SparseMatrix* CreateJacobian() const;
61 SparseMatrix* CreateJacobian() const;
114 virtual SparseMatrix* CreateJacobian() const = 0;
116 SparseMatrix* CreateJacobian() const { in CreateJacobian() function117 return jacobian_writer_.CreateJacobian(); in CreateJacobian()
63 SparseMatrix* CreateJacobian() const { in CreateJacobian() function
114 down_cast<CompressedRowSparseMatrix*>(evaluator->CreateJacobian())); in Evaluate()
77 virtual SparseMatrix* CreateJacobian() const { in CreateJacobian() function in ceres::internal::PowellEvaluator2204 scoped_ptr<SparseMatrix> jacobian(powell_evaluator.CreateJacobian()); in IsTrustRegionSolveSuccessful()
188 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in EvaluateAndCompare()564 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in TEST_P()637 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in TEST()
43 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::CompressedRowJacobianWriter
149 SparseMatrix* BlockJacobianWriter::CreateJacobian() const { in CreateJacobian() function in ceres::internal::BlockJacobianWriter
216 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in Solve()
178 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); in Minimize()