Skip to main content

aoclsparse_dsyprd

Function aoclsparse_dsyprd 

Source
pub unsafe extern "C" fn aoclsparse_dsyprd(
    op: aoclsparse_operation,
    A: aoclsparse_matrix,
    B: *const f64,
    orderB: aoclsparse_order,
    ldb: aoclsparse_int,
    alpha: f64,
    beta: f64,
    C: *mut f64,
    orderC: aoclsparse_order,
    ldc: aoclsparse_int,
) -> aoclsparse_status