Skip to main content

cusolverDnSgesvdaStridedBatched_bufferSize

Function cusolverDnSgesvdaStridedBatched_bufferSize 

Source
pub unsafe extern "C" fn cusolverDnSgesvdaStridedBatched_bufferSize(
    handle: cusolverDnHandle_t,
    jobz: cusolverEigMode_t,
    rank: c_int,
    m: c_int,
    n: c_int,
    d_A: *const f32,
    lda: c_int,
    strideA: c_longlong,
    d_S: *const f32,
    strideS: c_longlong,
    d_U: *const f32,
    ldu: c_int,
    strideU: c_longlong,
    d_V: *const f32,
    ldv: c_int,
    strideV: c_longlong,
    lwork: *mut c_int,
    batchSize: c_int,
) -> cusolverStatus_t