Uses of Interface
com.pyranid.VectorParameter
-
Uses of VectorParameter in com.pyranid
Methods in com.pyranid that return VectorParameterModifier and TypeMethodDescriptionstatic @NonNull VectorParameterParameters.vectorOfBigDecimals(@Nullable List<@NonNull BigDecimal> elements) Acquires a vector parameter for aListofBigDecimal.static @NonNull VectorParameterParameters.vectorOfDoubles(double @Nullable [] elements) Acquires a vector parameter for an array ofdouble.static @NonNull VectorParameterParameters.vectorOfDoubles(@Nullable List<@NonNull Double> elements) static @NonNull VectorParameterParameters.vectorOfFloats(float @Nullable [] elements) Acquires a vector parameter for an array offloat.static @NonNull VectorParameterParameters.vectorOfFloats(@Nullable List<@NonNull Float> elements)