Delegate BLAS.__LAPACKE_getri
Namespace: Tensor.Host
Assembly: Tensor.dll
Syntax
type BLAS.__LAPACKE_getri = delegate of matrix_layout:int * n:lapack_int * a:nativeint * lda:lapack_int * ipiv:lapack_int [] -> lapack_int
Methods
Name | Description |
---|---|
abstract member Invoke: int * lapack_int * nativeint * lapack_int * lapack_int [] -> lapack_int |