org.omegahat.Numerics.Optimizers
Class Utils

java.lang.Object
  |
  +--org.omegahat.Numerics.Optimizers.Utils

public class Utils
extends java.lang.Object

Utility routines for standard results.


Constructor Summary
Utils()
           
 
Method Summary
static double ddot(double[] x, double[] y, int n)
          Inner product of two double arrays.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

ddot

public static double ddot(double[] x,
                          double[] y,
                          int n)
Inner product of two double arrays.