Package | Description |
---|---|
mikera.matrixx | |
mikera.vectorz |
Modifier and Type | Method and Description |
---|---|
Vector |
MatrixMN.asVector() |
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.clone() |
static Vector |
Vector.createLength(int length) |
static Vector |
Vector.of(double... values) |
static Vector |
Vector.wrap(double[] source)
Wraps a double array into a Vector, does *no defensive copy* so use with caution
|
Modifier and Type | Method and Description |
---|---|
void |
Vector.addMultiple(Vector vector,
Index index,
double factor) |
void |
AVector.addMultiple(Vector vector,
Index index,
double factor) |
void |
Vector.addProduct(Vector a,
Vector b) |
void |
Vector.addProduct(Vector a,
Vector b,
double factor) |
double |
Vector.dotProduct(Vector v) |
double |
Vector.dotProduct(Vector v,
Index ix) |
static void |
Vectorz.invSqrt(Vector v) |
void |
Vector.multiply(Vector v) |
Copyright © 2012. All Rights Reserved.