Method Invoke
abstract member Invoke: CBLAS_LAYOUT * CBLAS_TRANSPOSE * blas_int * blas_int * double * nativeint * blas_int * nativeint * blas_int * double * nativeint * blas_int -> unit
Declaration
abstract member Invoke: layout:CBLAS_LAYOUT * transA:CBLAS_TRANSPOSE * m:blas_int * n:blas_int * alpha:double * a:nativeint * lda:blas_int * x:nativeint * incx:blas_int * beta:double * y:nativeint * incy:blas_int -> unitParameters
| Type | Name | Description | 
|---|---|---|
| CBLAS_LAYOUT | layout | |
| CBLAS_TRANSPOSE | transA | |
| blas_int | m | |
| blas_int | n | |
| double | alpha | |
| nativeint | a | |
| blas_int | lda | |
| nativeint | x | |
| blas_int | incx | |
| double | beta | |
| nativeint | y | |
| blas_int | incy |