Skip to main content

dd_MatrixType

Type Alias dd_MatrixType 

Source
pub type dd_MatrixType = dd_matrixdata;

Aliased Type§

#[repr(C)]
pub struct dd_MatrixType { pub rowsize: i64, pub linset: *mut u64, pub colsize: i64, pub representation: u32, pub numbtype: u32, pub matrix: *mut *mut [__mpf_struct; 1], pub objective: u32, pub rowvec: *mut [__mpf_struct; 1], }

Fields§

§rowsize: i64§linset: *mut u64§colsize: i64§representation: u32§numbtype: u32§matrix: *mut *mut [__mpf_struct; 1]§objective: u32§rowvec: *mut [__mpf_struct; 1]