Delegate BLAS.__cblas_sgemv
Namespace: Tensor.Host
Assembly: Tensor.dll
Syntax
type BLAS.__cblas_sgemv = delegate of layout:CBLAS_LAYOUT * transA:CBLAS_TRANSPOSE * m:blas_int * n:blas_int * alpha:single * a:nativeint * lda:blas_int * x:nativeint * incx:blas_int * beta:single * y:nativeint * incy:blas_int -> unit
Methods
Name | Description |
---|---|
abstract member Invoke: CBLAS_LAYOUT * CBLAS_TRANSPOSE * blas_int * blas_int * single * nativeint * blas_int * nativeint * blas_int * single * nativeint * blas_int -> unit |