Uses of Class
org.djunits.vecmat.def.Vector
Packages that use Vector
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.
-
Uses of Vector in org.djunits.vecmat.d1
Subclasses of Vector in org.djunits.vecmat.d1Modifier and TypeClassDescriptionclassVector1<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector1 implements a vector with one real-valued entry. -
Uses of Vector in org.djunits.vecmat.d2
Subclasses of Vector in org.djunits.vecmat.d2Modifier and TypeClassDescriptionclassVector2<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 Vector in org.djunits.vecmat.d3
Subclasses of Vector in org.djunits.vecmat.d3Modifier and TypeClassDescriptionclassVector3<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 Vector in org.djunits.vecmat.def
Classes in org.djunits.vecmat.def with type parameters of type VectorModifier and TypeClassDescriptionclassVector<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.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.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.Methods in org.djunits.vecmat.def that return VectorModifier and TypeMethodDescriptionVectorMatrix.getColumnVector(int col) Return a quantity column (0-based) from the vector or matrix.SquareMatrix.getDiagonalVector()Retrieve the main diagonal of the matrix as a column vector.VectorMatrix.getRowVector(int row) Return a quantity row (0-based) from the vector or matrix.VectorMatrix.mgetColumnVector(int mCol) Return a quantity column (1-based) from the vector or matrix.VectorMatrix.mgetRowVector(int mRow) Return a quantity row (1-based) from the vector or matrix.Methods in org.djunits.vecmat.def with parameters of type VectorModifier and TypeMethodDescriptionprotected voidMatrix.checkMultiply(Vector<?, ?, ?, ?, ?> vector) Check if the multiplication with the other matrix is valid. -
Uses of Vector in org.djunits.vecmat.dn
Subclasses of Vector in org.djunits.vecmat.dnModifier and TypeClassDescriptionclassVectorN<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.