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.
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
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,TU>, TU extends UnitInterface<TU, TQ>>
Vector2.Col<TQ,TU> Vector2.Col.as(TU targetUnit) Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Matrix2x2.getColumnVector(int col) Vector2.Col.getColumnVector(int col) Matrix2x2.getDiagonalVector()Vector2.Col.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector2.Col<Q,U> Vector2.Col.instantiateSi(double xSi, double ySi) Matrix2x2.mgetColumnVector(int mCol) Vector2.Col.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.multiplyElements(Quantity<?, ?> quantity) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Vector2.Col<Q,U> Vector2.Col.of(double xInUnit, double yInUnit, U displayUnit) Create a Vector2 column vector without needing generics.Vector2.Row.transpose()Methods in org.djunits.vecmat.d2 with parameters of type Vector2.ColModifier and TypeMethodDescriptionMatrix2x2.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. -
Uses of Vector2.Col in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return Vector2.ColModifier and TypeMethodDescriptionVectorN.Col.asVector2Col()Return this matrix as a 2-element column vector. -
Uses of Vector2.Col in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return Vector2.ColModifier and TypeMethodDescriptionMatrixNxM.asVector2Col()Return this matrix as a 2-element column vector.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. -
Uses of Vector2.Col in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return Vector2.ColModifier and TypeMethodDescriptionQuantityTable.asVector2Col()Convert this QuantityTable to a 2-element column vector.