pub unsafe extern "C" fn cusolverDnSetAdvOptions(
params: cusolverDnParams_t,
function: cusolverDnFunction_t,
algo: cusolverAlgMode_t,
) -> cusolverStatus_tExpand description
This function configures algorithm algo of function, a 64-bit API routine.
§Parameters
params: The pointer to the structure of64-bit API.function: The routine to be configured.algo: The algorithm to be configured.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_INVALID_VALUE: Wrong combination offunctionandalgo.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The operation completed successfully.