Skip to main content

PFN_cusparseSpSV_createDescr

Type Alias PFN_cusparseSpSV_createDescr 

Source
pub type PFN_cusparseSpSV_createDescr = unsafe extern "C" fn(descr: *mut cusparseSpSVDescr_t) -> cusparseStatus_t;
Expand description

cuSPARSE: create an opaque descriptor for sparse triangular linear solve (single right-hand side). See https://docs.nvidia.com/cuda/cusparse/index.html.