Function gsl_sys::gsl_multilarge_linear_stdform2[][src]

pub unsafe extern "C" fn gsl_multilarge_linear_stdform2(
    LQR: *const gsl_matrix,
    Ltau: *const gsl_vector,
    X: *const gsl_matrix,
    y: *const gsl_vector,
    Xs: *mut gsl_matrix,
    ys: *mut gsl_vector,
    work: *mut gsl_multilarge_linear_workspace
) -> c_int
This is supported on crate feature v2_1 only.