Home | History | Annotate | Download | only in ceres

Lines Matching full:interpolation

163     // BISECTION interpolation.  Using BISECTION when trying to expand is
166 // agnostic to the interpolation type.
173 << "Ceres bug: lower-bound sample for interpolation is invalid, "
185 // Two point interpolation using function values and the
190 // Three point interpolation, using function values and the
195 // Two point interpolation using the function values and the gradients.
199 // Three point interpolation using the function values and
476 // Irrespective of the interpolation type we are using, we now need the
538 // We are performing 2-point interpolation only here, but the API of
540 // 3-point interpolation, so pad call with a sample with an invalid
600 // Armijo sufficient decrease condition and interpolation method does not
650 // Polynomial interpolation requires inputs ordered according to step size,
656 // We are performing 2-point interpolation only here, but the API of
658 // 3-point interpolation, so pad call with a sample with an invalid
705 // Irrespective of the interpolation type we are using, we now need the