LapackStubs Module

Functions and values

Function or value Description

dgeev_ (JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)

Full Usage: dgeev_ (JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)

Parameters:
    JOBVL : nativeptr<char>
    JOBVR : nativeptr<char>
    N : nativeptr<int>
    A : nativeptr<double>
    LDA : nativeptr<int>
    WR : nativeptr<double>
    WI : nativeptr<double>
    VL : nativeptr<double>
    LDVL : nativeptr<int>
    VR : nativeptr<double>
    LDVR : nativeptr<int>
    WORK : nativeptr<double>
    LWORK : nativeptr<int>
    INFO : nativeptr<int>

JOBVL : nativeptr<char>
JOBVR : nativeptr<char>
N : nativeptr<int>
A : nativeptr<double>
LDA : nativeptr<int>
WR : nativeptr<double>
WI : nativeptr<double>
VL : nativeptr<double>
LDVL : nativeptr<int>
VR : nativeptr<double>
LDVR : nativeptr<int>
WORK : nativeptr<double>
LWORK : nativeptr<int>
INFO : nativeptr<int>

dgesdd_ (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)

Full Usage: dgesdd_ (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)

Parameters:
    JOBZ : nativeptr<char>
    M : nativeptr<int>
    N : nativeptr<int>
    A : nativeptr<double>
    LDA : nativeptr<int>
    S : nativeptr<double>
    U : nativeptr<double>
    LDU : nativeptr<int>
    VT : nativeptr<double>
    LDVT : nativeptr<int>
    WORK : nativeptr<double>
    LWORK : nativeptr<int>
    IWORK : nativeptr<int>
    INFO : nativeptr<int>

JOBZ : nativeptr<char>
M : nativeptr<int>
N : nativeptr<int>
A : nativeptr<double>
LDA : nativeptr<int>
S : nativeptr<double>
U : nativeptr<double>
LDU : nativeptr<int>
VT : nativeptr<double>
LDVT : nativeptr<int>
WORK : nativeptr<double>
LWORK : nativeptr<int>
IWORK : nativeptr<int>
INFO : nativeptr<int>

dgesvd_ (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO)

Full Usage: dgesvd_ (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO)

Parameters:
    JOBU : nativeptr<char>
    JOBVT : nativeptr<char>
    M : nativeptr<int>
    N : nativeptr<int>
    A : nativeptr<double>
    LDA : nativeptr<int>
    S : nativeptr<double>
    U : nativeptr<double>
    LDU : nativeptr<int>
    VT : nativeptr<double>
    LDVT : nativeptr<int>
    WORK : nativeptr<double>
    LWORK : nativeptr<int>
    INFO : nativeptr<int>

JOBU : nativeptr<char>
JOBVT : nativeptr<char>
M : nativeptr<int>
N : nativeptr<int>
A : nativeptr<double>
LDA : nativeptr<int>
S : nativeptr<double>
U : nativeptr<double>
LDU : nativeptr<int>
VT : nativeptr<double>
LDVT : nativeptr<int>
WORK : nativeptr<double>
LWORK : nativeptr<int>
INFO : nativeptr<int>

dsyevd_ (jobz, uplo, n, a, lda, w, work, lwork, iwork, liwork, info)

Full Usage: dsyevd_ (jobz, uplo, n, a, lda, w, work, lwork, iwork, liwork, info)

Parameters:
    jobz : nativeptr<char>
    uplo : nativeptr<char>
    n : nativeptr<int>
    a : nativeptr<double>
    lda : nativeptr<int>
    w : nativeptr<double>
    work : nativeptr<double>
    lwork : nativeptr<int>
    iwork : nativeptr<int>
    liwork : nativeptr<int>
    info : nativeptr<int>

jobz : nativeptr<char>
uplo : nativeptr<char>
n : nativeptr<int>
a : nativeptr<double>
lda : nativeptr<int>
w : nativeptr<double>
work : nativeptr<double>
lwork : nativeptr<int>
iwork : nativeptr<int>
liwork : nativeptr<int>
info : nativeptr<int>