Uses of Class
org.djunits.vecmat.dn.MatrixNxN
Packages that use MatrixNxN
Package
Description
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of MatrixNxN in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return MatrixNxNModifier and TypeMethodDescriptionMatrixNxN.adjugate()<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
MatrixNxN<TQ,TU> MatrixNxN.as(TU targetUnit) Return the matrix "as" a matrix with a known quantity, using a unit to express the result in.MatrixNxN.divideElements(MatrixNxN<?, ?> other) MatrixNxN.instantiateSi(double[] siNew) MatrixNxN.instantiateSi(double[] siNew, SIUnit siUnit) MatrixNxN.inverse()MatrixNxN.invertElements()Multiply this matrix with another matrix using matrix multiplication and return the result.MatrixNxN.multiplyElements(Quantity<?, ?> quantity) MatrixNxN.multiplyElements(MatrixNxN<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
MatrixNxN<Q,U> MatrixNxN.of(double[][] valueGridInUnit, U displayUnit) Create a new MatrixNxN with a unit, based on a 2-dimensional grid.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
MatrixNxN<Q,U> MatrixNxN.of(double[] valueArrayInUnit, U displayUnit) Create a new MatrixNxN with a unit, based on a 1-dimensional array.Methods in org.djunits.vecmat.dn with parameters of type MatrixNxNModifier and TypeMethodDescriptionMatrixNxN.divideElements(MatrixNxN<?, ?> other) Multiply this matrix with another matrix using matrix multiplication and return the result.MatrixNxN.multiplyElements(MatrixNxN<?, ?> other) -
Uses of MatrixNxN in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return MatrixNxNMethods in org.djunits.vecmat.dnxm with parameters of type MatrixNxNModifier and TypeMethodDescriptionMultiply this vector or matrix with a MatrixNxM, resulting in a MatrixNxM. -
Uses of MatrixNxN in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return MatrixNxNModifier and TypeMethodDescriptionQuantityTable.asMatrixNxN()Convert this QuantityTable to aMatrixNxN.