Uses of Class
org.djunits.vecmat.def.Matrix
Packages that use Matrix
Package
Description
Methods to format quantity-related values for display.
1-element vector and matrix classes with a unit.
2-element vector and matrix classes with a unit.
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 Matrix in org.djunits.formatter
Methods in org.djunits.formatter that return MatrixModifier and TypeMethodDescription(package private) Matrix<?,?, ?, ?, ?> MatrixFormatter.matrix()Return the value as a matrix (or matrix).Methods in org.djunits.formatter with parameters of type MatrixModifier and TypeMethodDescriptionstatic StringMatrixFormatter.format(Matrix<?, ?, ?, ?, ?> matrix, MatrixFormat matrixFormat) Format a matrix according to a number of MatrixFormat settings.Constructors in org.djunits.formatter with parameters of type MatrixModifierConstructorDescription(package private)MatrixFormatter(Matrix<?, ?, ?, ?, ?> matrix, MatrixFormatContext ctx) -
Uses of Matrix in org.djunits.vecmat.d1
Subclasses of Matrix in org.djunits.vecmat.d1 -
Uses of Matrix in org.djunits.vecmat.d2
Subclasses of Matrix in org.djunits.vecmat.d2 -
Uses of Matrix in org.djunits.vecmat.d3
Subclasses of Matrix in org.djunits.vecmat.d3 -
Uses of Matrix in org.djunits.vecmat.def
Classes in org.djunits.vecmat.def with type parameters of type MatrixModifier and TypeClassDescriptionclassAbsMatrix<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>, MA extends AbsMatrix<A, Q, MA, MQ, MAT>, MQ extends Matrix<Q, MQ, ?, ?, ?>, MAT extends AbsMatrix<A, Q, MAT, ?, MA>> AbsMatrix contains a number of standard operations on matrices that contain absolute quantities.classMatrix<Q extends Quantity<Q>,M extends Matrix<Q, M, SI, H, MT>, SI extends Matrix<SIQuantity, SI, ?, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>, MT extends Matrix<Q, MT, ?, ?, M>> Matrix contains a number of standard operations on matrices of relative quantities.classMatrix<Q extends Quantity<Q>,M extends Matrix<Q, M, SI, H, MT>, SI extends Matrix<SIQuantity, SI, ?, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>, MT extends Matrix<Q, MT, ?, ?, M>> Matrix contains a number of standard operations on matrices of relative quantities.classMatrix<Q extends Quantity<Q>,M extends Matrix<Q, M, SI, H, MT>, SI extends Matrix<SIQuantity, SI, ?, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>, MT extends Matrix<Q, MT, ?, ?, M>> Matrix contains a number of standard operations on matrices of relative quantities.classMatrix<Q extends Quantity<Q>,M extends Matrix<Q, M, SI, H, MT>, SI extends Matrix<SIQuantity, SI, ?, ?, ?>, H extends Matrix<?, ?, ?, ?, ?>, MT extends Matrix<Q, MT, ?, ?, M>> Matrix contains a number of standard operations on matrices of relative quantities.Subclasses of Matrix in org.djunits.vecmat.defModifier and TypeClassDescriptionclassSquareDenseMatrix<Q extends Quantity<Q>,M extends SquareDenseMatrix<Q, M, SI, H>, SI extends SquareDenseMatrix<SIQuantity, SI, ?, ?>, H extends SquareDenseMatrix<?, ?, ?, ?>> SquareDenseMatrix implements the core functions for a matrix with n x n real-valued entries.classSquareMatrix<Q extends Quantity<Q>,M extends SquareMatrix<Q, M, SI, H>, SI extends SquareMatrix<SIQuantity, SI, ?, ?>, H extends SquareMatrix<?, ?, ?, ?>> SquareMatrix defines a number of operations that can be applied to square matrixes, such as transpose, invert, and determinant.Methods in org.djunits.vecmat.def with parameters of type MatrixModifier and TypeMethodDescriptionprotected voidVectorMatrix.checkMultiply(Matrix<?, ?, ?, ?, ?> matrix) Check if the multiplication with the other matrix is valid. -
Uses of Matrix in org.djunits.vecmat.dn
Subclasses of Matrix in org.djunits.vecmat.dn -
Uses of Matrix in org.djunits.vecmat.dnxm
Subclasses of Matrix in org.djunits.vecmat.dnxm