Uses of Class
org.djunits.vecmat.d2.Matrix2x2
Packages that use Matrix2x2
Package
Description
2-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 Matrix2x2 in org.djunits.vecmat.d2
Methods in org.djunits.vecmat.d2 that return Matrix2x2Modifier and TypeMethodDescriptionMatrix2x2.adjugate()<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
Matrix2x2<TQ,TU> Matrix2x2.as(TU targetUnit) Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.Matrix2x2.divideElements(Matrix2x2<?, ?> other) Matrix2x2.instantiateSi(double[] siNew) Matrix2x2.instantiateSi(double[] siNew, SIUnit siUnit) Matrix2x2.inverse()Matrix2x2.invertElements()Multiply this matrix with another matrix using matrix multiplication and return the result.Vector2.Col.multiply(Vector2.Row<?, ?> otherVec) Multiply this column vector with a row vector, resulting in a square matrix.Matrix2x2.multiplyElements(Quantity<?, ?> quantity) Matrix2x2.multiplyElements(Matrix2x2<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Matrix2x2<Q,U> Matrix2x2.of(double[][] gridInUnit, U displayUnit) Create a new Matrix2x2 with a unit, based on a 2-dimensional grid.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Matrix2x2<Q,U> Matrix2x2.of(double[] arrayInUnit, U displayUnit) Create a new Matrix2x2 with a unit, based on a 1-dimensional array.Methods in org.djunits.vecmat.d2 with parameters of type Matrix2x2Modifier and TypeMethodDescriptionMatrix2x2.divideElements(Matrix2x2<?, ?> other) Multiply this matrix with another matrix using matrix multiplication and return the result.Multiply this row vector with a matrix, resulting in a column vector.Matrix2x2.multiplyElements(Matrix2x2<?, ?> other) -
Uses of Matrix2x2 in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return Matrix2x2 -
Uses of Matrix2x2 in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return Matrix2x2Methods in org.djunits.vecmat.dnxm with parameters of type Matrix2x2Modifier and TypeMethodDescriptionMultiply this vector or matrix with a Matrix2x2, resulting in a MatrixNxM. -
Uses of Matrix2x2 in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return Matrix2x2Modifier and TypeMethodDescriptionQuantityTable.asMatrix2x2()Convert this QuantityTable to aMatrix2x2.