pub unsafe extern "C" fn cusolverDnCreateGesvdjInfo(
info: *mut gesvdjInfo_t,
) -> cusolverStatus_tExpand description
This function creates and initializes the structure of gesvdj and gesvdjBatched to default values.
§Parameters
info: The pointer to the structure ofgesvdj.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_ALLOC_FAILED: The resources could not be allocated.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The structure was initialized successfully.