Uses of Class
org.djunits.vecmat.d1.Matrix1x1
Packages that use Matrix1x1
Package
Description
1-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 Matrix1x1 in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return Matrix1x1Modifier and TypeMethodDescriptionMatrix1x1.adjugate()Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.Matrix1x1.divideEntries(Matrix1x1<?> other) Matrix1x1.instantiateSi(double[] siNew) Matrix1x1.instantiateSi(double[] siNew, SIUnit siUnit) Matrix1x1.inverse()Matrix1x1.invertEntries()Multiply this matrix with another matrix using matrix multiplication and return the result.Matrix1x1.multiplyEntries(Quantity<?> quantity) Matrix1x1.multiplyEntries(Matrix1x1<?> other) Create a new Matrix1x1 with a unit, based on a 2-dimensional grid.Create a Matrix1x1 without needing generics.Create a Matrix1x1 without needing generics.Matrix1x1.of(Q data) Create a Matrix1x1 without needing generics.Matrix1x1.of(Q[] data) Create a Matrix1x1 without needing generics.Matrix1x1.of(Q[][] grid) Create a Matrix1x1 without needing generics.Create a new Matrix1x1 with a unit, based on a 2-dimensional grid with SI-values.Create a Matrix1x1 without needing generics.Methods in org.djunits.vecmat.d1 with parameters of type Matrix1x1Modifier and TypeMethodDescriptionMatrix1x1.divideEntries(Matrix1x1<?> other) Multiply this matrix with another matrix using matrix multiplication and return the result.Matrix1x1.multiplyEntries(Matrix1x1<?> other) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsMatrix1x1<A,Q> Create an AbsMatrix1x1 without needing generics.Constructors in org.djunits.vecmat.d1 with parameters of type Matrix1x1 -
Uses of Matrix1x1 in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Matrix1x1Modifier and TypeMethodDescriptionVectorMatrix.asMatrix1x1()Convert this vector, matrix or table to aMatrix1x1. -
Uses of Matrix1x1 in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return Matrix1x1 -
Uses of Matrix1x1 in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm with parameters of type Matrix1x1Modifier and TypeMethodDescriptionMultiply this vector or matrix with a Matrix1x1, resulting in a MatrixNxM.