Summary:
Detail:
private final double[]
data
private final int
N
Vector(double... d)
Vector(int n)
double
cartesian(int i)
Vector
direction()
distanceTo(Vector that)
dot(Vector that)
int
length()
magnitude()
static void
main(String[] args)
minus(Vector that)
plus(Vector that)
times(double factor)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object