Class Solver


  • public class Solver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Solver()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] solve​(java.util.List<Equation> equations, int numberOfParameters, int[] fixParameters, double[] initialParameterValues)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Solver

        public Solver()
    • Method Detail

      • solve

        public static double[] solve​(java.util.List<Equation> equations,
                                     int numberOfParameters,
                                     int[] fixParameters,
                                     double[] initialParameterValues)
        Parameters:
        values - of the equations
        equations -
        occurrences - of the equations
        numberOfParameters -
        fixParameters -
        initialParameterValues -
        Returns: