Trait peroxide::numerical::integral::GLKIntegrable
source · pub trait GLKIntegrable:
Add<Self, Output = Self>
+ Mul<f64, Output = Self>
+ Sized {
const ZERO: Self;
}
Expand description
Type that can be integrated using Gauss Legendre or Kronrod Quadrature
Required Associated Constants§
Object Safety§
This trait is not object safe.