numal.highprecision
Class Analytic_problems

java.lang.Object
  extended by numal.highprecision.Analytic_problems

public class Analytic_problems
extends Object


Constructor Summary
Analytic_problems()
           
 
Method Summary
static void marquardt(int m, int n, double[] par, double[] g, double[][] v, AP_marquardt_methods method, double[] in, double[] out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analytic_problems

public Analytic_problems()
Method Detail

marquardt

public static void marquardt(int m,
                             int n,
                             double[] par,
                             double[] g,
                             double[][] v,
                             AP_marquardt_methods method,
                             double[] in,
                             double[] out)