Uses of Class
org.djunits.vecmat.d2.Matrix2x2
Packages that use Matrix2x2
Package
Description
2-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.
-
Uses of Matrix2x2 in org.djunits.vecmat.d2
Methods in org.djunits.vecmat.d2 that return Matrix2x2Modifier and TypeMethodDescriptionMatrix2x2.adjugate()Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.Matrix2x2.divideEntries(Matrix2x2<?> other) Matrix2x2.instantiateSi(double[] siNew) Matrix2x2.instantiateSi(double[] siNew, SIUnit siUnit) Matrix2x2.inverse()Matrix2x2.invertEntries()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.multiplyEntries(Quantity<?> quantity) Matrix2x2.multiplyEntries(Matrix2x2<?> other) Create a new Matrix2x2 with a unit, based on a 2-dimensional grid with values in the given unit.Create a new Matrix2x2 with a unit, based on a row-major array with values in the given unit.Matrix2x2.of(Q[] data) Create a Matrix2x2 without needing generics, based on a row-major array of quantities.Matrix2x2.of(Q[][] grid) Create a Matrix2x2 without needing generics, based on a 2-dimensional grid of quantities.Create a new Matrix2x2 with a unit, based on a 2-dimensional grid with SI-values.Create a Matrix2x2 without needing generics, based on a row-major array with SI-values.Methods in org.djunits.vecmat.d2 with parameters of type Matrix2x2Modifier and TypeMethodDescriptionMatrix2x2.divideEntries(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.multiplyEntries(Matrix2x2<?> other) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsMatrix2x2<A,Q> Create an AbsMatrix2x2 without needing generics.Constructors in org.djunits.vecmat.d2 with parameters of type Matrix2x2 -
Uses of Matrix2x2 in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Matrix2x2Modifier and TypeMethodDescriptionVectorMatrix.asMatrix2x2()Convert this vector, matrix or table to aMatrix2x2. -
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 with parameters of type Matrix2x2Modifier and TypeMethodDescriptionMultiply this vector or matrix with a Matrix2x2, resulting in a MatrixNxM.