InterpolantFactoryMethodSmooth method

dynamic InterpolantFactoryMethodSmooth(
  1. dynamic result
)

Implementation

InterpolantFactoryMethodSmooth(result) {
  return CubicInterpolant(times, values, getValueSize(), result);
}