Class solvers__c

java.lang.Object
gen.lib.pathplan.solvers__c

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    solve1(double[] coeff, double[] roots)
     
    static int
    solve2(double[] coeff, double[] roots)
     
    static int
    solve3(double[] coeff, double[] roots)
     

    Methods inherited from class java.lang.Object

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

    • solvers__c

      public solvers__c()
  • Method Details

    • solve3

      public static int solve3(double[] coeff, double[] roots)
    • solve2

      public static int solve2(double[] coeff, double[] roots)
    • solve1

      public static int solve1(double[] coeff, double[] roots)