Show / Hide Table of Contents

    Class CudaBlasNativeMethods

    C# wrapper for cublas_v2.h and cublas_api.h

    Inheritance
    System.Object
    CudaBlasNativeMethods
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.CudaBlas
    Assembly: CudaBlas.dll
    Syntax
    public static class CudaBlasNativeMethods

    Methods

    cublasAxpyEx(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, cudaDataType)

    Declaration
    public static CublasStatus cublasAxpyEx(CudaBlasHandle handle, int n, CUdeviceptr alpha, cudaDataType alphaType, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr y, cudaDataType yType, int incy, cudaDataType executiontype)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    cudaDataType alphaType
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr y
    cudaDataType yType
    System.Int32 incy
    cudaDataType executiontype
    Returns
    Type Description
    CublasStatus

    cublasAxpyEx(CudaBlasHandle, Int32, IntPtr, cudaDataType, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, cudaDataType)

    Declaration
    public static CublasStatus cublasAxpyEx(CudaBlasHandle handle, int n, IntPtr alpha, cudaDataType alphaType, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr y, cudaDataType yType, int incy, cudaDataType executiontype)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.IntPtr alpha
    cudaDataType alphaType
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr y
    cudaDataType yType
    System.Int32 incy
    cudaDataType executiontype
    Returns
    Type Description
    CublasStatus

    cublasCaxpy_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCaxpy_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCaxpy_v2(CudaBlasHandle, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCaxpy_v2(CudaBlasHandle handle, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCcopy_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCcopy_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCdgmm(CudaBlasHandle, SideMode, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCdgmm(CudaBlasHandle handle, SideMode mode, int m, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode mode
    System.Int32 m
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCdotc_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasCdotc_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasCdotc_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex)

    Declaration
    public static CublasStatus cublasCdotc_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref cuFloatComplex result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    cuFloatComplex result
    Returns
    Type Description
    CublasStatus

    cublasCdotu_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasCdotu_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasCdotu_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex)

    Declaration
    public static CublasStatus cublasCdotu_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref cuFloatComplex result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    cuFloatComplex result
    Returns
    Type Description
    CublasStatus

    cublasCgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuFloatComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuFloatComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, ref cuFloatComplex beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    cuFloatComplex beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgelsBatched(CudaBlasHandle, Operation, Int32, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgelsBatched(CudaBlasHandle handle, Operation trans, int m, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr Carray, int ldc, ref int info, CUdeviceptr devInfoArray, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 info
    CUdeviceptr devInfoArray
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasCgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemm3m(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgemm3m(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemm3m(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgemm3m(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemm3mEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCgemm3mEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr B, cudaDataType Btype, int ldb, ref cuFloatComplex beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasCgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, CUdeviceptr beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasCgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasCgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuFloatComplex alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, ref cuFloatComplex beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasCgemmEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCgemmEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr B, cudaDataType Btype, int ldb, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemmEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCgemmEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr B, cudaDataType Btype, int ldb, ref cuFloatComplex beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, CUdeviceptr, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasCgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, CUdeviceptr beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasCgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, ref cuFloatComplex, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasCgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, ref cuFloatComplex beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasCgemv_v2(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCgemv_v2(CudaBlasHandle, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuFloatComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuFloatComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCgeqrfBatched(CudaBlasHandle, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasCgeqrfBatched(CudaBlasHandle handle, int m, int n, CUdeviceptr Aarray, int lda, CUdeviceptr TauArray, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr TauArray
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasCgerc_v2(CudaBlasHandle, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgerc_v2(CudaBlasHandle handle, int m, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCgerc_v2(CudaBlasHandle, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgerc_v2(CudaBlasHandle handle, int m, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCgeru_v2(CudaBlasHandle, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgeru_v2(CudaBlasHandle handle, int m, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCgeru_v2(CudaBlasHandle, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgeru_v2(CudaBlasHandle handle, int m, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCgetrfBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgetrfBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasCgetriBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCgetriBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr C, int ldc, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr C
    System.Int32 ldc
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasCgetrsBatched(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasCgetrsBatched(CudaBlasHandle handle, Operation trans, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr devIpiv, CUdeviceptr Barray, int ldb, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr devIpiv
    CUdeviceptr Barray
    System.Int32 ldb
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasChbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasChbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuFloatComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuFloatComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasChemm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChemm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasChemm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChemm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasChemv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChemv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasChemv_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChemv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuFloatComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuFloatComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCher_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCher_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCher_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCher_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCher2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCher2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCher2_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCher2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCher2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCher2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCher2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCher2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCherk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Single, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCherk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref float alpha, CUdeviceptr A, int lda, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherk3mEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCherk3mEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherk3mEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Single, CUdeviceptr, cudaDataType, Int32, ref Single, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCherk3mEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref float alpha, CUdeviceptr A, cudaDataType Atype, int lda, ref float beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    System.Single beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherkEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCherkEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherkEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Single, CUdeviceptr, cudaDataType, Int32, ref Single, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCherkEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref float alpha, CUdeviceptr A, cudaDataType Atype, int lda, ref float beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    System.Single beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCherkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCherkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCherkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasChpmv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChpmv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr AP, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasChpmv_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasChpmv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr AP, CUdeviceptr x, int incx, ref cuFloatComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    cuFloatComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasChpr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasChpr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasChpr_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasChpr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasChpr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasChpr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasChpr2_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasChpr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasCmatinvBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCmatinvBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr Ainv, int lda_inv, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr Ainv
    System.Int32 lda_inv
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasCreate_v2(ref CudaBlasHandle)

    Declaration
    public static CublasStatus cublasCreate_v2(ref CudaBlasHandle handle)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Returns
    Type Description
    CublasStatus

    cublasCrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasCrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasCrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, ref cuFloatComplex)

    Declaration
    public static CublasStatus cublasCrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref float c, ref cuFloatComplex s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Single c
    cuFloatComplex s
    Returns
    Type Description
    CublasStatus

    cublasCrotg_v2(CudaBlasHandle, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasCrotg_v2(CudaBlasHandle handle, CUdeviceptr a, CUdeviceptr b, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUdeviceptr a
    CUdeviceptr b
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasCrotg_v2(CudaBlasHandle, ref cuFloatComplex, ref cuFloatComplex, ref Single, ref cuFloatComplex)

    Declaration
    public static CublasStatus cublasCrotg_v2(CudaBlasHandle handle, ref cuFloatComplex a, ref cuFloatComplex b, ref float c, ref cuFloatComplex s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    cuFloatComplex a
    cuFloatComplex b
    System.Single c
    cuFloatComplex s
    Returns
    Type Description
    CublasStatus

    cublasCscal_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCscal_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCscal_v2(CudaBlasHandle, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCscal_v2(CudaBlasHandle handle, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCsrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasCsrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasCsrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, ref Single)

    Declaration
    public static CublasStatus cublasCsrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref float c, ref float s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Single c
    System.Single s
    Returns
    Type Description
    CublasStatus

    cublasCsscal_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsscal_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCsscal_v2(CudaBlasHandle, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsscal_v2(CudaBlasHandle handle, int n, ref float alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCswap_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCswap_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsymv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCsymv_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuFloatComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuFloatComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasCsyr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCsyr_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCsyr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCsyr2_v2(CudaBlasHandle, FillMode, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuFloatComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrk3mEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCsyrk3mEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr lpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr lpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrk3mEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCsyrk3mEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, cudaDataType Atype, int lda, ref cuFloatComplex beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    cuFloatComplex beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrkEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCsyrkEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrkEx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32, ref cuFloatComplex, CUdeviceptr, cudaDataType, Int32)

    Declaration
    public static CublasStatus cublasCsyrkEx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, cudaDataType Atype, int lda, ref cuFloatComplex beta, CUdeviceptr C, cudaDataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    cuFloatComplex beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuFloatComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuFloatComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuFloatComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCtbmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtbmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCtbsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtbsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCtpmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtpmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCtpsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtpsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCtpttr(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtpttr(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr AP, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasCtrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCtrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasCtrmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtrmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCtrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasCtrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasCtrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasCtrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasCtrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref cuFloatComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasCtrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref cuFloatComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    cuFloatComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasCtrsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasCtrsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasCtrttp(CudaBlasHandle, FillMode, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasCtrttp(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr A, int lda, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasDasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasDasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Double)

    Declaration
    public static CublasStatus cublasDasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref double result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Double result
    Returns
    Type Description
    CublasStatus

    cublasDaxpy_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDaxpy_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDaxpy_v2(CudaBlasHandle, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDaxpy_v2(CudaBlasHandle handle, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDcopy_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDcopy_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDdgmm(CudaBlasHandle, SideMode, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDdgmm(CudaBlasHandle handle, SideMode mode, int m, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode mode
    System.Int32 m
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDdot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDdot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasDdot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double)

    Declaration
    public static CublasStatus cublasDdot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref double result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Double result
    Returns
    Type Description
    CublasStatus

    cublasDestroy_v2(CudaBlasHandle)

    Declaration
    public static CublasStatus cublasDestroy_v2(CudaBlasHandle handle)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Returns
    Type Description
    CublasStatus

    cublasDgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref double beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Double beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, ref Double, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, ref double alpha, CUdeviceptr A, int lda, ref double beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    System.Double beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDgelsBatched(CudaBlasHandle, Operation, Int32, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgelsBatched(CudaBlasHandle handle, Operation trans, int m, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr Carray, int ldc, ref int info, CUdeviceptr devInfoArray, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 info
    CUdeviceptr devInfoArray
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasDgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasDgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, CUdeviceptr beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasDgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasDgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref double alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, ref double beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    System.Double beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasDgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, CUdeviceptr, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasDgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, CUdeviceptr beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasDgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Double, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, ref Double, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasDgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref double alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, ref double beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasDgemv_v2(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDgemv_v2(CudaBlasHandle, Operation, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref double beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Double beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDgeqrfBatched(CudaBlasHandle, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasDgeqrfBatched(CudaBlasHandle handle, int m, int n, CUdeviceptr Aarray, int lda, CUdeviceptr TauArray, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr TauArray
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasDger_v2(CudaBlasHandle, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDger_v2(CudaBlasHandle handle, int m, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDger_v2(CudaBlasHandle, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDger_v2(CudaBlasHandle handle, int m, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDgetrfBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgetrfBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasDgetriBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDgetriBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr C, int ldc, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr C
    System.Int32 ldc
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasDgetrsBatched(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasDgetrsBatched(CudaBlasHandle handle, Operation trans, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr devIpiv, CUdeviceptr Barray, int ldb, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr devIpiv
    CUdeviceptr Barray
    System.Int32 ldb
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasDmatinvBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDmatinvBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr Ainv, int lda_inv, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr Ainv
    System.Int32 lda_inv
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasDnrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDnrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasDnrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Double)

    Declaration
    public static CublasStatus cublasDnrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref double result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Double result
    Returns
    Type Description
    CublasStatus

    cublasDotcEx(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, cudaDataType)

    Declaration
    public static CublasStatus cublasDotcEx(CudaBlasHandle handle, int n, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr y, cudaDataType yType, int incy, CUdeviceptr result, cudaDataType resultType, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr y
    cudaDataType yType
    System.Int32 incy
    CUdeviceptr result
    cudaDataType resultType
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasDotcEx(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, IntPtr, cudaDataType, cudaDataType)

    Declaration
    public static CublasStatus cublasDotcEx(CudaBlasHandle handle, int n, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr y, cudaDataType yType, int incy, IntPtr result, cudaDataType resultType, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr y
    cudaDataType yType
    System.Int32 incy
    System.IntPtr result
    cudaDataType resultType
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasDotEx(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, cudaDataType)

    Declaration
    public static CublasStatus cublasDotEx(CudaBlasHandle handle, int n, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr y, cudaDataType yType, int incy, CUdeviceptr result, cudaDataType resultType, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr y
    cudaDataType yType
    System.Int32 incy
    CUdeviceptr result
    cudaDataType resultType
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasDotEx(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, IntPtr, cudaDataType, cudaDataType)

    Declaration
    public static CublasStatus cublasDotEx(CudaBlasHandle handle, int n, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr y, cudaDataType yType, int incy, IntPtr result, cudaDataType resultType, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr y
    cudaDataType yType
    System.Int32 incy
    System.IntPtr result
    cudaDataType resultType
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasDrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasDrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, ref Double)

    Declaration
    public static CublasStatus cublasDrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref double c, ref double s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Double c
    System.Double s
    Returns
    Type Description
    CublasStatus

    cublasDrotg_v2(CudaBlasHandle, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDrotg_v2(CudaBlasHandle handle, CUdeviceptr a, CUdeviceptr b, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUdeviceptr a
    CUdeviceptr b
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasDrotg_v2(CudaBlasHandle, ref Double, ref Double, ref Double, ref Double)

    Declaration
    public static CublasStatus cublasDrotg_v2(CudaBlasHandle handle, ref double a, ref double b, ref double c, ref double s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Double a
    System.Double b
    System.Double c
    System.Double s
    Returns
    Type Description
    CublasStatus

    cublasDrotm_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDrotm_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr param
    Returns
    Type Description
    CublasStatus

    cublasDrotm_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, Double[])

    Declaration
    public static CublasStatus cublasDrotm_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, double[] param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Double[] param
    Returns
    Type Description
    CublasStatus

    cublasDrotmg_v2(CudaBlasHandle, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDrotmg_v2(CudaBlasHandle handle, CUdeviceptr d1, CUdeviceptr d2, CUdeviceptr x1, CUdeviceptr y1, CUdeviceptr param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUdeviceptr d1
    CUdeviceptr d2
    CUdeviceptr x1
    CUdeviceptr y1
    CUdeviceptr param
    Returns
    Type Description
    CublasStatus

    cublasDrotmg_v2(CudaBlasHandle, ref Double, ref Double, ref Double, ref Double, Double[])

    Declaration
    public static CublasStatus cublasDrotmg_v2(CudaBlasHandle handle, ref double d1, ref double d2, ref double x1, ref double y1, double[] param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Double d1
    System.Double d2
    System.Double x1
    System.Double y1
    System.Double[] param
    Returns
    Type Description
    CublasStatus

    cublasDsbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDsbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref double beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Double beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDscal_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDscal_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDscal_v2(CudaBlasHandle, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDscal_v2(CudaBlasHandle handle, int n, ref double alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDspmv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDspmv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr AP, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDspmv_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDspmv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr AP, CUdeviceptr x, int incx, ref double beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    System.Double beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDspr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDspr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasDspr_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDspr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasDspr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDspr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasDspr2_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDspr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasDswap_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDswap_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsymv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDsymv_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref double beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Double beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasDsyr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDsyr_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDsyr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDsyr2_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Double, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref double alpha, CUdeviceptr A, int lda, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDtbmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtbmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDtbsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtbsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDtpmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtpmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDtpsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtpsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDtpttr(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtpttr(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr AP, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasDtrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDtrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasDtrmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtrmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDtrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasDtrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasDtrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasDtrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasDtrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasDtrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref double alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasDtrsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasDtrsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasDtrttp(CudaBlasHandle, FillMode, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDtrttp(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr A, int lda, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasDzasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDzasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasDzasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Double)

    Declaration
    public static CublasStatus cublasDzasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref double result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Double result
    Returns
    Type Description
    CublasStatus

    cublasDznrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasDznrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasDznrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Double)

    Declaration
    public static CublasStatus cublasDznrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref double result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Double result
    Returns
    Type Description
    CublasStatus

    cublasGemmBatchedEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, Int32, cudaDataType, GemmAlgo)

    Declaration
    public static CublasStatus cublasGemmBatchedEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr Aarray, cudaDataType Atype, int lda, CUdeviceptr Barray, cudaDataType Btype, int ldb, CUdeviceptr beta, CUdeviceptr Carray, cudaDataType Ctype, int ldc, int batchCount, cudaDataType computeType, GemmAlgo algo)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr Aarray
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr Barray
    cudaDataType Btype
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr Carray
    cudaDataType Ctype
    System.Int32 ldc
    System.Int32 batchCount
    cudaDataType computeType
    GemmAlgo algo
    Returns
    Type Description
    CublasStatus

    cublasGemmBatchedEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, IntPtr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, IntPtr, CUdeviceptr, cudaDataType, Int32, Int32, cudaDataType, GemmAlgo)

    Declaration
    public static CublasStatus cublasGemmBatchedEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, IntPtr alpha, CUdeviceptr Aarray, cudaDataType Atype, int lda, CUdeviceptr Barray, cudaDataType Btype, int ldb, IntPtr beta, CUdeviceptr Carray, cudaDataType Ctype, int ldc, int batchCount, cudaDataType computeType, GemmAlgo algo)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.IntPtr alpha
    CUdeviceptr Aarray
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr Barray
    cudaDataType Btype
    System.Int32 ldb
    System.IntPtr beta
    CUdeviceptr Carray
    cudaDataType Ctype
    System.Int32 ldc
    System.Int32 batchCount
    cudaDataType computeType
    GemmAlgo algo
    Returns
    Type Description
    CublasStatus

    cublasGemmEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, cudaDataType, GemmAlgo)

    Declaration
    public static CublasStatus cublasGemmEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr B, cudaDataType Btype, int ldb, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc, cudaDataType computeType, GemmAlgo algo)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    cudaDataType computeType
    GemmAlgo algo
    Returns
    Type Description
    CublasStatus

    cublasGemmEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, IntPtr, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, Int32, IntPtr, CUdeviceptr, cudaDataType, Int32, cudaDataType, GemmAlgo)

    Declaration
    public static CublasStatus cublasGemmEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, IntPtr alpha, CUdeviceptr A, cudaDataType Atype, int lda, CUdeviceptr B, cudaDataType Btype, int ldb, IntPtr beta, CUdeviceptr C, cudaDataType Ctype, int ldc, cudaDataType computeType, GemmAlgo algo)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.IntPtr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    System.IntPtr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    cudaDataType computeType
    GemmAlgo algo
    Returns
    Type Description
    CublasStatus

    cublasGemmStridedBatchedEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, Int64, CUdeviceptr, cudaDataType, Int32, Int64, CUdeviceptr, CUdeviceptr, cudaDataType, Int32, Int64, Int32, cudaDataType, GemmAlgo)

    Declaration
    public static CublasStatus cublasGemmStridedBatchedEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, cudaDataType Atype, int lda, long strideA, CUdeviceptr B, cudaDataType Btype, int ldb, long strideB, CUdeviceptr beta, CUdeviceptr C, cudaDataType Ctype, int ldc, long strideC, int batchCount, cudaDataType computeType, GemmAlgo algo)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    System.Int64 strideB
    CUdeviceptr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    cudaDataType computeType
    GemmAlgo algo
    Returns
    Type Description
    CublasStatus

    cublasGemmStridedBatchedEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, IntPtr, CUdeviceptr, cudaDataType, Int32, Int64, CUdeviceptr, cudaDataType, Int32, Int64, IntPtr, CUdeviceptr, cudaDataType, Int32, Int64, Int32, cudaDataType, GemmAlgo)

    Declaration
    public static CublasStatus cublasGemmStridedBatchedEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, IntPtr alpha, CUdeviceptr A, cudaDataType Atype, int lda, long strideA, CUdeviceptr B, cudaDataType Btype, int ldb, long strideB, IntPtr beta, CUdeviceptr C, cudaDataType Ctype, int ldc, long strideC, int batchCount, cudaDataType computeType, GemmAlgo algo)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.IntPtr alpha
    CUdeviceptr A
    cudaDataType Atype
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    cudaDataType Btype
    System.Int32 ldb
    System.Int64 strideB
    System.IntPtr beta
    CUdeviceptr C
    cudaDataType Ctype
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    cudaDataType computeType
    GemmAlgo algo
    Returns
    Type Description
    CublasStatus

    cublasGetAtomicsMode(CudaBlasHandle, ref AtomicsMode)

    Declaration
    public static CublasStatus cublasGetAtomicsMode(CudaBlasHandle handle, ref AtomicsMode mode)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    AtomicsMode mode
    Returns
    Type Description
    CublasStatus

    cublasGetMathMode(CudaBlasHandle, ref Math)

    Declaration
    public static CublasStatus cublasGetMathMode(CudaBlasHandle handle, ref Math mode)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Math mode
    Returns
    Type Description
    CublasStatus

    cublasGetMatrix(Int32, Int32, Int32, CUdeviceptr, Int32, IntPtr, Int32)

    copies a tile of rows x cols elements from a matrix A in GPU memory space to a matrix B in CPU memory space. Each element requires storage of elemSize bytes. Both matrices are assumed to be stored in column major format, with the leading dimension (i.e. number of rows) of source matrix A provided in lda, and the leading dimension of matrix B provided in ldb. In general, A points to an object, or part of an object, that was allocated via cublasAlloc().

    Declaration
    public static CublasStatus cublasGetMatrix(int rows, int cols, int elemSize, CUdeviceptr A, int lda, IntPtr B, int ldb)
    Parameters
    Type Name Description
    System.Int32 rows
    System.Int32 cols
    System.Int32 elemSize
    CUdeviceptr A
    System.Int32 lda
    System.IntPtr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasGetMatrixAsync(Int32, Int32, Int32, CUdeviceptr, Int32, IntPtr, Int32, CUstream)

    cublasGetMatrixAsync has the same functionnality as cublasGetMatrix but the transfer is done asynchronously within the CUDA stream passed in parameter.

    Declaration
    public static CublasStatus cublasGetMatrixAsync(int rows, int cols, int elemSize, CUdeviceptr A, int lda, IntPtr B, int ldb, CUstream stream)
    Parameters
    Type Name Description
    System.Int32 rows
    System.Int32 cols
    System.Int32 elemSize
    CUdeviceptr A
    System.Int32 lda
    System.IntPtr B
    System.Int32 ldb
    CUstream stream
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasGetPointerMode_v2(CudaBlasHandle, ref PointerMode)

    Declaration
    public static CublasStatus cublasGetPointerMode_v2(CudaBlasHandle handle, ref PointerMode mode)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    PointerMode mode
    Returns
    Type Description
    CublasStatus

    cublasGetStream_v2(CudaBlasHandle, ref CUstream)

    Declaration
    public static CublasStatus cublasGetStream_v2(CudaBlasHandle handle, ref CUstream streamId)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUstream streamId
    Returns
    Type Description
    CublasStatus

    cublasGetVector(Int32, Int32, CUdeviceptr, Int32, IntPtr, Int32)

    copies n elements from a vector x in GPU memory space to a vector y in CPU memory space. Elements in both vectors are assumed to have a size of elemSize bytes. Storage spacing between consecutive elements is incx for the source vector x and incy for the destination vector y. In general, x points to an object, or part of an object, allocated via cublasAlloc(). Column major format for two-dimensional matrices is assumed throughout CUBLAS. Therefore, if the increment for a vector is equal to 1, this access a column vector while using an increment equal to the leading dimension of the respective matrix accesses a row vector.

    Declaration
    public static CublasStatus cublasGetVector(int n, int elemSize, CUdeviceptr x, int incx, IntPtr y, int incy)
    Parameters
    Type Name Description
    System.Int32 n
    System.Int32 elemSize
    CUdeviceptr x
    System.Int32 incx
    System.IntPtr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasGetVectorAsync(Int32, Int32, CUdeviceptr, Int32, IntPtr, Int32, CUstream)

    cublasGetVectorAsync has the same functionnality as cublasGetVector but the transfer is done asynchronously within the CUDA stream passed in parameter.

    Declaration
    public static CublasStatus cublasGetVectorAsync(int n, int elemSize, CUdeviceptr devicePtr, int incx, IntPtr hostPtr, int incy, CUstream stream)
    Parameters
    Type Name Description
    System.Int32 n
    System.Int32 elemSize
    CUdeviceptr devicePtr
    System.Int32 incx
    System.IntPtr hostPtr
    System.Int32 incy
    CUstream stream
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasGetVersion_v2(CudaBlasHandle, ref Int32)

    Declaration
    public static CublasStatus cublasGetVersion_v2(CudaBlasHandle handle, ref int version)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 version
    Returns
    Type Description
    CublasStatus

    cublasHgemm(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasHgemm(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasHgemm(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref half, CUdeviceptr, Int32, CUdeviceptr, Int32, ref half, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasHgemm(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref half alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref half beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    half alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    half beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasHgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasHgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasHgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref half, CUdeviceptr, Int32, CUdeviceptr, Int32, ref half, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasHgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref half alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref half beta, CUdeviceptr C, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    half alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    half beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasHgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, CUdeviceptr, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasHgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, CUdeviceptr beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasHgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref half, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, ref half, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasHgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref half alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, ref half beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    half alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    half beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasIcamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIcamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIcamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIcamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIcamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIcamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIcamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIcamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIdamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIdamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIdamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIdamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIdamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIdamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIdamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIdamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIsamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIsamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIsamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIsamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIsamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIsamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIsamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIsamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIzamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIzamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIzamax_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIzamax_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasIzamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasIzamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasIzamin_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Int32)

    Declaration
    public static CublasStatus cublasIzamin_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref int result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Int32 result
    Returns
    Type Description
    CublasStatus

    cublasNrm2Ex(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, Int32, CUdeviceptr, cudaDataType, cudaDataType)

    Declaration
    public static CublasStatus cublasNrm2Ex(CudaBlasHandle handle, int n, CUdeviceptr x, cudaDataType xType, int incx, CUdeviceptr result, cudaDataType resultType, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    CUdeviceptr result
    cudaDataType resultType
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasNrm2Ex(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, Int32, IntPtr, cudaDataType, cudaDataType)

    Declaration
    public static CublasStatus cublasNrm2Ex(CudaBlasHandle handle, int n, CUdeviceptr x, cudaDataType xType, int incx, IntPtr result, cudaDataType resultType, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    System.IntPtr result
    cudaDataType resultType
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasSasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasSasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Single)

    Declaration
    public static CublasStatus cublasSasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref float result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Single result
    Returns
    Type Description
    CublasStatus

    cublasSaxpy_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSaxpy_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSaxpy_v2(CudaBlasHandle, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSaxpy_v2(CudaBlasHandle handle, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasScalEx(CudaBlasHandle, Int32, CUdeviceptr, cudaDataType, CUdeviceptr, cudaDataType, Int32, cudaDataType)

    Declaration
    public static CublasStatus cublasScalEx(CudaBlasHandle handle, int n, CUdeviceptr alpha, cudaDataType alphaType, CUdeviceptr x, cudaDataType xType, int incx, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    cudaDataType alphaType
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasScalEx(CudaBlasHandle, Int32, IntPtr, cudaDataType, CUdeviceptr, cudaDataType, Int32, cudaDataType)

    Declaration
    public static CublasStatus cublasScalEx(CudaBlasHandle handle, int n, IntPtr alpha, cudaDataType alphaType, CUdeviceptr x, cudaDataType xType, int incx, cudaDataType executionType)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.IntPtr alpha
    cudaDataType alphaType
    CUdeviceptr x
    cudaDataType xType
    System.Int32 incx
    cudaDataType executionType
    Returns
    Type Description
    CublasStatus

    cublasScasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasScasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasScasum_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Single)

    Declaration
    public static CublasStatus cublasScasum_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref float result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Single result
    Returns
    Type Description
    CublasStatus

    cublasScnrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasScnrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasScnrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Single)

    Declaration
    public static CublasStatus cublasScnrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref float result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Single result
    Returns
    Type Description
    CublasStatus

    cublasScopy_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasScopy_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSdgmm(CudaBlasHandle, SideMode, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSdgmm(CudaBlasHandle handle, SideMode mode, int m, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode mode
    System.Int32 m
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSdot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSdot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasSdot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single)

    Declaration
    public static CublasStatus cublasSdot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref float result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Single result
    Returns
    Type Description
    CublasStatus

    cublasSetAtomicsMode(CudaBlasHandle, AtomicsMode)

    Declaration
    public static CublasStatus cublasSetAtomicsMode(CudaBlasHandle handle, AtomicsMode mode)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    AtomicsMode mode
    Returns
    Type Description
    CublasStatus

    cublasSetMathMode(CudaBlasHandle, Math)

    Declaration
    public static CublasStatus cublasSetMathMode(CudaBlasHandle handle, Math mode)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Math mode
    Returns
    Type Description
    CublasStatus

    cublasSetMatrix(Int32, Int32, Int32, IntPtr, Int32, CUdeviceptr, Int32)

    copies a tile of rows x cols elements from a matrix A in CPU memory space to a matrix B in GPU memory space. Each element requires storage of elemSize bytes. Both matrices are assumed to be stored in column major format, with the leading dimension (i.e. number of rows) of source matrix A provided in lda, and the leading dimension of matrix B provided in ldb. In general, B points to an object, or part of an object, that was allocated via cublasAlloc().

    Declaration
    public static CublasStatus cublasSetMatrix(int rows, int cols, int elemSize, IntPtr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    System.Int32 rows
    System.Int32 cols
    System.Int32 elemSize
    System.IntPtr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasSetMatrixAsync(Int32, Int32, Int32, IntPtr, Int32, CUdeviceptr, Int32, CUstream)

    cublasSetMatrixAsync has the same functionnality as cublasSetMatrix but the transfer is done asynchronously within the CUDA stream passed in parameter.

    Declaration
    public static CublasStatus cublasSetMatrixAsync(int rows, int cols, int elemSize, IntPtr A, int lda, CUdeviceptr B, int ldb, CUstream stream)
    Parameters
    Type Name Description
    System.Int32 rows
    System.Int32 cols
    System.Int32 elemSize
    System.IntPtr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUstream stream
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasSetPointerMode_v2(CudaBlasHandle, PointerMode)

    Declaration
    public static CublasStatus cublasSetPointerMode_v2(CudaBlasHandle handle, PointerMode mode)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    PointerMode mode
    Returns
    Type Description
    CublasStatus

    cublasSetStream_v2(CudaBlasHandle, CUstream)

    Declaration
    public static CublasStatus cublasSetStream_v2(CudaBlasHandle handle, CUstream streamId)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUstream streamId
    Returns
    Type Description
    CublasStatus

    cublasSetVector(Int32, Int32, IntPtr, Int32, CUdeviceptr, Int32)

    copies n elements from a vector x in CPU memory space to a vector y in GPU memory space. Elements in both vectors are assumed to have a size of elemSize bytes. Storage spacing between consecutive elements is incx for the source vector x and incy for the destination vector y. In general, y points to an object, or part of an object, allocated via cublasAlloc(). Column major format for two-dimensional matrices is assumed throughout CUBLAS. Therefore, if the increment for a vector is equal to 1, this access a column vector while using an increment equal to the leading dimension of the respective matrix accesses a row vector.

    Declaration
    public static CublasStatus cublasSetVector(int n, int elemSize, IntPtr x, int incx, CUdeviceptr devicePtr, int incy)
    Parameters
    Type Name Description
    System.Int32 n
    System.Int32 elemSize
    System.IntPtr x
    System.Int32 incx
    CUdeviceptr devicePtr
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasSetVectorAsync(Int32, Int32, IntPtr, Int32, CUdeviceptr, Int32, CUstream)

    cublasSetVectorAsync has the same functionnality as cublasSetVector but the transfer is done asynchronously within the CUDA stream passed in parameter.

    Declaration
    public static CublasStatus cublasSetVectorAsync(int n, int elemSize, IntPtr hostPtr, int incx, CUdeviceptr devicePtr, int incy, CUstream stream)
    Parameters
    Type Name Description
    System.Int32 n
    System.Int32 elemSize
    System.IntPtr hostPtr
    System.Int32 incx
    CUdeviceptr devicePtr
    System.Int32 incy
    CUstream stream
    Returns
    Type Description
    CublasStatus

    CudaBlas Error Codes: Success, InvalidValue, MappingError, NotInitialized.

    cublasSgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref float beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Single beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, ref Single, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, ref float alpha, CUdeviceptr A, int lda, ref float beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    System.Single beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSgelsBatched(CudaBlasHandle, Operation, Int32, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgelsBatched(CudaBlasHandle handle, Operation trans, int m, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr Carray, int ldc, ref int info, CUdeviceptr devInfoArray, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 info
    CUdeviceptr devInfoArray
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasSgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasSgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, CUdeviceptr beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasSgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasSgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref float alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, ref float beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    System.Single beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasSgemmEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, DataType, Int32, CUdeviceptr, DataType, Int32, CUdeviceptr, CUdeviceptr, DataType, Int32)

    Declaration
    public static CublasStatus cublasSgemmEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, DataType Atype, int lda, CUdeviceptr B, DataType Btype, int ldb, CUdeviceptr beta, CUdeviceptr C, DataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    DataType Atype
    System.Int32 lda
    CUdeviceptr B
    DataType Btype
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    DataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSgemmEx(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Single, CUdeviceptr, DataType, Int32, CUdeviceptr, DataType, Int32, ref Single, CUdeviceptr, DataType, Int32)

    Declaration
    public static CublasStatus cublasSgemmEx(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref float alpha, CUdeviceptr A, DataType Atype, int lda, CUdeviceptr B, DataType Btype, int ldb, ref float beta, CUdeviceptr C, DataType Ctype, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    DataType Atype
    System.Int32 lda
    CUdeviceptr B
    DataType Btype
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    DataType Ctype
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, CUdeviceptr, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasSgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, CUdeviceptr beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasSgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref Single, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, ref Single, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasSgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref float alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, ref float beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasSgemv_v2(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSgemv_v2(CudaBlasHandle, Operation, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref float beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Single beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSgeqrfBatched(CudaBlasHandle, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasSgeqrfBatched(CudaBlasHandle handle, int m, int n, CUdeviceptr Aarray, int lda, CUdeviceptr TauArray, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr TauArray
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasSger_v2(CudaBlasHandle, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSger_v2(CudaBlasHandle handle, int m, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasSger_v2(CudaBlasHandle, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSger_v2(CudaBlasHandle handle, int m, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasSgetrfBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgetrfBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasSgetriBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSgetriBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr C, int ldc, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr C
    System.Int32 ldc
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasSgetrsBatched(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasSgetrsBatched(CudaBlasHandle handle, Operation trans, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr devIpiv, CUdeviceptr Barray, int ldb, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr devIpiv
    CUdeviceptr Barray
    System.Int32 ldb
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasSmatinvBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSmatinvBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr Ainv, int lda_inv, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr Ainv
    System.Int32 lda_inv
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasSnrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSnrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasSnrm2_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, ref Single)

    Declaration
    public static CublasStatus cublasSnrm2_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, ref float result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    System.Single result
    Returns
    Type Description
    CublasStatus

    cublasSrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasSrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, ref Single)

    Declaration
    public static CublasStatus cublasSrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref float c, ref float s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Single c
    System.Single s
    Returns
    Type Description
    CublasStatus

    cublasSrotg_v2(CudaBlasHandle, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSrotg_v2(CudaBlasHandle handle, CUdeviceptr a, CUdeviceptr b, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUdeviceptr a
    CUdeviceptr b
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasSrotg_v2(CudaBlasHandle, ref Single, ref Single, ref Single, ref Single)

    Declaration
    public static CublasStatus cublasSrotg_v2(CudaBlasHandle handle, ref float a, ref float b, ref float c, ref float s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Single a
    System.Single b
    System.Single c
    System.Single s
    Returns
    Type Description
    CublasStatus

    cublasSrotm_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSrotm_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr param
    Returns
    Type Description
    CublasStatus

    cublasSrotm_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, Single[])

    Declaration
    public static CublasStatus cublasSrotm_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, float[] param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Single[] param
    Returns
    Type Description
    CublasStatus

    cublasSrotmg_v2(CudaBlasHandle, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSrotmg_v2(CudaBlasHandle handle, CUdeviceptr d1, CUdeviceptr d2, CUdeviceptr x1, CUdeviceptr y1, CUdeviceptr param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUdeviceptr d1
    CUdeviceptr d2
    CUdeviceptr x1
    CUdeviceptr y1
    CUdeviceptr param
    Returns
    Type Description
    CublasStatus

    cublasSrotmg_v2(CudaBlasHandle, ref Single, ref Single, ref Single, ref Single, Single[])

    Declaration
    public static CublasStatus cublasSrotmg_v2(CudaBlasHandle handle, ref float d1, ref float d2, ref float x1, ref float y1, float[] param)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Single d1
    System.Single d2
    System.Single x1
    System.Single y1
    System.Single[] param
    Returns
    Type Description
    CublasStatus

    cublasSsbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSsbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref float beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Single beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSscal_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSscal_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasSscal_v2(CudaBlasHandle, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSscal_v2(CudaBlasHandle handle, int n, ref float alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasSspmv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSspmv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr AP, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSspmv_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSspmv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr AP, CUdeviceptr x, int incx, ref float beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    System.Single beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSspr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSspr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasSspr_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSspr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasSspr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSspr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasSspr2_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasSspr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasSswap_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSswap_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsymv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSsymv_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref float beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    System.Single beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasSsyr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasSsyr_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasSsyr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasSsyr2_v2(CudaBlasHandle, FillMode, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref float alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Single alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasSsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Single, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref float alpha, CUdeviceptr A, int lda, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasSsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Single, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasSsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref float beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Single beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasStbmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStbmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasStbsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStbsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasStpmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStpmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasStpsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStpsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasStpttr(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStpttr(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr AP, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasStrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasStrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasStrmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStrmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasStrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasStrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasStrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasStrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasStrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref Single, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasStrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref float alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    System.Single alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasStrsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasStrsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasStrttp(CudaBlasHandle, FillMode, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasStrttp(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr A, int lda, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasUint8gemmBias(CudaBlasHandle, Operation, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, Int32, Int32, CUdeviceptr, Int32, Int32, CUdeviceptr, Int32, Int32, Int32, Int32)

    Declaration
    public static CublasStatus cublasUint8gemmBias(CudaBlasHandle handle, Operation transa, Operation transb, Operation transc, int m, int n, int k, CUdeviceptr A, int A_bias, int lda, CUdeviceptr B, int B_bias, int ldb, CUdeviceptr C, int C_bias, int ldc, int C_mult, int C_shift)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    Operation transc
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 A_bias
    System.Int32 lda
    CUdeviceptr B
    System.Int32 B_bias
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 C_bias
    System.Int32 ldc
    System.Int32 C_mult
    System.Int32 C_shift
    Returns
    Type Description
    CublasStatus

    cublasZaxpy_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZaxpy_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZaxpy_v2(CudaBlasHandle, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZaxpy_v2(CudaBlasHandle handle, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZcopy_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZcopy_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZdgmm(CudaBlasHandle, SideMode, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZdgmm(CudaBlasHandle handle, SideMode mode, int m, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode mode
    System.Int32 m
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZdotc_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZdotc_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasZdotc_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex)

    Declaration
    public static CublasStatus cublasZdotc_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref cuDoubleComplex result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    cuDoubleComplex result
    Returns
    Type Description
    CublasStatus

    cublasZdotu_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZdotu_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr result
    Returns
    Type Description
    CublasStatus

    cublasZdotu_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex)

    Declaration
    public static CublasStatus cublasZdotu_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref cuDoubleComplex result)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    cuDoubleComplex result
    Returns
    Type Description
    CublasStatus

    cublasZdrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZdrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasZdrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, ref Double)

    Declaration
    public static CublasStatus cublasZdrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref double c, ref double s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Double c
    System.Double s
    Returns
    Type Description
    CublasStatus

    cublasZdscal_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZdscal_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZdscal_v2(CudaBlasHandle, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZdscal_v2(CudaBlasHandle handle, int n, ref double alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZgbmv_v2(CudaBlasHandle, Operation, Int32, Int32, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgbmv_v2(CudaBlasHandle handle, Operation trans, int m, int n, int kl, int ku, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuDoubleComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 kl
    System.Int32 ku
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuDoubleComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZgeam(CudaBlasHandle, Operation, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgeam(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, ref cuDoubleComplex beta, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    cuDoubleComplex beta
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZgelsBatched(CudaBlasHandle, Operation, Int32, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgelsBatched(CudaBlasHandle handle, Operation trans, int m, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr Carray, int ldc, ref int info, CUdeviceptr devInfoArray, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 info
    CUdeviceptr devInfoArray
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasZgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZgemm_v2(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgemm_v2(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZgemm3m(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgemm3m(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZgemm3m(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgemm3m(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasZgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, CUdeviceptr beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasZgemmBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasZgemmBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr Aarray, int lda, CUdeviceptr Barray, int ldb, ref cuDoubleComplex beta, CUdeviceptr Carray, int ldc, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr Barray
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr Carray
    System.Int32 ldc
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasZgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, CUdeviceptr, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasZgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, CUdeviceptr beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasZgemmStridedBatched(CudaBlasHandle, Operation, Operation, Int32, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, Int64, CUdeviceptr, Int32, Int64, ref cuDoubleComplex, CUdeviceptr, Int32, Int64, Int32)

    Declaration
    public static CublasStatus cublasZgemmStridedBatched(CudaBlasHandle handle, Operation transa, Operation transb, int m, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, long strideA, CUdeviceptr B, int ldb, long strideB, ref cuDoubleComplex beta, CUdeviceptr C, int ldc, long strideC, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation transa
    Operation transb
    System.Int32 m
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    System.Int64 strideA
    CUdeviceptr B
    System.Int32 ldb
    System.Int64 strideB
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    System.Int64 strideC
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasZgemv_v2(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZgemv_v2(CudaBlasHandle, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgemv_v2(CudaBlasHandle handle, Operation trans, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuDoubleComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuDoubleComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZgeqrfBatched(CudaBlasHandle, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasZgeqrfBatched(CudaBlasHandle handle, int m, int n, CUdeviceptr Aarray, int lda, CUdeviceptr TauArray, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr TauArray
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasZgerc_v2(CudaBlasHandle, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgerc_v2(CudaBlasHandle handle, int m, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZgerc_v2(CudaBlasHandle, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgerc_v2(CudaBlasHandle handle, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZgeru_v2(CudaBlasHandle, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgeru_v2(CudaBlasHandle handle, int m, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZgeru_v2(CudaBlasHandle, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgeru_v2(CudaBlasHandle handle, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZgetrfBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgetrfBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasZgetriBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZgetriBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr P, CUdeviceptr C, int ldc, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr P
    CUdeviceptr C
    System.Int32 ldc
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasZgetrsBatched(CudaBlasHandle, Operation, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32, ref Int32, Int32)

    Declaration
    public static CublasStatus cublasZgetrsBatched(CudaBlasHandle handle, Operation trans, int n, int nrhs, CUdeviceptr Aarray, int lda, CUdeviceptr devIpiv, CUdeviceptr Barray, int ldb, ref int info, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    Operation trans
    System.Int32 n
    System.Int32 nrhs
    CUdeviceptr Aarray
    System.Int32 lda
    CUdeviceptr devIpiv
    CUdeviceptr Barray
    System.Int32 ldb
    System.Int32 info
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasZhbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZhbmv_v2(CudaBlasHandle, FillMode, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhbmv_v2(CudaBlasHandle handle, FillMode uplo, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuDoubleComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuDoubleComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZhemm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhemm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZhemm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhemm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZhemv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhemv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZhemv_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhemv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuDoubleComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuDoubleComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZher_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZher_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZher_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZher_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZher2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZher2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZher2_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZher2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZher2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZher2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZher2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZher2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZherk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZherk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZherk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref Double, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZherk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref double alpha, CUdeviceptr A, int lda, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    System.Double alpha
    CUdeviceptr A
    System.Int32 lda
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZherkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZherkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZherkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZherkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref double beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Double beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZhpmv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhpmv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr AP, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZhpmv_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZhpmv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr AP, CUdeviceptr x, int incx, ref cuDoubleComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    cuDoubleComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZhpr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZhpr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasZhpr_v2(CudaBlasHandle, FillMode, Int32, ref Double, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZhpr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref double alpha, CUdeviceptr x, int incx, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    System.Double alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasZhpr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZhpr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasZhpr2_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZhpr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus

    cublasZmatinvBatched(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZmatinvBatched(CudaBlasHandle handle, int n, CUdeviceptr A, int lda, CUdeviceptr Ainv, int lda_inv, CUdeviceptr INFO, int batchSize)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr Ainv
    System.Int32 lda_inv
    CUdeviceptr INFO
    System.Int32 batchSize
    Returns
    Type Description
    CublasStatus

    cublasZrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasZrot_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32, ref Double, ref cuDoubleComplex)

    Declaration
    public static CublasStatus cublasZrot_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy, ref double c, ref cuDoubleComplex s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    System.Double c
    cuDoubleComplex s
    Returns
    Type Description
    CublasStatus

    cublasZrotg_v2(CudaBlasHandle, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZrotg_v2(CudaBlasHandle handle, CUdeviceptr a, CUdeviceptr b, CUdeviceptr c, CUdeviceptr s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    CUdeviceptr a
    CUdeviceptr b
    CUdeviceptr c
    CUdeviceptr s
    Returns
    Type Description
    CublasStatus

    cublasZrotg_v2(CudaBlasHandle, ref cuDoubleComplex, ref cuDoubleComplex, ref Double, ref cuDoubleComplex)

    Declaration
    public static CublasStatus cublasZrotg_v2(CudaBlasHandle handle, ref cuDoubleComplex a, ref cuDoubleComplex b, ref double c, ref cuDoubleComplex s)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    cuDoubleComplex a
    cuDoubleComplex b
    System.Double c
    cuDoubleComplex s
    Returns
    Type Description
    CublasStatus

    cublasZscal_v2(CudaBlasHandle, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZscal_v2(CudaBlasHandle handle, int n, CUdeviceptr alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZscal_v2(CudaBlasHandle, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZscal_v2(CudaBlasHandle handle, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZswap_v2(CudaBlasHandle, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZswap_v2(CudaBlasHandle handle, int n, CUdeviceptr x, int incx, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    System.Int32 n
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsymm_v2(CudaBlasHandle, SideMode, FillMode, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsymm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsymv_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, CUdeviceptr beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZsymv_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsymv_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr x, int incx, ref cuDoubleComplex beta, CUdeviceptr y, int incy)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    cuDoubleComplex beta
    CUdeviceptr y
    System.Int32 incy
    Returns
    Type Description
    CublasStatus

    cublasZsyr_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZsyr_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyr_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZsyr2_v2(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZsyr2_v2(CudaBlasHandle, FillMode, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyr2_v2(CudaBlasHandle handle, FillMode uplo, int n, ref cuDoubleComplex alpha, CUdeviceptr x, int incx, CUdeviceptr y, int incy, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr x
    System.Int32 incx
    CUdeviceptr y
    System.Int32 incy
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsyr2k_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyr2k_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsyrk_v2(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyrk_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZsyrkx(CudaBlasHandle, FillMode, Operation, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, ref cuDoubleComplex, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZsyrkx(CudaBlasHandle handle, FillMode uplo, Operation trans, int n, int k, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, ref cuDoubleComplex beta, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    System.Int32 n
    System.Int32 k
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    cuDoubleComplex beta
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZtbmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtbmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZtbsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtbsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, int k, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    System.Int32 k
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZtpmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtpmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZtpsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtpsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr AP, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZtpttr(CudaBlasHandle, FillMode, Int32, CUdeviceptr, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtpttr(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr AP, CUdeviceptr A, int lda)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr AP
    CUdeviceptr A
    System.Int32 lda
    Returns
    Type Description
    CublasStatus

    cublasZtrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZtrmm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtrmm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, CUdeviceptr C, int ldc)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    CUdeviceptr C
    System.Int32 ldc
    Returns
    Type Description
    CublasStatus

    cublasZtrmv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtrmv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZtrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasZtrsm_v2(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtrsm_v2(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    Returns
    Type Description
    CublasStatus

    cublasZtrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasZtrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, CUdeviceptr salpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    CUdeviceptr salpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasZtrsmBatched(CudaBlasHandle, SideMode, FillMode, Operation, DiagType, Int32, Int32, ref cuDoubleComplex, CUdeviceptr, Int32, CUdeviceptr, Int32, Int32)

    Declaration
    public static CublasStatus cublasZtrsmBatched(CudaBlasHandle handle, SideMode side, FillMode uplo, Operation trans, DiagType diag, int m, int n, ref cuDoubleComplex alpha, CUdeviceptr A, int lda, CUdeviceptr B, int ldb, int batchCount)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    SideMode side
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 m
    System.Int32 n
    cuDoubleComplex alpha
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr B
    System.Int32 ldb
    System.Int32 batchCount
    Returns
    Type Description
    CublasStatus

    cublasZtrsv_v2(CudaBlasHandle, FillMode, Operation, DiagType, Int32, CUdeviceptr, Int32, CUdeviceptr, Int32)

    Declaration
    public static CublasStatus cublasZtrsv_v2(CudaBlasHandle handle, FillMode uplo, Operation trans, DiagType diag, int n, CUdeviceptr A, int lda, CUdeviceptr x, int incx)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    Operation trans
    DiagType diag
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr x
    System.Int32 incx
    Returns
    Type Description
    CublasStatus

    cublasZtrttp(CudaBlasHandle, FillMode, Int32, CUdeviceptr, Int32, CUdeviceptr)

    Declaration
    public static CublasStatus cublasZtrttp(CudaBlasHandle handle, FillMode uplo, int n, CUdeviceptr A, int lda, CUdeviceptr AP)
    Parameters
    Type Name Description
    CudaBlasHandle handle
    FillMode uplo
    System.Int32 n
    CUdeviceptr A
    System.Int32 lda
    CUdeviceptr AP
    Returns
    Type Description
    CublasStatus
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX