ParametricSolution.potential_at¶
- ParametricSolution.potential_at(param) numpy.ndarray [source]¶
Interpolate potential at param.
- Parameters
- paramarray_like
1D array of real values to interpolate potential at.
- Returns
- ndarray
Potential at param, 2D array of shape (n, d), where d is number of elements in
param
.
See also