Uses of Class
org.djunits.vecmat.d2.Vector2.Col
Packages that use Vector2.Col
Package
Description
2-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
Rectangular matrix implementations with dimension NxM.
-
Uses of Vector2.Col in org.djunits.vecmat.d2
Methods in org.djunits.vecmat.d2 that return Vector2.ColModifier and TypeMethodDescription<TQ extends Quantity<TQ>>
Vector2.Col<TQ>Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Matrix2x2.getColumnVector(int col) Matrix2x2.getDiagonalVector()Vector2.Col.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector2.Col<Q>Vector2.Col.instantiateSi(double xSi, double ySi) Matrix2x2.mgetColumnVector(int mCol) Matrix2x2.multiply(Vector2.Col<?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.Multiply this row vector with a matrix, resulting in a column vector.Vector2.Col.multiplyEntries(Quantity<?> quantity) static <Q extends Quantity<Q>>
Vector2.Col<Q>Create a Vector2.Col without needing generics.static <Q extends Quantity<Q>>
Vector2.Col<Q>Create a Vector2.Col without needing generics.static <Q extends Quantity<Q>>
Vector2.Col<Q>Vector2.Col.of(Q[] data) Create a Vector2.Col without needing generics.static <Q extends Quantity<Q>>
Vector2.Col<Q>Vector2.Col.of(Q x, Q y) Create a Vector2.Col without needing generics.static <Q extends Quantity<Q>>
Vector2.Col<Q>Create a Vector2.Col without needing generics.static <Q extends Quantity<Q>>
Vector2.Col<Q>Create a Vector2.Col without needing generics.Vector2.Row.transpose()Methods in org.djunits.vecmat.d2 with parameters of type Vector2.ColModifier and TypeMethodDescriptionAbsVector2.Col.instantiate(Vector2.Col<Q> relativeVector, Reference<?, A, Q> reference) Matrix2x2.multiply(Vector2.Col<?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.Vector2.Row.multiply(Vector2.Col<?> otherVec) Multiply this row vector with a column vector, resulting in a scalar quantity.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Col<A,Q> AbsVector2.Col.of(Vector2.Col<Q> relativeVector, R reference) Create an AbsVector2.Col without needing generics.Constructors in org.djunits.vecmat.d2 with parameters of type Vector2.Col -
Uses of Vector2.Col in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Vector2.ColModifier and TypeMethodDescriptionVectorMatrix.asVector2Col()Return this vector, matrix or table as a 2-element column vector. -
Uses of Vector2.Col in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm with parameters of type Vector2.ColModifier and TypeMethodDescriptionMatrixNxM.multiply(Vector2.Col<?> vector) Multiply this vector or matrix with a Vector2.Col, resulting in a Vector2.Col.