Uses of Class
org.djunits.vecmat.dnxm.MatrixNxM
Packages that use MatrixNxM
Package
Description
Definition classes for vectors and matrices.
Rectangular matrix implementations with dimension NxM.
-
Uses of MatrixNxM in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return MatrixNxMModifier and TypeMethodDescriptionVectorMatrix.asMatrixNxM()Convert this vector or matrix to aMatrixNxM.Multiply this matrix with a MatrixNxM, resulting in a MatrixNxM.Methods in org.djunits.vecmat.def with parameters of type MatrixNxMModifier and TypeMethodDescriptionMultiply this matrix with a MatrixNxM, resulting in a MatrixNxM. -
Uses of MatrixNxM in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return MatrixNxMModifier and TypeMethodDescriptionReturn the matrix 'as' a matrix with a known quantity, using a unit to express the result in.MatrixNxM.instantiateSi(double[] siNew) MatrixNxM.instantiateSi(double[] siNew, SIUnit siUnit) Multiply this vector or matrix with a Matrix1x1, resulting in a MatrixNxM.Multiply this vector or matrix with a Vector1, resulting in a MatrixNxM.Multiply this vector or matrix with a Matrix2x2, resulting in a MatrixNxM.Multiply this vector or matrix with a Matrix3x3, resulting in a MatrixNxM.Multiply this vector or matrix with a MatrixNxM, resulting in a MatrixNxM.Create a new MatrixNxM with a unit, based on a 2-dimensional grid with values in the given unit.Create a new MatrixNxM with a unit, based on a row-major array with values in the given unit.MatrixNxM.of(Q[][] grid) Create a MatrixNxM without needing generics, based on a 2-dimensional grid of quantities.MatrixNxM.of(Q[] data, int rows, int cols) Create a MatrixNxM without needing generics, based on a row-major array of quantities.Create a new MatrixNxM with a unit, based on a 2-dimensional grid with SI-values.Create a MatrixNxM without needing generics, based on a row-major array with SI-values.MatrixNxM.transpose()Return the transposed matrix.Methods in org.djunits.vecmat.dnxm with parameters of type MatrixNxMModifier and TypeMethodDescriptionstatic <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsMatrixNxM<A,Q> Create a AbsMatrixNxM without needing generics, based on a relative matrix.Constructors in org.djunits.vecmat.dnxm with parameters of type MatrixNxM