Click or drag to resize

DGBTRS(LSAME, DGEMV, DGER, DSWAP, DTBSV, 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 DGBTRS(
	LSAME lsame,
	DGEMV dgemv,
	DGER dger,
	DSWAP dswap,
	DTBSV dtbsv,
	XERBLA xerbla
)
Request Example View Source

Parameters

lsame  LSAME
 
dgemv  DGEMV
 
dger  DGER
 
dswap  DSWAP
 
dtbsv  DTBSV
 
xerbla  XERBLA
 
See Also