Uses of Interface
org.djunits.vecmat.def.AbsVector.Col
Packages that use AbsVector.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 AbsVector.Col in org.djunits.vecmat.d2
Classes in org.djunits.vecmat.d2 that implement AbsVector.ColModifier and TypeClassDescriptionstatic classAbsVector2.Col<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> Column vector for AbsVector2 with absolute quantities. -
Uses of AbsVector.Col in org.djunits.vecmat.d3
Classes in org.djunits.vecmat.d3 that implement AbsVector.ColModifier and TypeClassDescriptionstatic classAbsVector3.Col<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> Column vector for AbsVector3 with absolute quantities. -
Uses of AbsVector.Col in org.djunits.vecmat.dn
Classes in org.djunits.vecmat.dn that implement AbsVector.ColModifier and TypeClassDescriptionstatic classAbsVectorN.Col<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> Column vector for AbsVectorN with absolute quantities.