InterpolantFactoryMethodSmooth method
dynamic
InterpolantFactoryMethodSmooth(
- dynamic result
Implementation
InterpolantFactoryMethodSmooth(result) {
return CubicInterpolant(times, values, getValueSize(), result);
}