Uses of Class
org.djunits.vecmat.def.VectorMatrix
Packages that use VectorMatrix
Package
Description
1-element vector and matrix classes with a unit.
2-element vector and matrix classes with a unit.
3-element vector and matrix classes with a unit.
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 VectorMatrix in org.djunits.vecmat.d1
Subclasses of VectorMatrix in org.djunits.vecmat.d1 -
Uses of VectorMatrix in org.djunits.vecmat.d2
Subclasses of VectorMatrix in org.djunits.vecmat.d2Modifier and TypeClassDescriptionclassMatrix2x2 implements a matrix with 2x2 real-valued entries.classVector2<Q extends Quantity<Q>,V extends Vector2<Q, V, SI, H, VT>, SI extends Vector2<SIQuantity, SI, ?, ?, ?>, H extends Vector2<?, ?, ?, ?, ?>, VT extends Vector2<Q, VT, ?, ?, V>> Vector2 implements a vector with two real-valued entries.static classVector2.Col<Q extends Quantity<Q>>Vector2.Col implements a column vector with two real-valued entries.static classVector2.Row<Q extends Quantity<Q>>Vector2.Row implements a row vector with two real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.d3
Subclasses of VectorMatrix in org.djunits.vecmat.d3Modifier and TypeClassDescriptionclassMatrix3x3 implements a matrix with 3x3 real-valued entries.classVector3<Q extends Quantity<Q>,V extends Vector3<Q, V, SI, H, VT>, SI extends Vector3<SIQuantity, SI, ?, ?, ?>, H extends Vector3<?, ?, ?, ?, ?>, VT extends Vector3<Q, VT, ?, ?, V>> Vector3 implements a vector with three real-valued entries.static classVector3.Col<Q extends Quantity<Q>>Vector3.Col implements a column vector with three real-valued entries.static classVector3.Row<Q extends Quantity<Q>>Vector3.Row implements a row vector with three real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.def
Classes in org.djunits.vecmat.def with type parameters of type VectorMatrixModifier and TypeClassDescriptionclassAbsVectorMatrix<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>, VMA extends AbsVectorMatrix<A, Q, VMA, VMQ, VMAT>, VMQ extends VectorMatrix<Q, VMQ, ?, ?, ?>, VMAT extends AbsVectorMatrix<A, Q, VMAT, ?, VMA>> AbsVectorMatrix contains a number of standard operations on vectors and matrices of absolute quantities.classVectorMatrix<Q extends Quantity<Q>,VM extends VectorMatrix<Q, VM, SI, H, VMT>, SI extends VectorMatrix<SIQuantity, SI, ?, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>, VMT extends VectorMatrix<Q, VMT, ?, ?, VM>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.classVectorMatrix<Q extends Quantity<Q>,VM extends VectorMatrix<Q, VM, SI, H, VMT>, SI extends VectorMatrix<SIQuantity, SI, ?, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>, VMT extends VectorMatrix<Q, VMT, ?, ?, VM>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.classVectorMatrix<Q extends Quantity<Q>,VM extends VectorMatrix<Q, VM, SI, H, VMT>, SI extends VectorMatrix<SIQuantity, SI, ?, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>, VMT extends VectorMatrix<Q, VMT, ?, ?, VM>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.classVectorMatrix<Q extends Quantity<Q>,VM extends VectorMatrix<Q, VM, SI, H, VMT>, SI extends VectorMatrix<SIQuantity, SI, ?, ?, ?>, H extends VectorMatrix<?, ?, ?, ?, ?>, VMT extends VectorMatrix<Q, VMT, ?, ?, VM>> VectorMatrix contains a number of standard operations on vectors and matrices of relative quantities.Subclasses of VectorMatrix in org.djunits.vecmat.defModifier and TypeClassDescriptionclassMatrix<Q extends Quantity<Q>,M extends Matrix<Q, M, SI, H, MT>, SI extends Matrix<SIQuantity, SI, ?, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>, MT extends Matrix<Q, MT, ?, ?, M>> Matrix contains a number of standard operations on matrices of relative quantities.classSquareDenseMatrix<Q extends Quantity<Q>,M extends SquareDenseMatrix<Q, M, SI, H>, SI extends SquareDenseMatrix<SIQuantity, SI, ?, ?>, H extends SquareDenseMatrix<?, ?, ?, ?>> SquareDenseMatrix implements the core functions for a matrix with n x n real-valued entries.classSquareMatrix<Q extends Quantity<Q>,M extends SquareMatrix<Q, M, SI, H>, SI extends SquareMatrix<SIQuantity, SI, ?, ?>, H extends SquareMatrix<?, ?, ?, ?>> SquareMatrix defines a number of operations that can be applied to square matrixes, such as transpose, invert, and determinant.classTable<Q extends Quantity<Q>,T extends Table<Q, T, SI, H, TT>, SI extends Table<SIQuantity, SI, ?, ?, ?>, H extends Table<?, ?, ?, ?, ?>, TT extends Table<Q, TT, ?, ?, T>> Table contains a number of standard operations on 2-dimensional tables of relative quantities.classVector<Q extends Quantity<Q>,V extends Vector<Q, V, SI, H, VT>, SI extends Vector<SIQuantity, SI, ?, ?, ?>, H extends Vector<?, ?, ?, ?, ?>, VT extends Vector<Q, VT, ?, ?, V>> Vector contains the contract for Vector classes that contain relative quantity values. -
Uses of VectorMatrix in org.djunits.vecmat.dn
Subclasses of VectorMatrix in org.djunits.vecmat.dnModifier and TypeClassDescriptionclassMatrixNxN implements a square matrix with NxN real-valued entries.classVectorN<Q extends Quantity<Q>,V extends VectorN<Q, V, SI, H, VT>, SI extends VectorN<SIQuantity, SI, ?, ?, ?>, H extends VectorN<?, ?, ?, ?, ?>, VT extends VectorN<Q, VT, ?, ?, V>> VectorN.java.static classVectorN.Col<Q extends Quantity<Q>>VectorN.Col implements a column vector with real-valued entries.static classVectorN.Row<Q extends Quantity<Q>>VectorN.Row implements a row vector with real-valued entries. -
Uses of VectorMatrix in org.djunits.vecmat.dnxm
Subclasses of VectorMatrix in org.djunits.vecmat.dnxm -
Uses of VectorMatrix in org.djunits.vecmat.table
Subclasses of VectorMatrix in org.djunits.vecmat.tableModifier and TypeClassDescriptionclassQuantityTable<Q extends Quantity<Q>>QuantityTable is a two-dimensonal table with quantities.