Skip to main content

matd_get

Function matd_get 

Source
pub unsafe extern "C" fn matd_get(
    m: *const matd_t,
    row: c_uint,
    col: c_uint,
) -> f64
Expand description

Retrieves the cell value for matrix ‘m’ at the given zero-based row and column index. Performs more thorough validation checking than MATD_EL().