Delegate BLAS.__cblas_sdot
Namespace: Tensor.Host
Assembly: Tensor.dll
Syntax
type BLAS.__cblas_sdot = delegate of n:blas_int * x:nativeint * incx:blas_int * y:nativeint * incy:blas_int -> single
Methods
Name | Description |
---|---|
abstract member Invoke: blas_int * nativeint * blas_int * nativeint * blas_int -> single |