pub struct MultiDimGaussianIntegration { /* private fields */ }Expand description
Multi-dimensional Gaussian quadrature as the tensor product of one-dimensional rules.
Port of QuantLib’s MultiDimGaussianIntegration (same C++ file): ns[j]
is the number of points in dimension j and gen_quad builds the
one-dimensional rule for a given order; rules for repeated orders are
built once and shared.
Implementations§
Source§impl MultiDimGaussianIntegration
impl MultiDimGaussianIntegration
Auto Trait Implementations§
impl Freeze for MultiDimGaussianIntegration
impl RefUnwindSafe for MultiDimGaussianIntegration
impl Send for MultiDimGaussianIntegration
impl Sync for MultiDimGaussianIntegration
impl Unpin for MultiDimGaussianIntegration
impl UnsafeUnpin for MultiDimGaussianIntegration
impl UnwindSafe for MultiDimGaussianIntegration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more