Skip to main content

PFN_cusparseRot

Type Alias PFN_cusparseRot 

Source
pub type PFN_cusparseRot = unsafe extern "C" fn(handle: cusparseHandle_t, c: *const c_void, s: *const c_void, vec_x: cusparseDnVecDescr_t, vec_y: cusparseDnVecDescr_t) -> cusparseStatus_t;
Expand description

cuSPARSE: Givens-rotation on sparse and dense vector pair. See https://docs.nvidia.com/cuda/cusparse/index.html.