pub unsafe extern "C" fn cusolverDnXgesvdjSetMaxSweeps(
info: gesvdjInfo_t,
max_sweeps: c_int,
) -> cusolverStatus_tExpand description
This function configures the maximum number of sweeps in gesvdj. The default value is 100.
§Parameters
info: The pointer to the structure ofgesvdj.max_sweeps: Maximum number of sweeps.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The operation completed successfully.