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 class
A vector backed by an array of typeString[]
.private static class
A vector backed by an array of typebyte[]
.(package private) static final class
A vector backed by an array of typefloat[]
to be converted todouble
in a way that minimizes the errors when represented in base 10.(package private) static final class
A vector backed by an array of typedouble[]
.private static class
A vector backed by an array of typefloat[]
.private static class
A vector backed by an array of typeint[]
.private static class
A vector backed by an array of typelong[]
.private static final class
A vector backed by an array of typeNumber[]
.private static class
A vector backed by an array of typeshort[]
.private static final class
A vector backed by an array of typebyte[]
to be interpreted as unsigned values.private static final class
A vector backed by an array of typeint[]
to be interpreted as unsigned values.private static final class
A vector backed by an array of typelong[]
to be interpreted as unsigned values.private static final class
A vector backed by an array of typeshort[]
to be interpreted as unsigned values.(package private) final class
A vector of integer values backed by anIntegerList
.