Function or value | Description |
Full Usage:
dgeev_ (JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, WORK, LWORK, INFO)
Parameters:
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>
|
|
Full Usage:
dgesdd_ (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)
Parameters:
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>
|
|
Full Usage:
dgesvd_ (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO)
Parameters:
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>
|
|
Full Usage:
dsyevd_ (jobz, uplo, n, a, lda, w, work, lwork, iwork, liwork, info)
Parameters:
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>
|
|