Skip to main content

cusolverDnXgesvdjGetSweeps

Function cusolverDnXgesvdjGetSweeps 

Source
pub unsafe extern "C" fn cusolverDnXgesvdjGetSweeps(
    handle: cusolverDnHandle_t,
    info: gesvdjInfo_t,
    executed_sweeps: *mut c_int,
) -> cusolverStatus_t
Expand description

This function reports number of executed sweeps of gesvdj. It does not support gesvdjBatched. If the user calls this function after gesvdjBatched, the error cusolverStatus_t::CUSOLVER_STATUS_NOT_SUPPORTED is returned.

§Parameters

  • handle: Handle to the cuSolverDN library context.
  • info: The pointer to the structure of gesvdj.
  • executed_sweeps: Number of executed sweeps.

§Return value