Show / Hide Table of Contents

    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: NativeLibName

    Properties

    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
    Back to top Generated by DocFX