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.
Definition classes for vectors and matrices.
Rectangular matrix implementations with dimension NxM.
-
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>>
Vector3.Col<TQ>Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Vector3.Col.divideEntries(Vector3.Col<?> other) Matrix3x3.getColumnVector(int col) Matrix3x3.getDiagonalVector()Vector3.Col.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector3.Col<Q>Vector3.Col.instantiateSi(double xSi, double ySi, double zSi) Vector3.Col.invertEntries()Matrix3x3.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.multiplyEntries(Quantity<?> quantity) Vector3.Col.multiplyEntries(Vector3.Col<?> other) static <Q extends Quantity<Q>>
Vector3.Col<Q>Create a Vector3.Col without needing generics.static <Q extends Quantity<Q>>
Vector3.Col<Q>Create a Vector3.Col without needing generics.static <Q extends Quantity<Q>>
Vector3.Col<Q>Vector3.Col.of(Q[] data) Create a Vector3.Col without needing generics.static <Q extends Quantity<Q>>
Vector3.Col<Q>Vector3.Col.of(Q x, Q y, Q z) Create a Vector3.Col without needing generics.static <Q extends Quantity<Q>>
Vector3.Col<Q>Create a Vector3.Col without needing generics.static <Q extends Quantity<Q>>
Vector3.Col<Q>Create a Vector3.Col without needing generics.Vector3.Row.transpose()Methods in org.djunits.vecmat.d3 with parameters of type Vector3.ColModifier and TypeMethodDescriptionVector3.Col.divideEntries(Vector3.Col<?> other) AbsVector3.Col.instantiate(Vector3.Col<Q> relativeVector, Reference<?, A, Q> reference) 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.multiplyEntries(Vector3.Col<?> other) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> AbsVector3.Col.of(Vector3.Col<Q> relativeVector, R reference) Create an AbsVector3.Col without needing generics.Constructors in org.djunits.vecmat.d3 with parameters of type Vector3.Col -
Uses of Vector3.Col in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Vector3.ColModifier and TypeMethodDescriptionVectorMatrix.asVector3Col()Return this vector, matrix or table as a 3-element column vector. -
Uses of Vector3.Col in org.djunits.vecmat.dnxm
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.