Uses of Interface
org.djunits.vecmat.def.Vector.Col
Packages that use Vector.Col
Package
Description
2-element vector and matrix classes with a unit.
3-element vector and matrix classes with a unit.
Square matrix implementations with dimension N.
-
Uses of Vector.Col in org.djunits.vecmat.d2
Classes in org.djunits.vecmat.d2 that implement Vector.ColModifier and TypeClassDescriptionstatic classVector2.Col<Q extends Quantity<Q>>Vector2.Col implements a column vector with two real-valued entries. -
Uses of Vector.Col in org.djunits.vecmat.d3
Classes in org.djunits.vecmat.d3 that implement Vector.ColModifier and TypeClassDescriptionstatic classVector3.Col<Q extends Quantity<Q>>Vector3.Col implements a column vector with three real-valued entries. -
Uses of Vector.Col in org.djunits.vecmat.dn
Classes in org.djunits.vecmat.dn that implement Vector.ColModifier and TypeClassDescriptionstatic classVectorN.Col<Q extends Quantity<Q>>VectorN.Col implements a column vector with real-valued entries.