Skip to main content

cusolverDnDestroyGesvdjInfo

Function cusolverDnDestroyGesvdjInfo 

Source
pub unsafe extern "C" fn cusolverDnDestroyGesvdjInfo(
    info: gesvdjInfo_t,
) -> cusolverStatus_t
Expand description

This function destroys and releases any memory required by the structure.

§Parameters

  • info: The structure of gesvdj.

§Return value