AlphaBetaApproximativeSolver.potential_at

AlphaBetaApproximativeSolver.potential_at(param) numpy.ndarray

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.