Skip to main content

gauss_legendre_impl

Function gauss_legendre_impl 

Source
pub fn gauss_legendre_impl<P, E, V>(k: V, n: u32) -> (V, V)
where P: Policy, E: FloatElement, V: FloatVector<Element = E> + SpecializedSpecialMath<E>,
Expand description

The k-th node and weight of the n-point Gauss-Legendre rule, k per lane.

Last built: 2026-09-08 21:35:55 UTC