Show / Hide Table of Contents

    Delegate BLAS.__cblas_dgemm

    Namespace: Tensor.Host
    Assembly: Tensor.dll
    Syntax
    type BLAS.__cblas_dgemm = delegate of layout:CBLAS_LAYOUT * transA:CBLAS_TRANSPOSE * transB:CBLAS_TRANSPOSE * m:blas_int * n:blas_int * k:blas_int * alpha:double * a:nativeint * lda:blas_int * b:nativeint * ldb:blas_int * beta:double * c:nativeint * ldc:blas_int -> unit

    Methods

    Name Description
    abstract member Invoke: CBLAS_LAYOUT * CBLAS_TRANSPOSE * CBLAS_TRANSPOSE * blas_int * blas_int * blas_int * double * nativeint * blas_int * nativeint * blas_int * double * nativeint * blas_int -> unit
    Back to top Generated by DocFX