Uses of Class
org.djunits.vecmat.table.QuantityTable
Packages that use QuantityTable
Package
Description
Definition classes for vectors and matrices.
Copyright (c) 2025-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
Copyright (c) 2025-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
Two-dimensonal tables with quantities.
-
Uses of QuantityTable in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return QuantityTableModifier and TypeMethodDescriptionVectorMatrix.asQuantityTable()Convert this vector or matrix to aQuantityTable. -
Uses of QuantityTable in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return QuantityTableModifier and TypeMethodDescription<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
QuantityTable<TQ,TU> QuantityTable.as(TU targetUnit) Return the QuantityTable 'as' a QuantityTable with a known quantity, using a unit to express the result in.QuantityTable.instantiateSi(double[] siNew) QuantityTable.instantiateSi(double[] siNew, SIUnit siUnit) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
QuantityTable<Q,U> QuantityTable.of(double[][] valueGridInUnit, U displayUnit) Create a new NxM QuantityTable with a unit, based on a 2-dimensional double grid.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
QuantityTable<Q,U> QuantityTable.of(double[] valueArrayInUnit, int rows, int cols, U displayUnit) Create a new NxM QuantityTable with a unit, based on a 1-dimensional double array.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
QuantityTable<Q,U> QuantityTable.of(Q[][] quantityGrid, U displayUnit) Create a new NxM QuantityTable with a unit, based on a 2-dimensional quantity grid.