Struct nlopt::MFunction [] [src]

pub struct MFunction<T> { /* fields omitted */ }

Packs an m-dimensional function of type NLoptMFn<T> with a user defined parameter set of type T.

Trait Implementations

Auto Trait Implementations

impl<T> Send for MFunction<T> where
    T: Send

impl<T> Sync for MFunction<T> where
    T: Sync