Uses of Class
org.djunits.vecmat.def.Table
Packages that use Table
Package
Description
1-element vector and matrix classes with a unit.
2-element vector and matrix classes with a unit.
3-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
Square matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of Table in org.djunits.vecmat.d1
Subclasses of Table in org.djunits.vecmat.d1 -
Uses of Table in org.djunits.vecmat.d2
Subclasses of Table in org.djunits.vecmat.d2 -
Uses of Table in org.djunits.vecmat.d3
Subclasses of Table in org.djunits.vecmat.d3 -
Uses of Table in org.djunits.vecmat.def
Classes in org.djunits.vecmat.def with type parameters of type TableModifier and TypeClassDescriptionclassAbsTable<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>, MA extends AbsTable<A, Q, MA, MQ, MAT>, MQ extends Table<Q, MQ, ?, ?, ?>, MAT extends AbsTable<A, Q, MAT, ?, MA>> AbsTable contains a number of standard operations on 2-dimensional tables that contain absolute quantities.classTable<Q extends Quantity<Q>,T extends Table<Q, T, SI, H, TT>, SI extends Table<SIQuantity, SI, ?, ?, ?>, H extends Table<?, ?, ?, ?, ?>, TT extends Table<Q, TT, ?, ?, T>> Table contains a number of standard operations on 2-dimensional tables of relative quantities.classTable<Q extends Quantity<Q>,T extends Table<Q, T, SI, H, TT>, SI extends Table<SIQuantity, SI, ?, ?, ?>, H extends Table<?, ?, ?, ?, ?>, TT extends Table<Q, TT, ?, ?, T>> Table contains a number of standard operations on 2-dimensional tables of relative quantities.classTable<Q extends Quantity<Q>,T extends Table<Q, T, SI, H, TT>, SI extends Table<SIQuantity, SI, ?, ?, ?>, H extends Table<?, ?, ?, ?, ?>, TT extends Table<Q, TT, ?, ?, T>> Table contains a number of standard operations on 2-dimensional tables of relative quantities.classTable<Q extends Quantity<Q>,T extends Table<Q, T, SI, H, TT>, SI extends Table<SIQuantity, SI, ?, ?, ?>, H extends Table<?, ?, ?, ?, ?>, TT extends Table<Q, TT, ?, ?, T>> Table contains a number of standard operations on 2-dimensional tables of relative quantities.Subclasses of Table in org.djunits.vecmat.defModifier and TypeClassDescriptionclassMatrix<Q extends Quantity<Q>,M extends Matrix<Q, M, SI, H, MT>, SI extends Matrix<SIQuantity, SI, ?, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>, MT extends Matrix<Q, MT, ?, ?, M>> Matrix contains a number of standard operations on matrices of relative quantities.classSquareDenseMatrix<Q extends Quantity<Q>,M extends SquareDenseMatrix<Q, M, SI, H>, SI extends SquareDenseMatrix<SIQuantity, SI, ?, ?>, H extends SquareDenseMatrix<?, ?, ?, ?>> SquareDenseMatrix implements the core functions for a matrix with n x n real-valued entries.classSquareMatrix<Q extends Quantity<Q>,M extends SquareMatrix<Q, M, SI, H>, SI extends SquareMatrix<SIQuantity, SI, ?, ?>, H extends SquareMatrix<?, ?, ?, ?>> SquareMatrix defines a number of operations that can be applied to square matrixes, such as transpose, invert, and determinant. -
Uses of Table in org.djunits.vecmat.dn
Subclasses of Table in org.djunits.vecmat.dn -
Uses of Table in org.djunits.vecmat.dnxm
Subclasses of Table in org.djunits.vecmat.dnxm -
Uses of Table in org.djunits.vecmat.table
Subclasses of Table in org.djunits.vecmat.tableModifier and TypeClassDescriptionclassQuantityTable<Q extends Quantity<Q>>QuantityTable is a two-dimensonal table with quantities.