Uses of Class
org.apache.sis.math.ArrayVector
Packages that use ArrayVector
-
Uses of ArrayVector in org.apache.sis.math
Subclasses of ArrayVector in org.apache.sis.mathModifier and TypeClassDescriptionprivate static final classA vector backed by an array of typeString[].private static classA vector backed by an array of typebyte[].(package private) static final classA vector backed by an array of typefloat[]to be converted todoublein a way that minimizes the errors when represented in base 10.(package private) static final classA vector backed by an array of typedouble[].private static classA vector backed by an array of typefloat[].private static classA vector backed by an array of typeint[].private static classA vector backed by an array of typelong[].private static final classA vector backed by an array of typeNumber[].private static classA vector backed by an array of typeshort[].private static final classA vector backed by an array of typebyte[]to be interpreted as unsigned values.private static final classA vector backed by an array of typeint[]to be interpreted as unsigned values.private static final classA vector backed by an array of typelong[]to be interpreted as unsigned values.private static final classA vector backed by an array of typeshort[]to be interpreted as unsigned values.(package private) final classA vector of integer values backed by anIntegerList.