DTBSVRun 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 UPLO,
string TRANS,
string DIAG,
int N,
int K,
double[] A,
int offset_a,
int LDA,
ref double[] X,
int offset_x,
int INCX
)VB
Public Sub Run (
UPLO As String,
TRANS As String,
DIAG As String,
N As Integer,
K As Integer,
A As Double(),
offset_a As Integer,
LDA As Integer,
ByRef X As Double(),
offset_x As Integer,
INCX As Integer
)