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)::Real
Flattened 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