DSYTRD(DLATRD, DSYR2K, DSYTD2, XERBLA, LSAME, ILAENV) Constructor |
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DSYTRD(
DLATRD dlatrd,
DSYR2K dsyr2k,
DSYTD2 dsytd2,
XERBLA xerbla,
LSAME lsame,
ILAENV ilaenv
)
Public Sub New (
dlatrd As DLATRD,
dsyr2k As DSYR2K,
dsytd2 As DSYTD2,
xerbla As XERBLA,
lsame As LSAME,
ilaenv As ILAENV
)
Request Example
View SourceParameters
- dlatrd DLATRD
-
- dsyr2k DSYR2K
-
- dsytd2 DSYTD2
-
- xerbla XERBLA
-
- lsame LSAME
-
- ilaenv ILAENV
-
See Also