Uses of Class
org.djunits.vecmat.d3.Vector3.Col
Packages that use Vector3.Col
Package
Description
3-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 Vector3.Col in org.djunits.vecmat.d3
Methods in org.djunits.vecmat.d3 that return Vector3.ColModifier and TypeMethodDescription<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
Vector3.Col<TQ,TU> Vector3.Col.as(TU targetUnit) Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Vector3.Col.divideElements(Vector3.Col<?, ?> other) Matrix3x3.getColumnVector(int col) Vector3.Col.getColumnVector(int col) Matrix3x3.getDiagonalVector()Vector3.Col.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector3.Col<Q,U> Vector3.Col.instantiateSi(double xSi, double ySi, double zSi) Vector3.Col.invertElements()Matrix3x3.mgetColumnVector(int mCol) Vector3.Col.mgetColumnVector(int mCol) Matrix3x3.multiply(Vector3.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.Vector3.Col.multiplyElements(Quantity<?, ?> quantity) Vector3.Col.multiplyElements(Vector3.Col<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Vector3.Col<Q,U> Vector3.Col.of(double xInUnit, double yInUnit, double zInUnit, U displayUnit) Create a Vector3 column vector without needing generics.Vector3.Row.transpose()Methods in org.djunits.vecmat.d3 with parameters of type Vector3.ColModifier and TypeMethodDescriptionVector3.Col.divideElements(Vector3.Col<?, ?> other) Matrix3x3.multiply(Vector3.Col<?, ?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.Vector3.Row.multiply(Vector3.Col<?, ?> otherVec) Multiply this row vector with a column vector, resulting in a scalar quantity.Vector3.Col.multiplyElements(Vector3.Col<?, ?> other) -
Uses of Vector3.Col in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return Vector3.ColModifier and TypeMethodDescriptionVectorN.Col.asVector3Col()Return this matrix as a 3-element column vector. -
Uses of Vector3.Col in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return Vector3.ColModifier and TypeMethodDescriptionMatrixNxM.asVector3Col()Return this matrix as a 3-element column vector.Methods in org.djunits.vecmat.dnxm with parameters of type Vector3.ColModifier and TypeMethodDescriptionMatrixNxM.multiply(Vector3.Col<?, ?> vector) Multiply this vector or matrix with a Vector3.Col, resulting in a Vector3.Col. -
Uses of Vector3.Col in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return Vector3.ColModifier and TypeMethodDescriptionQuantityTable.asVector3Col()Convert this QuantityTable to a 3-element column vector.