VlSvmInnerProductFunction

Type Alias VlSvmInnerProductFunction 

Source
pub type VlSvmInnerProductFunction = Option<unsafe extern "C" fn(data: *const c_void, element: vl_uindex, model: *mut f64) -> f64>;

Aliased Type§

pub enum VlSvmInnerProductFunction {
    None,
    Some(unsafe extern "C" fn(*const c_void, u64, *mut f64) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, u64, *mut f64) -> f64)

Some value of type T.