Click or drag to resize

DBDSQR(LSAME, DLAMCH, DLARTG, DLAS2, DLASQ1, DLASR, DLASV2, DROT, DSCAL, DSWAP, XERBLA) 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 DBDSQR(
	LSAME lsame,
	DLAMCH dlamch,
	DLARTG dlartg,
	DLAS2 dlas2,
	DLASQ1 dlasq1,
	DLASR dlasr,
	DLASV2 dlasv2,
	DROT drot,
	DSCAL dscal,
	DSWAP dswap,
	XERBLA xerbla
)
Request Example View Source

Parameters

lsame  LSAME
 
dlamch  DLAMCH
 
dlartg  DLARTG
 
dlas2  DLAS2
 
dlasq1  DLASQ1
 
dlasr  DLASR
 
dlasv2  DLASV2
 
drot  DROT
 
dscal  DSCAL
 
dswap  DSWAP
 
xerbla  XERBLA
 
See Also