Uses of Class
org.djunits.vecmat.def.Vector
Packages that use Vector
Package
Description
Methods to format quantity-related values for display.
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.
-
Uses of Vector in org.djunits.formatter
Methods in org.djunits.formatter that return VectorModifier and TypeMethodDescription(package private) Vector<?,?, ?, ?, ?> VectorFormatter.vector()Return the value as a vector.Methods in org.djunits.formatter with parameters of type VectorModifier and TypeMethodDescriptionstatic StringVectorFormatter.format(Vector<?, ?, ?, ?, ?> vector, VectorFormat<?> vectorFormat) Format a vector according to a number of vector format settings.Constructors in org.djunits.formatter with parameters of type VectorModifierConstructorDescription(package private)VectorFormatter(Vector<?, ?, ?, ?, ?> vector, VectorFormatContext ctx) -
Uses of Vector in org.djunits.vecmat.d1
Subclasses of Vector in org.djunits.vecmat.d1 -
Uses of Vector in org.djunits.vecmat.d2
Subclasses of Vector in org.djunits.vecmat.d2Modifier and TypeClassDescriptionclassVector2<Q extends Quantity<Q>,V extends Vector2<Q, V, SI, H, VT>, SI extends Vector2<SIQuantity, SI, ?, ?, ?>, H extends Vector2<?, ?, ?, ?, ?>, VT extends Vector2<Q, VT, ?, ?, V>> Vector2 implements a vector with two real-valued entries.static classVector2.Col<Q extends Quantity<Q>>Vector2.Col implements a column vector with two real-valued entries.static classVector2.Row<Q extends Quantity<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>,V extends Vector3<Q, V, SI, H, VT>, SI extends Vector3<SIQuantity, SI, ?, ?, ?>, H extends Vector3<?, ?, ?, ?, ?>, VT extends Vector3<Q, VT, ?, ?, V>> Vector3 implements a vector with three real-valued entries.static classVector3.Col<Q extends Quantity<Q>>Vector3.Col implements a column vector with three real-valued entries.static classVector3.Row<Q extends Quantity<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 TypeClassDescriptionclassAbsVector<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>, VA extends AbsVector<A, Q, VA, VQ, VAT>, VQ extends Vector<Q, VQ, ?, ?, ?>, VAT extends AbsVector<A, Q, VAT, ?, VA>> AbsVector contains the contract for Vector classes with absolute values.classVector<Q extends Quantity<Q>,V extends Vector<Q, V, SI, H, VT>, SI extends Vector<SIQuantity, SI, ?, ?, ?>, H extends Vector<?, ?, ?, ?, ?>, VT extends Vector<Q, VT, ?, ?, V>> Vector contains the contract for Vector classes that contain relative quantity values.classVector<Q extends Quantity<Q>,V extends Vector<Q, V, SI, H, VT>, SI extends Vector<SIQuantity, SI, ?, ?, ?>, H extends Vector<?, ?, ?, ?, ?>, VT extends Vector<Q, VT, ?, ?, V>> Vector contains the contract for Vector classes that contain relative quantity values.classVector<Q extends Quantity<Q>,V extends Vector<Q, V, SI, H, VT>, SI extends Vector<SIQuantity, SI, ?, ?, ?>, H extends Vector<?, ?, ?, ?, ?>, VT extends Vector<Q, VT, ?, ?, V>> Vector contains the contract for Vector classes that contain relative quantity values.classVector<Q extends Quantity<Q>,V extends Vector<Q, V, SI, H, VT>, SI extends Vector<SIQuantity, SI, ?, ?, ?>, H extends Vector<?, ?, ?, ?, ?>, VT extends Vector<Q, VT, ?, ?, V>> Vector contains the contract for Vector classes that contain relative quantity values.Methods in org.djunits.vecmat.def that return VectorModifier and TypeMethodDescriptionTable.getColumnVector(int col) Return a quantity column (0-based) from the table or matrix.SquareMatrix.getDiagonalVector()Retrieve the main diagonal of the matrix as a column vector.Table.getRowVector(int row) Return a quantity row (0-based) from the table or matrix.Table.mgetColumnVector(int mCol) Return a quantity column (1-based) from the table or matrix.Table.mgetRowVector(int mRow) Return a quantity row (1-based) from the table or matrix.Methods in org.djunits.vecmat.def with parameters of type VectorModifier and TypeMethodDescriptionprotected voidVectorMatrix.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>,V extends VectorN<Q, V, SI, H, VT>, SI extends VectorN<SIQuantity, SI, ?, ?, ?>, H extends VectorN<?, ?, ?, ?, ?>, VT extends VectorN<Q, VT, ?, ?, V>> VectorN.java.static classVectorN.Col<Q extends Quantity<Q>>VectorN.Col implements a column vector with real-valued entries.static classVectorN.Row<Q extends Quantity<Q>>VectorN.Row implements a row vector with real-valued entries.