Click or drag to resize

DLARZ(DAXPY, DCOPY, DGEMV, DGER, LSAME) 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 DLARZ(
	DAXPY daxpy,
	DCOPY dcopy,
	DGEMV dgemv,
	DGER dger,
	LSAME lsame
)
Request Example View Source

Parameters

daxpy  DAXPY
 
dcopy  DCOPY
 
dgemv  DGEMV
 
dger  DGER
 
lsame  LSAME
 
See Also