pub type tileparamT = tileparamST;Expand description
tile parameter data structure
Aliased Type§
#[repr(C)]pub struct tileparamT {
pub firstcol: i64,
pub ncol: i64,
pub firstrow: i64,
pub nrow: i64,
}Fields§
§firstcol: i64§ncol: i64first column of tile to process (index from 0)
firstrow: i64number of columns in tile to process
nrow: i64first row of tile to process (index from 0)