Show / Hide Table of Contents

    Property Custom of blas: NativeLibName * lapack: NativeLibName

    Custom BLAS and LAPACK libraries.

    Namespace: Tensor.Host
    Assembly: Tensor.dll
    Syntax
    | Custom of blas: NativeLibName * lapack: NativeLibName
    Parameters
    Type Name Description
    Tensor.Utils.NativeLibName blas

    Name of BLAS native library.

    Tensor.Utils.NativeLibName lapack

    Name of LAPACK native library.

    Back to top Generated by DocFX