HomeSort by relevance Sort by last modified time
    Searched defs:LineSearchFunction (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
line_search.h 160 // See LineSearchFunction for an example implementation.
230 class LineSearchFunction : public LineSearch::Function {
232 explicit LineSearchFunction(Evaluator* evaluator);
233 virtual ~LineSearchFunction() {}
line_search.cc 103 LineSearchFunction::LineSearchFunction(Evaluator* evaluator)
112 void LineSearchFunction::Init(const Vector& position,
118 bool LineSearchFunction::Evaluate(double x, double* f, double* g) {
143 double LineSearchFunction::DirectionInfinityNorm() const {
251 static_cast<const LineSearchFunction*>(function)->DirectionInfinityNorm();
467 static_cast<const LineSearchFunction*>(function)->DirectionInfinityNorm();
701 static_cast<const LineSearchFunction*>(function)->DirectionInfinityNorm();
    [all...]

Completed in 44 milliseconds