lapack

Type Alias Select2C64

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

Aliased Type§

enum Select2C64 {
    None,
    Some(extern "C" fn(_: *const Complex<f64>, _: *const Complex<f64>) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *const Complex<f64>, _: *const Complex<f64>) -> i32)

Some value of type T.