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