RealInterpolator
Type for variables that are actually functions that map Real values to Real values
Usage
RealInterpolator()
Source
dyad
# Type for variables that are actually functions that map `Real` values to `Real` values
type RealInterpolator = func(::Real)::RealFlattened Source
# Type for variables that are actually functions that map `Real` values to `Real` values type RealInterpolator = func(::Real)::Real
Related
Examples
Experiments
Analyses
Tests