Uses of Class
org.djunits.vecmat.storage.DenseDoubleDataSi
Packages that use DenseDoubleDataSi
Package
Description
Storage objects for larger vectors and matrices (dense/sparse, double/float).
-
Uses of DenseDoubleDataSi in org.djunits.vecmat.storage
Methods in org.djunits.vecmat.storage that return DenseDoubleDataSiModifier and TypeMethodDescriptionDenseDoubleDataSi.copy()DenseDoubleDataSi.instantiateNew(double[] newData) DenseDoubleDataSi.instantiateNew(double[] newData, int newRows, int newCols) static <Q extends Quantity<Q>>
DenseDoubleDataSiInstantiate a data object based on a row x column double[][] array in a given unit.static <Q extends Quantity<Q>>
DenseDoubleDataSiInstantiate a data object based on a row-major double[] array in a given unit.static <A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>>
DenseDoubleDataSiDenseDoubleDataSi.of(A[][] absGrid) Instantiate a data object with a A[rows][cols].static <A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>>
DenseDoubleDataSiDenseDoubleDataSi.of(A[] absData, int rows, int cols) Instantiate a data object based on a row-major A[] array.static <A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>>
DenseDoubleDataSiInstantiate a data object based on a row-major list of absolute quantities.static <Q extends Quantity<Q>>
DenseDoubleDataSiDenseDoubleDataSi.of(Q[][] grid) Instantiate a data object with a Q[rows][cols].static <Q extends Quantity<Q>>
DenseDoubleDataSiDenseDoubleDataSi.of(Q[] data, int rows, int cols) Instantiate a data object based on a row-major Q[] array.static DenseDoubleDataSiDenseDoubleDataSi.ofSi(double[][] gridSi) Instantiate a data object with a double[rows][cols].static DenseDoubleDataSiDenseDoubleDataSi.ofSi(double[] dataSi, int rows, int cols) Instantiate a data object with one array in row-major format.