Class SetupLinearSystem

java.lang.Object
jline.lib.mom.solver.SetupLinearSystem

public final class SetupLinearSystem extends Object
Constructs the linear system matrices for the MOM solver. This is a port of the MATLAB setupls.m function.
  • 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.