Function scs

Source
pub unsafe extern "C" fn scs(
    d: *const ScsData,
    k: *const ScsCone,
    sol: *mut ScsSolution,
    info: *mut ScsInfo,
) -> scs_int
Expand description

Convenience method that simply calls all the above routines in order, for cases where the workspace does not need to be reused. All inputs must have memory allocated before this call.