pub unsafe extern "C" fn cusolverDnDestroyGesvdjInfo(
info: gesvdjInfo_t,
) -> cusolverStatus_tExpand description
This function destroys and releases any memory required by the structure.
§Parameters
info: The structure ofgesvdj.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The resources were released successfully.