Class BLASLib (union)
BLAS and LAPACK libraries.
Inheritance
System.Object
    BLASLib (union)
  Namespace: Tensor.Host
Assembly: Tensor.dll
Syntax
[<RequireQualifiedAccess>]
union BLASLib
    | Vendor
    | IntelMKL
    | OpenBLAS
    | Custom of blas: NativeLibName * lapack: NativeLibNameProperties
| Name | Description | 
|---|---|
| Custom of blas: NativeLibName * lapack: NativeLibName | Custom BLAS and LAPACK libraries. | 
| IntelMKL | Intel MKL BLAS and LAPACK | 
| OpenBLAS | OpenBLAS BLAS and LAPACK | 
| Vendor | Vendor BLAS and LAPACK. | 
See Also
Cfg.BLAS