public class WrappedSubVector extends AVector
| Constructor and Description |
|---|
WrappedSubVector(AVector source,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int i) |
int |
length() |
void |
set(int i,
double value) |
WrappedSubVector |
subVector(int offset,
int length) |
add, addMultiple, clone, compareTo, copyTo, dotProduct, equals, fill, hashCode, magnitude, magnitudeSquared, multiply, normalise, subtract, subtractMultiple, toStringpublic WrappedSubVector(AVector source, int offset, int length)
public WrappedSubVector subVector(int offset, int length)
Copyright © 2012. All Rights Reserved.