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