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

  /external/dng_sdk/source/
dng_spline.h 52 class dng_spline_solver: public dng_1d_function class in inherits:dng_1d_function
64 dng_spline_solver ();
66 virtual ~dng_spline_solver ();
dng_spline.cpp 23 dng_spline_solver::dng_spline_solver () function in class:dng_spline_solver
35 dng_spline_solver::~dng_spline_solver ()
42 void dng_spline_solver::Reset ()
54 void dng_spline_solver::Add (real64 x, real64 y)
64 void dng_spline_solver::Solve ()
156 bool dng_spline_solver::IsIdentity () const
174 real64 dng_spline_solver::Evaluate (real64 x) const

Completed in 58 milliseconds