public final class SimpleVectorMath extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
distanceSquared(float[] x,
float[] y) |
static double |
dot(float[] x,
float[] y) |
static double |
norm(double[] x) |
static double |
norm(float[] x) |
Copyright © 2012. All Rights Reserved.