Skip to main content

cusolverDnDestroySyevjInfo

Function cusolverDnDestroySyevjInfo 

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

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

§Parameters

  • info: The structure of syevj.

§Return value