Uses of Class
org.djunits.vecmat.dn.MatrixNxN
Packages that use MatrixNxN
Package
Description
Definition classes for vectors and matrices.
Square matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
-
Uses of MatrixNxN in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return MatrixNxNModifier and TypeMethodDescriptionVectorMatrix.asMatrixNxN()Convert this vector, matrix or table to aMatrixNxN. -
Uses of MatrixNxN in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return MatrixNxNModifier and TypeMethodDescriptionMatrixNxN.adjugate()Return the matrix "as" a matrix with a known quantity, using a unit to express the result in.MatrixNxN.divideEntries(MatrixNxN<?> other) MatrixNxN.instantiateSi(double[] siNew) MatrixNxN.instantiateSi(double[] siNew, SIUnit siUnit) MatrixNxN.inverse()MatrixNxN.invertEntries()Multiply this matrix with another matrix using matrix multiplication and return the result.MatrixNxN.multiplyEntries(Quantity<?> quantity) MatrixNxN.multiplyEntries(MatrixNxN<?> other) Create a new MatrixNxN with a unit, based on a 2-dimensional grid with values in the given unit.Create a new MatrixNxN with a unit, based on a row-major array with values in the given unit.MatrixNxN.of(Q[] data) Create a MatrixNxN without needing generics, based on a row-major array of quantities.MatrixNxN.of(Q[][] grid) Create a MatrixNxN without needing generics, based on a 2-dimensional grid of quantities.Create a new MatrixNxN with a unit, based on a 2-dimensional grid with SI-values.Create a MatrixNxN without needing generics, based on a row-major array with SI-values.Methods in org.djunits.vecmat.dn with parameters of type MatrixNxNModifier and TypeMethodDescriptionMatrixNxN.divideEntries(MatrixNxN<?> other) Multiply this matrix with another matrix using matrix multiplication and return the result.MatrixNxN.multiplyEntries(MatrixNxN<?> other) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsMatrixNxN<A,Q> Create an AbsMatrixNxN without needing generics.Constructors in org.djunits.vecmat.dn with parameters of type MatrixNxN -
Uses of MatrixNxN in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm with parameters of type MatrixNxNModifier and TypeMethodDescriptionMultiply this vector or matrix with a MatrixNxM, resulting in a MatrixNxM.