Uses of Interface
org.djunits.unit.scale.Scale
Package
Description
Units for version 4 of DJUNITS.
Unit scales for DJUNITS.
Internal data storage for the Matrix.
Internal data storage for the Vector.
package-info.java.
Internal storage for the FloatVector.
-
Uses of Scale in org.djunits.unit
Modifier and TypeMethodDescriptionUnit.Builder.getScale()
Retrieve the scale.Unit.getScale()
Retrieve the scale of this unit.Modifier and TypeMethodDescriptionSet the scale. -
Uses of Scale in org.djunits.unit.scale
Modifier and TypeClassDescriptionclass
A Scale for transforming a slope as a grade, where 45 degrees is 1, and 90 degrees is infinite, to radians.final class
A Scale for standard, e.g.class
A Scale for linear transformations not involving a zero-offset, e.g. for Length, Time, Area.class
Scale with factor and zero point offset. -
Uses of Scale in org.djunits.value.vdouble.matrix.data
Modifier and TypeMethodDescriptionstatic DoubleMatrixData
DoubleMatrixData.instantiate
(double[][] values, Scale scale, StorageType storageType) Instantiate a DoubleMatrixData with the right data type.static DoubleMatrixDataSparse
DoubleMatrixDataSparse.instantiate
(double[][] values, Scale scale) Instantiate a DoubleMatrixDataSparse from an array. -
Uses of Scale in org.djunits.value.vdouble.vector.data
Modifier and TypeMethodDescriptionstatic DoubleVectorData
DoubleVectorData.instantiate
(double[] values, Scale scale, StorageType storageType) Instantiate a DoubleVectorData with the right data type.static DoubleVectorData
DoubleVectorData.instantiate
(List<? extends Number> values, Scale scale, StorageType storageType) Instantiate a DoubleVectorData with the right data type.static DoubleVectorData
DoubleVectorData.instantiate
(Map<Integer, ? extends Number> valueMap, int size, Scale scale, StorageType storageType) Instantiate a DoubleVectorData with the right data type. -
Uses of Scale in org.djunits.value.vfloat.matrix.data
Modifier and TypeMethodDescriptionstatic FloatMatrixData
FloatMatrixData.instantiate
(float[][] values, Scale scale, StorageType storageType) Instantiate a FloatMatrixData with the right data type.static FloatMatrixDataSparse
FloatMatrixDataSparse.instantiate
(float[][] values, Scale scale) Instantiate a FloatMatrixDataSparse from an array. -
Uses of Scale in org.djunits.value.vfloat.vector.data
Modifier and TypeMethodDescriptionstatic FloatVectorData
FloatVectorData.instantiate
(float[] values, Scale scale, StorageType storageType) Instantiate a FloatVectorData with the right data type.static FloatVectorData
FloatVectorData.instantiate
(List<? extends Number> values, Scale scale, StorageType storageType) Instantiate a FloatVectorData with the right data type.static FloatVectorData
FloatVectorData.instantiate
(Map<Integer, ? extends Number> valueMap, int size, Scale scale, StorageType storageType) Instantiate a FloatVectorData with the right data type.