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