Click or drag to resize

DSYTRD(DLATRD, DSYR2K, DSYTD2, XERBLA, LSAME, ILAENV) Constructor


Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: 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
)
Request Example View Source

Parameters

dlatrd  DLATRD
 
dsyr2k  DSYR2K
 
dsytd2  DSYTD2
 
xerbla  XERBLA
 
lsame  LSAME
 
ilaenv  ILAENV
 
See Also