pub fn iterate<S, TEO>(
teo: &mut TEO,
x0: ArrayBase<S, TEO::Dim>,
step: usize
) -> ArrayBase<S, TEO::Dim>where
S: DataMut<Elem = TEO::Scalar> + Data + RawDataClone,
TEO: TimeEvolution,
Expand description
Iterate equation of motion by step
at once