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 [f64; 1],
pub objective: u32,
pub rowvec: *mut [f64; 1],
}Fields§
§rowsize: i64§linset: *mut u64§colsize: i64§representation: u32§numbtype: u32§matrix: *mut *mut [f64; 1]§objective: u32§rowvec: *mut [f64; 1]