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. |