rsolvesolvesystemlu Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static bool solvesystemlu(
ref double[,] a,
ref int[] pivots,
double[] b,
int n,
ref double[] x
)
Public Shared Function solvesystemlu (
ByRef a As Double(,),
ByRef pivots As Integer(),
b As Double(),
n As Integer,
ByRef x As Double()
) As Boolean
Request Example
View SourceParameters
- a Double
-
- pivots Int32
-
- b Double
-
- n Int32
-
- x Double
-
Return Value
BooleanSee Also