Uses of Class
org.djunits.vecmat.def.VectorMatrix
Packages that use VectorMatrix
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.
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.
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of VectorMatrix in org.djunits.vecmat.d1
Subclasses of VectorMatrix in org.djunits.vecmat.d1Modifier and TypeClassDescriptionclassMatrix1x1<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Matrix1x1 implements a matrix with 1x1 real-valued entries.classVector1<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector1 implements a vector with one real-valued entry. -
Uses of VectorMatrix in org.djunits.vecmat.d2
Subclasses of VectorMatrix in org.djunits.vecmat.d2Modifier and TypeClassDescriptionclassMatrix2x2<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Matrix2x2 implements a matrix with 2x2 real-valued entries.classVector2<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, V extends Vector2<Q, U, V, SI, H>, SI extends Vector2<SIQuantity, SIUnit, SI, ?, ?>, H extends Vector2<?, ?, ?, ?, ?>> Vector2 implements a vector with two real-valued entries.static classVector2.Col<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector2.Col implements a column vector with two real-valued entries.static classVector2.Row<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector2.Row implements a row vector with two real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.d3
Subclasses of VectorMatrix in org.djunits.vecmat.d3Modifier and TypeClassDescriptionclassMatrix3x3<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Matrix3x3 implements a matrix with 3x3 real-valued entries.classVector3<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, V extends Vector3<Q, U, V, SI, H>, SI extends Vector3<SIQuantity, SIUnit, SI, ?, ?>, H extends Vector3<?, ?, ?, ?, ?>> Vector3 implements a vector with three real-valued entries.static classVector3.Col<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector3.Col implements a column vector with three real-valued entries.static classVector3.Row<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector3.Row implements a row vector with three real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.def
Classes in org.djunits.vecmat.def with type parameters of type VectorMatrixModifier and TypeClassDescriptionclassVectorMatrix<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, VM extends VectorMatrix<Q, U, VM, SI, H>, SI extends VectorMatrix<SIQuantity, SIUnit, SI, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.classVectorMatrix<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, VM extends VectorMatrix<Q, U, VM, SI, H>, SI extends VectorMatrix<SIQuantity, SIUnit, SI, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.classVectorMatrix<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, VM extends VectorMatrix<Q, U, VM, SI, H>, SI extends VectorMatrix<SIQuantity, SIUnit, SI, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.Subclasses of VectorMatrix in org.djunits.vecmat.defModifier and TypeClassDescriptionclassMatrix<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, M extends Matrix<Q, U, M, SI, H>, SI extends Matrix<SIQuantity, SIUnit, SI, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>> Matrix contains a number of standard operations on matrices of relative quantities.classSquareDenseMatrix<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, M extends SquareDenseMatrix<Q, U, M, SI, H>, SI extends SquareDenseMatrix<SIQuantity, SIUnit, SI, ?, ?>, H extends SquareDenseMatrix<?, ?, ?, ?, ?>> SquareDenseMatrix implements the core functions for a matrix with n x n real-valued entries.classSquareMatrix<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, M extends SquareMatrix<Q, U, M, SI, H>, SI extends SquareMatrix<SIQuantity, SIUnit, SI, ?, ?>, H extends SquareMatrix<?, ?, ?, ?, ?>> SquareMatrix defines a number of operations that can be applied to square matrixes, such as transpose, invert, and determinant.classVector<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, V extends Vector<Q, U, V, SI, H>, SI extends Vector<SIQuantity, SIUnit, SI, ?, ?>, H extends Vector<?, ?, ?, ?, ?>> Vector contains the contract for Vector classes. -
Uses of VectorMatrix in org.djunits.vecmat.dn
Subclasses of VectorMatrix in org.djunits.vecmat.dnModifier and TypeClassDescriptionclassMatrixNxN<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> MatrixNxN implements a square matrix with NxN real-valued entries.classVectorN<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>, V extends VectorN<Q, U, V, SI, H>, SI extends VectorN<SIQuantity, SIUnit, SI, ?, ?>, H extends VectorN<?, ?, ?, ?, ?>> VectorN.java.static classVectorN.Col<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> VectorN.Col implements a column vector with real-valued entries.static classVectorN.Row<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> VectorN.Row implements a row vector with real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.dnxm
Subclasses of VectorMatrix in org.djunits.vecmat.dnxmModifier and TypeClassDescriptionclassMatrixNxM<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> MatrixNxM implements a matrix with NxM real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.table
Subclasses of VectorMatrix in org.djunits.vecmat.tableModifier and TypeClassDescriptionclassQuantityTable<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> QuantityTable is a two-dimensonal table with quantities.