DTGSJARun 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(
string JOBU,
string JOBV,
string JOBQ,
int M,
int P,
int N,
int K,
int L,
ref double[] A,
int offset_a,
int LDA,
ref double[] B,
int offset_b,
int LDB,
double TOLA,
double TOLB,
ref double[] ALPHA,
int offset_alpha,
ref double[] BETA,
int offset_beta,
ref double[] U,
int offset_u,
int LDU,
ref double[] V,
int offset_v,
int LDV,
ref double[] Q,
int offset_q,
int LDQ,
ref double[] WORK,
int offset_work,
ref int NCYCLE,
ref int INFO
)VB
Public Sub Run (
JOBU As String,
JOBV As String,
JOBQ As String,
M As Integer,
P As Integer,
N As Integer,
K As Integer,
L As Integer,
ByRef A As Double(),
offset_a As Integer,
LDA As Integer,
ByRef B As Double(),
offset_b As Integer,
LDB As Integer,
TOLA As Double,
TOLB As Double,
ByRef ALPHA As Double(),
offset_alpha As Integer,
ByRef BETA As Double(),
offset_beta As Integer,
ByRef U As Double(),
offset_u As Integer,
LDU As Integer,
ByRef V As Double(),
offset_v As Integer,
LDV As Integer,
ByRef Q As Double(),
offset_q As Integer,
LDQ As Integer,
ByRef WORK As Double(),
offset_work As Integer,
ByRef NCYCLE As Integer,
ByRef INFO As Integer
)Parameters
- JOBU String
- JOBV String
- JOBQ String
- M Int32
- P Int32
- N Int32
- K Int32
- L Int32
- A Double
- offset_a Int32
- LDA Int32
- B Double
- offset_b Int32
- LDB Int32
- TOLA Double
- TOLB Double
- ALPHA Double
- offset_alpha Int32
- BETA Double
- offset_beta Int32
- U Double
- offset_u Int32
- LDU Int32
- V Double
- offset_v Int32
- LDV Int32
- Q Double
- offset_q Int32
- LDQ Int32
- WORK Double
- offset_work Int32
- NCYCLE Int32
- INFO Int32