Uses of Interface
org.djunits.vecmat.operations.VectorTransposable
Packages that use VectorTransposable
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.
Square vector and matrix implementations with dimension N.
-
Uses of VectorTransposable in org.djunits.vecmat.d1
Classes in org.djunits.vecmat.d1 that implement VectorTransposableModifier and TypeClassDescriptionclassVector1<Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>> Vector1 implements a vector with one real-valued entry. -
Uses of VectorTransposable in org.djunits.vecmat.d2
Classes in org.djunits.vecmat.d2 that implement VectorTransposableModifier and TypeClassDescriptionstatic 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 VectorTransposable in org.djunits.vecmat.d3
Classes in org.djunits.vecmat.d3 that implement VectorTransposableModifier and TypeClassDescriptionstatic 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 VectorTransposable in org.djunits.vecmat.dn
Classes in org.djunits.vecmat.dn that implement VectorTransposableModifier and TypeClassDescriptionstatic 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.