Skip to main content

cusolverDnCreateSyevjInfo

Function cusolverDnCreateSyevjInfo 

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

This function creates and initializes the structure of syevj, syevjBatched and sygvj to default values.

§Parameters

  • info: The pointer to the structure of syevj.

§Return value