Struct threed_ice_sys::FloorplanMatrix_t [] [src]

pub struct FloorplanMatrix_t {
    pub ColumnPointers: *mut CellIndex_t,
    pub RowIndices: *mut CellIndex_t,
    pub Values: *mut Source_t,
    pub NRows: CellIndex_t,
    pub NColumns: CellIndex_t,
    pub NNz: CellIndex_t,
    pub SLUMatrix: SuperMatrix,
}

Fields

Trait Implementations

impl Copy for FloorplanMatrix_t
[src]

impl Clone for FloorplanMatrix_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more