Package jline.lib.mom.solver
Class SetupLinearSystem
java.lang.Object
jline.lib.mom.solver.SetupLinearSystem
Constructs the linear system matrices for the MOM solver.
This is a port of the MATLAB setupls.m function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinearSystemMatricessetup(org.apache.commons.math3.linear.RealMatrix L, int[] N, double[] Z, int r) Setup linear system matrices for a given class r.
-
Method Details
-
setup
public static LinearSystemMatrices setup(org.apache.commons.math3.linear.RealMatrix L, int[] N, double[] Z, int r) Setup linear system matrices for a given class r.
-