Method Invoke
abstract member Invoke: CBLAS_LAYOUT * CBLAS_TRANSPOSE * CBLAS_TRANSPOSE * blas_int * blas_int * blas_int * single * nativeint * blas_int * nativeint * blas_int * single * nativeint * blas_int -> unit
Declaration
abstract member Invoke: layout:CBLAS_LAYOUT * transA:CBLAS_TRANSPOSE * transB:CBLAS_TRANSPOSE * m:blas_int * n:blas_int * k:blas_int * alpha:single * a:nativeint * lda:blas_int * b:nativeint * ldb:blas_int * beta:single * c:nativeint * ldc:blas_int -> unitParameters
| Type | Name | Description | 
|---|---|---|
| CBLAS_LAYOUT | layout | |
| CBLAS_TRANSPOSE | transA | |
| CBLAS_TRANSPOSE | transB | |
| blas_int | m | |
| blas_int | n | |
| blas_int | k | |
| single | alpha | |
| nativeint | a | |
| blas_int | lda | |
| nativeint | b | |
| blas_int | ldb | |
| single | beta | |
| nativeint | c | |
| blas_int | ldc |