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