Uses of Class
org.djunits.vecmat.d1.Matrix1x1
Packages that use Matrix1x1
Package
Description
1-element vector and matrix classes with a unit.
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of Matrix1x1 in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return Matrix1x1Modifier and TypeMethodDescriptionMatrix1x1.adjugate()<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
Matrix1x1<TQ,TU> Matrix1x1.as(TU targetUnit) Return the matrix 'as' a matrix with a known quantity, using a unit to express the result in.Matrix1x1.divideElements(Matrix1x1<?, ?> other) Matrix1x1.instantiateSi(double[] siNew) Matrix1x1.instantiateSi(double[] siNew, SIUnit siUnit) Matrix1x1.inverse()Matrix1x1.invertElements()Multiply this matrix with another matrix using matrix multiplication and return the result.Matrix1x1.multiplyElements(Quantity<?, ?> quantity) Matrix1x1.multiplyElements(Matrix1x1<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Matrix1x1<Q,U> Matrix1x1.of(double[][] gridInUnit, U displayUnit) Create a new Matrix1x1 with a unit, based on a 2-dimensional grid.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Matrix1x1<Q,U> Matrix1x1.of(double[] arrayInUnit, U displayUnit) Create a new Matrix1x1 with a unit, based on a 1-dimensional array.Methods in org.djunits.vecmat.d1 with parameters of type Matrix1x1Modifier and TypeMethodDescriptionMatrix1x1.divideElements(Matrix1x1<?, ?> other) Multiply this matrix with another matrix using matrix multiplication and return the result.Matrix1x1.multiplyElements(Matrix1x1<?, ?> other) -
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 that return Matrix1x1Methods in org.djunits.vecmat.dnxm with parameters of type Matrix1x1Modifier and TypeMethodDescriptionMultiply this vector or matrix with a Matrix1x1, resulting in a MatrixNxM. -
Uses of Matrix1x1 in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return Matrix1x1Modifier and TypeMethodDescriptionQuantityTable.asMatrix1x1()Convert this QuantityTable to aMatrix1x1.