celeries.mmr.MMR.eval_array#
- MMR.eval_array(a, v, delta)#
Evaluate an array (of arbitrary dimension) with the provided values of the Hamiltonian variables v (y, phi, x, dL) and delta.
- Parameters:
- andarray
Array of Series to be evaluated.
- v(4*npla-4,) ndarray
Values of the Hamiltonian variables (y, phi, x, dL).
- deltafloat
Value of delta.
- Returns:
- a_numndarray
Array of values.