|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.numerics.Vector
public class Vector
| 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 |
|---|
public Vector()
| Method Detail |
|---|
public static void sub(double[] subend,
double[] subtrahend,
double[] out)
public static void add(double[] a,
double[] b,
double[] out)
public static double norm_2(double[] v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||