Show / Hide Table of Contents

    Delegate BLAS.__LAPACKE_gesdd

    Namespace: Tensor.Host
    Assembly: Tensor.dll
    Syntax
    type BLAS.__LAPACKE_gesdd = delegate of matrix_layout:int * jobz:char * m:lapack_int * n:lapack_int * a:nativeint * lda:lapack_int * s:nativeint * u:nativeint * ldu:lapack_int * vt:nativeint * ldvt:lapack_int -> lapack_int

    Methods

    Name Description
    abstract member Invoke: int * char * lapack_int * lapack_int * nativeint * lapack_int * nativeint * nativeint * lapack_int * nativeint * lapack_int -> lapack_int
    Back to top Generated by DocFX