public abstract class ArrayVector extends AVector
| Constructor and Description |
|---|
ArrayVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(double[] data,
int offset)
Copies a the contents of a vector to a double array at the specified offset
|
abstract double[] |
getArray() |
abstract int |
getArrayOffset() |
ArraySubVector |
subVector(int offset,
int length)
Returns a vector referencing a sub-vector of the current vector
|
add, addMultiple, clone, compareTo, dotProduct, equals, fill, get, hashCode, length, magnitude, magnitudeSquared, multiply, normalise, set, subtract, subtractMultiple, toStringpublic abstract double[] getArray()
public abstract int getArrayOffset()
public ArraySubVector subVector(int offset, int length)
Copyright © 2012. All Rights Reserved.