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.

§Parameters

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

§Return value