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.
Definition classes for vectors and matrices.
-
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>>
Vector2.Row<TQ>Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Vector2.Row.divideEntries(Vector2.Row<?> other) Matrix2x2.getRowVector(int row) Vector2.Row.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector2.Row<Q>Vector2.Row.instantiateSi(double xSi, double ySi) Vector2.Row.invertEntries()Matrix2x2.mgetRowVector(int mRow) Vector2.Row.multiplyEntries(Quantity<?> quantity) Vector2.Row.multiplyEntries(Vector2.Row<?> other) static <Q extends Quantity<Q>>
Vector2.Row<Q>Create a Vector2.Row without needing generics.static <Q extends Quantity<Q>>
Vector2.Row<Q>Create a Vector2.Row without needing generics.static <Q extends Quantity<Q>>
Vector2.Row<Q>Vector2.Row.of(Q[] data) Create a Vector2.Row without needing generics.static <Q extends Quantity<Q>>
Vector2.Row<Q>Vector2.Row.of(Q x, Q y) Create a Vector2.Row without needing generics.static <Q extends Quantity<Q>>
Vector2.Row<Q>Create a Vector2.Row without needing generics.static <Q extends Quantity<Q>>
Vector2.Row<Q>Create a Vector2.Row without needing generics.Vector2.Col.transpose()Methods in org.djunits.vecmat.d2 with parameters of type Vector2.RowModifier and TypeMethodDescriptionVector2.Row.divideEntries(Vector2.Row<?> other) AbsVector2.Row.instantiate(Vector2.Row<Q> relativeVector, Reference<?, A, Q> reference) Vector2.Col.multiply(Vector2.Row<?> otherVec) Multiply this column vector with a row vector, resulting in a square matrix.Vector2.Row.multiplyEntries(Vector2.Row<?> other) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> AbsVector2.Row.of(Vector2.Row<Q> relativeVector, R reference) Create an AbsVector2.Row without needing generics.Constructors in org.djunits.vecmat.d2 with parameters of type Vector2.Row -
Uses of Vector2.Row in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Vector2.RowModifier and TypeMethodDescriptionVectorMatrix.asVector2Row()Return this vector, matrix or table as a 2-element row vector.