HomeSort by relevance Sort by last modified time
    Searched refs:MaxScratchDoublesNeededForEvaluate (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
program.h 156 int MaxScratchDoublesNeededForEvaluate() const;
program.cc 291 new double[MaxScratchDoublesNeededForEvaluate()]);
460 int Program::MaxScratchDoublesNeededForEvaluate() const {
program_evaluator.h 352 program.MaxScratchDoublesNeededForEvaluate();

Completed in 75 milliseconds