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