public class VectorAlgebra
extends java.lang.Object
Constructor and Description |
---|
VectorAlgebra() |
Modifier and Type | Method and Description |
---|---|
static double[] |
crossProduct(double[] u,
double[] v) |
static double |
norm(double[] u) |
static double[] |
normalize(double[] u) |
static double[] |
normalTo(double[] vector) |