luludecompositionunpacked Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void ludecompositionunpacked(
double[,] a,
int m,
int n,
ref double[,] l,
ref double[,] u,
ref int[] pivots
)
Public Shared Sub ludecompositionunpacked (
a As Double(,),
m As Integer,
n As Integer,
ByRef l As Double(,),
ByRef u As Double(,),
ByRef pivots As Integer()
)
Request Example
View SourceParameters
- a Double
-
- m Int32
-
- n Int32
-
- l Double
-
- u Double
-
- pivots Int32
-
See Also