lapack

Type Alias Select3F32

Source
pub type Select3F32 = Option<extern "C" fn(_: *const f32, _: *const f32, _: *const f32) -> i32>;

Aliased Type§

enum Select3F32 {
    None,
    Some(extern "C" fn(_: *const f32, _: *const f32, _: *const f32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *const f32, _: *const f32, _: *const f32) -> i32)

Some value of type T.