Function solve_matrix

Source
pub unsafe extern "C" fn solve_matrix(
    MatrixLHSID: Hlong,
    MatrixLHSType: *const c_char,
    Epsilon: f64,
    MatrixRHSID: Hlong,
    MatrixResultID: *mut Hlong,
) -> Herror