Skip to main content

cusolverDnCreateParams

Function cusolverDnCreateParams 

Source
pub unsafe extern "C" fn cusolverDnCreateParams(
    params: *mut cusolverDnParams_t,
) -> cusolverStatus_t
Expand description

This function creates and initializes the structure of 64-bit API to default values.

cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The structure was initialized successfully.

cusolverStatus_t::CUSOLVER_STATUS_ALLOC_FAILED: The resources could not be allocated.

§Parameters

  • params: The pointer to the structure of 64-bit API.

§Return value