Uses of Class
org.djunits.vecmat.def.SquareMatrix
Packages that use SquareMatrix
Package
Description
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.
-
Uses of SquareMatrix in org.djunits.vecmat.d1
Subclasses of SquareMatrix in org.djunits.vecmat.d1 -
Uses of SquareMatrix in org.djunits.vecmat.d2
Subclasses of SquareMatrix in org.djunits.vecmat.d2 -
Uses of SquareMatrix in org.djunits.vecmat.d3
Subclasses of SquareMatrix in org.djunits.vecmat.d3 -
Uses of SquareMatrix in org.djunits.vecmat.def
Classes in org.djunits.vecmat.def with type parameters of type SquareMatrixModifier and TypeClassDescriptionclassAbsSquareMatrix<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>, MA extends AbsSquareMatrix<A, Q, MA, MQ>, MQ extends SquareMatrix<Q, MQ, ?, ?>> AbsSquareMatrix defines a number of operations that can be applied to square matrixes with absolute quantity values.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.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.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.Subclasses of SquareMatrix 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. -
Uses of SquareMatrix in org.djunits.vecmat.dn
Subclasses of SquareMatrix in org.djunits.vecmat.dn