lapack_sys

Type Alias LAPACK_Z_SELECT1

Source
pub type LAPACK_Z_SELECT1 = Option<extern "C" fn(_: *const lapack_complex_double) -> lapack_logical>;

Aliased Type§

enum LAPACK_Z_SELECT1 {
    None,
    Some(extern "C" fn(_: *const [f64; 2]) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *const [f64; 2]) -> i32)

Some value of type T.