pub type LAPACK_C_SELECT2 = Option<extern "C" fn(_: *const lapack_complex_float, _: *const lapack_complex_float) -> lapack_logical>;
Aliased Type§
enum LAPACK_C_SELECT2 {
None,
Some(extern "C" fn(_: *const [f32; 2], _: *const [f32; 2]) -> i32),
}