CeedVectorAXPBY

Function CeedVectorAXPBY 

Source
pub unsafe extern "C" fn CeedVectorAXPBY(
    y: CeedVector,
    alpha: CeedScalar,
    beta: CeedScalar,
    x: CeedVector,
) -> c_int