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