| DSYTD2(DAXPY, DLARFG, DSYMV, DSYR2, XERBLA, LSAME, DDOT) Constructor | 
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic DSYTD2(
	DAXPY daxpy,
	DLARFG dlarfg,
	DSYMV dsymv,
	DSYR2 dsyr2,
	XERBLA xerbla,
	LSAME lsame,
	DDOT ddot
)
Public Sub New ( 
	daxpy As DAXPY,
	dlarfg As DLARFG,
	dsymv As DSYMV,
	dsyr2 As DSYR2,
	xerbla As XERBLA,
	lsame As LSAME,
	ddot As DDOT
)
Parameters
- daxpy  DAXPY
-  
- dlarfg  DLARFG
-  
- dsymv  DSYMV
-  
- dsyr2  DSYR2
-  
- xerbla  XERBLA
-  
- lsame  LSAME
-  
- ddot  DDOT
-  
 See Also
See Also