| Package | Description |
|---|---|
| mikera.vectorz |
| Modifier and Type | Method and Description |
|---|---|
static Vector |
Vector.createLength(int length) |
static Vector |
Vector.of(double... source) |
static Vector |
Vector.wrap(double[] source)
Wraps a double array into a Vector, does *no defensive copy*
|
Copyright © 2012. All Rights Reserved.