pub unsafe extern "C" fn cusolverDnCreateParams(
params: *mut cusolverDnParams_t,
) -> cusolverStatus_tExpand description
This function creates and initializes the structure of 64-bit API to default values.
§Parameters
params: The pointer to the structure of64-bit API.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_ALLOC_FAILED: The resources could not be allocated.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The structure was initialized successfully.