CDIVRun Method
Definition
Namespace: DotNumerics.LinearAlgebra.CSEispack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
double AR,
double AI,
double BR,
double BI,
ref double CR,
ref double CI
)VB
Public Sub Run (
AR As Double,
AI As Double,
BR As Double,
BI As Double,
ByRef CR As Double,
ByRef CI As Double
)