| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.vectorz |
| Modifier and Type | Method and Description |
|---|---|
Vector |
MatrixMN.asVector() |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2012. All Rights Reserved.