public abstract class MatrixSubVector extends AVector
| Constructor and Description |
|---|
MatrixSubVector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMutable()
Returns true if this vector is mutable.
|
boolean |
isReference()
Returns true if this vector is of a type that references other vectors / data.
|
absolute, add, add, addMultiple, addMultiple, addMultiple, addMultipleToArray, addProduct, addProduct, addProduct, addToArray, addWeighted, angle, asList, asVector, clamp, clampMax, clampMin, clone, compareTo, copy, copyTo, copyTo, dimensionality, distance, distanceL1, distanceLinf, distanceSquared, divide, divide, divide, divideTo, dotProduct, dotProduct, elementSum, epsilonEquals, epsilonEquals, equals, fill, fillRange, get, get, hashCode, interpolate, interpolate, isFullyMutable, isUnitLengthVector, isZeroVector, iterator, join, length, magnitude, magnitudeSquared, maxAbsElement, multiply, multiply, multiply, multiplyTo, negate, normalise, normaliseMaxAbsElement, projectToPlane, reshape, scale, scale, scaleAdd, scaleToMagnitude, set, set, set, set, set, setValues, sub, subMultiple, subVector, toArray, toList, toStringpublic boolean isReference()
AVectorisReference in class AVectorCopyright © 2013. All Rights Reserved.