Uses of Class
org.djunits.vecmat.d2.Vector2.Row
Packages that use Vector2.Row
Package
Description
1-element vector and matrix classes with a unit.
2-element vector and matrix classes with a unit.
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of Vector2.Row in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return Vector2.RowModifier and TypeMethodDescriptionMatrix1x1.multiply(Vector2.Row<?, ?> otherVec) Multiply this matrix with a row vector, resulting in a row vector.Methods in org.djunits.vecmat.d1 with parameters of type Vector2.RowModifier and TypeMethodDescriptionMatrix1x1.multiply(Vector2.Row<?, ?> otherVec) Multiply this matrix with a row vector, resulting in a row vector. -
Uses of Vector2.Row in org.djunits.vecmat.d2
Methods in org.djunits.vecmat.d2 that return Vector2.RowModifier and TypeMethodDescription<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
Vector2.Row<TQ,TU> Vector2.Row.as(TU targetUnit) Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Vector2.Row.divideElements(Vector2.Row<?, ?> other) Matrix2x2.getRowVector(int row) Vector2.Row.getRowVector(int row) Vector2.Row.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector2.Row<Q,U> Vector2.Row.instantiateSi(double xSi, double ySi) Vector2.Row.invertElements()Matrix2x2.mgetRowVector(int mRow) Vector2.Row.mgetRowVector(int mRow) Vector2.Row.multiplyElements(Quantity<?, ?> quantity) Vector2.Row.multiplyElements(Vector2.Row<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Vector2.Row<Q,U> Vector2.Row.of(double xInUnit, double yInUnit, U displayUnit) Create a Vector2 row vector without needing generics.Vector2.Col.transpose()Methods in org.djunits.vecmat.d2 with parameters of type Vector2.RowModifier and TypeMethodDescriptionVector2.Row.divideElements(Vector2.Row<?, ?> other) Vector2.Col.multiply(Vector2.Row<?, ?> otherVec) Multiply this column vector with a row vector, resulting in a square matrix.Vector2.Row.multiplyElements(Vector2.Row<?, ?> other) -
Uses of Vector2.Row in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return Vector2.RowModifier and TypeMethodDescriptionVectorN.Row.asVector2Row()Return this matrix as a 2-element row vector. -
Uses of Vector2.Row in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return Vector2.RowModifier and TypeMethodDescriptionMatrixNxM.asVector2Row()Return this matrix as a 2-element row vector. -
Uses of Vector2.Row in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return Vector2.RowModifier and TypeMethodDescriptionQuantityTable.asVector2Row()Convert this QuantityTable to a 2-element row vector.