DSTEDC(LSAME, ILAENV, DLAMCH, DLANST, DGEMM, DLACPY, DLAED0, DLASCL, DLASET, DLASRT, DSTEQR, DSTERF, DSWAP, XERBLA) Constructor |
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DSTEDC(
LSAME lsame,
ILAENV ilaenv,
DLAMCH dlamch,
DLANST dlanst,
DGEMM dgemm,
DLACPY dlacpy,
DLAED0 dlaed0,
DLASCL dlascl,
DLASET dlaset,
DLASRT dlasrt,
DSTEQR dsteqr,
DSTERF dsterf,
DSWAP dswap,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
ilaenv As ILAENV,
dlamch As DLAMCH,
dlanst As DLANST,
dgemm As DGEMM,
dlacpy As DLACPY,
dlaed0 As DLAED0,
dlascl As DLASCL,
dlaset As DLASET,
dlasrt As DLASRT,
dsteqr As DSTEQR,
dsterf As DSTERF,
dswap As DSWAP,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- ilaenv ILAENV
-
- dlamch DLAMCH
-
- dlanst DLANST
-
- dgemm DGEMM
-
- dlacpy DLACPY
-
- dlaed0 DLAED0
-
- dlascl DLASCL
-
- dlaset DLASET
-
- dlasrt DLASRT
-
- dsteqr DSTEQR
-
- dsterf DSTERF
-
- dswap DSWAP
-
- xerbla XERBLA
-
See Also