Function lpsolve_sys::mat_setcol [] [src]

pub unsafe extern "C" fn mat_setcol(
    mat: *mut MATrec,
    colno: c_int,
    count: c_int,
    column: *mut c_double,
    rowno: *mut c_int,
    doscale: c_uchar,
    checkrowmode: c_uchar
) -> c_uchar