Click or drag to resize

DACOPYRun Method


Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int NROW,
	int NCOL,
	double[] A,
	int offset_a,
	int NROWA,
	ref double[] B,
	int offset_b,
	int NROWB
)
Request Example View Source

Parameters

NROW  Int32
 
NCOL  Int32
 
A  Double
 
offset_a  Int32
 
NROWA  Int32
 
B  Double
 
offset_b  Int32
 
NROWB  Int32
 
See Also