pub unsafe extern "C" fn cusolverDnXgesvdjSetTolerance(
info: gesvdjInfo_t,
tolerance: f64,
) -> cusolverStatus_tExpand description
This function configures tolerance of gesvdj.
§Parameters
info: The pointer to the structure ofgesvdj.tolerance: Accuracy of numerical singular values.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The operation completed successfully.