public final class IdenticalComponentVector extends AVector
| Constructor and Description |
|---|
IdenticalComponentVector(int dims) |
IdenticalComponentVector(int dims,
double value) |
| Modifier and Type | Method and Description |
|---|---|
static IdenticalComponentVector |
create(int dims,
double value) |
double |
get(int i) |
boolean |
isFullyMutable()
Returns true if this vector is fully mutable, i.e.
|
int |
length() |
void |
set(int i,
double value) |
absolute, add, add, addMultiple, addMultiple, addProduct, addProduct, addWeighted, angle, asList, clamp, clampMax, clampMin, clone, compareTo, copy, copyTo, copyTo, distance, distanceL1, distanceLinf, distanceSquared, divide, divide, divide, divideTo, dotProduct, dotProduct, epsilonEquals, epsilonEquals, equals, fill, fillRange, hashCode, interpolate, interpolate, isMutable, isReference, isUnitLengthVector, isZeroVector, iterator, join, magnitude, magnitudeSquared, maxAbsComponent, multiply, multiply, multiply, multiplyTo, negate, normalise, projectToPlane, scale, scale, scaleAdd, scaleToMagnitude, set, set, set, set, setValues, sub, subMultiple, subVector, toArray, toList, toStringpublic IdenticalComponentVector(int dims)
public IdenticalComponentVector(int dims,
double value)
public static IdenticalComponentVector create(int dims, double value)
public int length()
public boolean isFullyMutable()
AVectorisFullyMutable in class AVectorpublic double get(int i)
Copyright © 2012. All Rights Reserved.