pub fn sph_deriv<E, V, const MINUS: bool>(x: V, n: u32, prev: V, cur: V) -> Vwhere
E: FloatElement,
V: FloatVector<Element = E>,Expand description
The runtime-order twin of sph_deriv_n.
pub fn sph_deriv<E, V, const MINUS: bool>(x: V, n: u32, prev: V, cur: V) -> Vwhere
E: FloatElement,
V: FloatVector<Element = E>,The runtime-order twin of sph_deriv_n.