DLADIVRun Method
Definition
Namespace: DotNumerics.LinearAlgebra.CSLapack
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 A,
double B,
double C,
double D,
ref double P,
ref double Q
)VB
Public Sub Run (
A As Double,
B As Double,
C As Double,
D As Double,
ByRef P As Double,
ByRef Q As Double
)