Skip to main content

cusolverDnCreateGesvdjInfo

Function cusolverDnCreateGesvdjInfo 

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

This function creates and initializes the structure of gesvdj and gesvdjBatched to default values.

§Parameters

  • info: The pointer to the structure of gesvdj.

§Return value