pub unsafe extern "C" fn cusparseGetProperty(
type_: libraryPropertyType,
value: *mut c_int,
) -> cusparseStatus_tExpand description
The function returns the value of the requested property. Refer to libraryPropertyType for supported types.
libraryPropertyType (defined in library_types.h).
ยงParameters
value: Value of the requested property.