Uses of Class
org.djunits.vecmat.dn.VectorN.Col
Packages that use VectorN.Col
Package
Description
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
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,TU>, TU extends UnitInterface<TU, TQ>>
VectorN.Col<TQ,TU> VectorN.Col.as(TU targetUnit) Return the vector 'as' a vector with a known quantity, using a unit to express the result in.VectorN.Col.divideElements(VectorN.Col<?, ?> other) MatrixNxN.getColumnVector(int col) VectorN.Col.getColumnVector(int col) MatrixNxN.getDiagonalVector()VectorN.Col.instantiateSi(double[] data) VectorN.Col.instantiateSi(double[] siNew, SIUnit siUnit) VectorN.Col.invertElements()MatrixNxN.mgetColumnVector(int mCol) VectorN.Col.mgetColumnVector(int mCol) MatrixNxN.multiply(VectorN.Col<?, ?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.VectorN.Col.multiplyElements(Quantity<?, ?> quantity) VectorN.Col.multiplyElements(VectorN.Col<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Col<Q,U> VectorN.Col.of(double[] data, U unit) 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,U>, U extends UnitInterface<U, Q>>
VectorN.Col<Q,U> Create a new column VectorN with a unit, based on a quantity list that contains data.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Col<Q,U> VectorN.Col.of(Q[] data, U displayUnit) Create a new column VectorN with a unit, based on a quantity array that contains data.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Col<Q,U> VectorN.Col.ofSi(double[] dataSi, U displayUnit) Create a new column VectorN with a unit, based on a double[] array that contains SI data.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Col<Q,U> VectorN.Col.ofSi(DataGridSi<?> dataSi, U 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.divideElements(VectorN.Col<?, ?> other) MatrixNxN.multiply(VectorN.Col<?, ?> otherVec) Multiply this matrix with a column vector, resulting in a column vector.VectorN.Col.multiplyElements(VectorN.Col<?, ?> other) -
Uses of VectorN.Col in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return VectorN.ColModifier and TypeMethodDescriptionMatrixNxM.asVectorNCol()Return this matrix as an N-element column vector.MatrixNxM.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.asVectorNCol()Convert this QuantityTable to an N-element column vector.QuantityTable.getColumnVector(int col) QuantityTable.mgetColumnVector(int mCol)