Uses of Class
org.djunits.vecmat.table.AbsQuantityTable
Packages that use AbsQuantityTable
Package
Description
Methods to format quantity-related values for display.
Definition classes for vectors and matrices.
Two-dimensonal tables with quantities.
-
Uses of AbsQuantityTable in org.djunits.formatter
Methods in org.djunits.formatter with parameters of type AbsQuantityTableModifier and TypeMethodDescriptionstatic StringTableFormatter.format(AbsQuantityTable<?, ?> absTable, TableFormat tableFormat) Format an absolute table according to a number of table format settings. -
Uses of AbsQuantityTable in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return AbsQuantityTableModifier and TypeMethodDescriptionAbsVectorMatrix.asAbsQuantityTable()Convert this absolute vector or matrix to aAbsQuantityTable. -
Uses of AbsQuantityTable in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return AbsQuantityTableModifier and TypeMethodDescriptionAbsQuantityTable.instantiate(QuantityTable<Q> relativeTable, Reference<?, A, Q> reference) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> Create a new AbsQuantityTable with a unit, based on a 2-dimensional grid with values in the given unit.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> Create a new AbsQuantityTable with a unit, based on a row-major array with values in the given unit.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> AbsQuantityTable.of(A[][] absGrid) Create a AbsQuantityTable without needing generics, based on a 2-dimensional grid of absolute quantities.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> AbsQuantityTable.of(A[] absData, int rows, int cols) Create a AbsQuantityTable without needing generics, based on a row-major array of absolute quantities.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> AbsQuantityTable.of(QuantityTable<Q> relativeTable, R reference) Create a AbsQuantityTable without needing generics, based on a relative table.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> AbsQuantityTable.of(Q[][] grid, R reference) Create a AbsQuantityTable without needing generics, based on a 2-dimensional grid of quantities.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> AbsQuantityTable.of(Q[] data, int rows, int cols, R reference) Create a AbsQuantityTable without needing generics, based on a row-major array of quantities.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> Create a new AbsQuantityTable with a unit, based on a 2-dimensional grid with SI-values.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> Create a AbsQuantityTable without needing generics, based on a row-major array with SI-values.AbsQuantityTable.transpose()