Uses of Class
org.djunits.vecmat.dn.VectorN.Col
Packages that use VectorN.Col
Package
Description
Definition classes for vectors and matrices.
Square matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of VectorN.Col in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return VectorN.ColModifier and TypeMethodDescriptionVectorMatrix.asVectorNCol()Convert this vector, matrix or table to an N-element column vector. -
Uses of VectorN.Col in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return VectorN.ColModifier and TypeMethodDescription<TQ extends Quantity<TQ>>
VectorN.Col<TQ>Return the vector 'as' a vector with a known quantity, using a unit to express the result in.VectorN.Col.divideEntries(VectorN.Col<?> other) MatrixNxN.getColumnVector(int col) MatrixNxN.getDiagonalVector()VectorN.Col.instantiateSi(double[] data) VectorN.Col.instantiateSi(double[] siNew, SIUnit siUnit) VectorN.Col.invertEntries()MatrixNxN.mgetColumnVector(int mCol) MatrixNxN.multiply(VectorN.Col<?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.VectorN.Col.multiplyEntries(Quantity<?> quantity) VectorN.Col.multiplyEntries(VectorN.Col<?> other) static <Q extends Quantity<Q>>
VectorN.Col<Q>Create a new column VectorN with a unit, based on a double[] array that contains data in the given unit.static <Q extends Quantity<Q>>
VectorN.Col<Q>Create a new column VectorN with a unit, based on a quantity list that contains data.static <Q extends Quantity<Q>>
VectorN.Col<Q>VectorN.Col.of(Q[] data) Create a new column VectorN with a unit, based on a quantity array that contains data.static <Q extends Quantity<Q>>
VectorN.Col<Q>Create a new column VectorN with a unit, based on a double[] array that contains SI data.static <Q extends Quantity<Q>>
VectorN.Col<Q>VectorN.Col.ofSi(DataGridSi<?> dataSi, Unit<?, Q> displayUnit) Create a new column VectorN with a unit, based on a DataGridSi storage object that contains SI data.VectorN.Row.transpose()Methods in org.djunits.vecmat.dn with parameters of type VectorN.ColModifier and TypeMethodDescriptionVectorN.Col.divideEntries(VectorN.Col<?> other) AbsVectorN.Col.instantiate(VectorN.Col<Q> relativeVector, Reference<?, A, Q> reference) MatrixNxN.multiply(VectorN.Col<?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.VectorN.Col.multiplyEntries(VectorN.Col<?> other) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Col<A,Q> AbsVectorN.Col.of(VectorN.Col<Q> relativeVector, R reference) Create an AbsVectorN.Col without needing generics.Constructors in org.djunits.vecmat.dn with parameters of type VectorN.Col -
Uses of VectorN.Col in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return VectorN.ColModifier and TypeMethodDescriptionMatrixNxM.getColumnVector(int col) MatrixNxM.mgetColumnVector(int mCol) MatrixNxM.multiply(Vector2.Col<?> vector) Multiply this vector or matrix with a Vector2.Col, resulting in a Vector2.Col.MatrixNxM.multiply(Vector3.Col<?> vector) Multiply this vector or matrix with a Vector3.Col, resulting in a Vector3.Col.MatrixNxM.multiply(VectorN.Col<?> vector) Multiply this vector or matrix with a VectorN.Col, resulting in a VectorN.Col.Methods in org.djunits.vecmat.dnxm with parameters of type VectorN.ColModifier and TypeMethodDescriptionMatrixNxM.multiply(VectorN.Col<?> vector) Multiply this vector or matrix with a VectorN.Col, resulting in a VectorN.Col. -
Uses of VectorN.Col in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return VectorN.ColModifier and TypeMethodDescriptionQuantityTable.getColumnVector(int col) QuantityTable.mgetColumnVector(int mCol)