apple-accelerate 0.3.1

Safe Rust bindings for Apple's Accelerate framework on macOS with exhaustive optional raw C FFI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// @generated by tools/raw-ffi-gen; do not edit by hand.

/* automatically generated by rust-bindgen 0.71.1 */

pub type __CLPK_real = f32;
pub type __CLPK_doublereal = f64;
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct __CLPK_complex {
    pub r: __CLPK_real,
    pub i: __CLPK_real,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct __CLPK_doublecomplex {
    pub r: __CLPK_doublereal,
    pub i: __CLPK_doublereal,
}