DHSEQR(ILAENV, LSAME, DLACPY, DLAHQR, DLAQR0, DLASET, XERBLA) Constructor | 
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DHSEQR(
	ILAENV ilaenv,
	LSAME lsame,
	DLACPY dlacpy,
	DLAHQR dlahqr,
	DLAQR0 dlaqr0,
	DLASET dlaset,
	XERBLA xerbla
)
Public Sub New ( 
	ilaenv As ILAENV,
	lsame As LSAME,
	dlacpy As DLACPY,
	dlahqr As DLAHQR,
	dlaqr0 As DLAQR0,
	dlaset As DLASET,
	xerbla As XERBLA
)
 Request Example
		View SourceParameters
- ilaenv  ILAENV
 -  
 - lsame  LSAME
 -  
 - dlacpy  DLACPY
 -  
 - dlahqr  DLAHQR
 -  
 - dlaqr0  DLAQR0
 -  
 - dlaset  DLASET
 -  
 - xerbla  XERBLA
 -  
 
See Also