net.metanotion.numerics
Class Vector

java.lang.Object
  extended by net.metanotion.numerics.Vector

public class Vector
extends java.lang.Object


Constructor Summary
Vector()
           
 
Method Summary
static void add(double[] a, double[] b, double[] out)
           
static double norm_2(double[] v)
           
static void sub(double[] subend, double[] subtrahend, double[] out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector

public Vector()
Method Detail

sub

public static void sub(double[] subend,
                       double[] subtrahend,
                       double[] out)

add

public static void add(double[] a,
                       double[] b,
                       double[] out)

norm_2

public static double norm_2(double[] v)