Package org.djunits.userdefined
Class JerkMatrix
java.lang.Object
org.djunits.value.IndexedValue<U,S,M,DM>
org.djunits.value.base.Matrix<U,S,V,DoubleVectorData,M,DoubleMatrixData>
org.djunits.value.vdouble.matrix.base.DoubleMatrix<U,S,RV,RM>
org.djunits.value.vdouble.matrix.base.DoubleMatrixRel<JerkUnit,Jerk,JerkVector,JerkMatrix>
org.djunits.userdefined.JerkMatrix
- All Implemented Interfaces:
Serializable
,Cloneable
,Relative<JerkUnit,
,JerkMatrix> Value<JerkUnit,
JerkMatrix>
Immutable Double JerkMatrix, a matrix of values with a JerkUnit.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
-
Field Summary
Fields inherited from class org.djunits.value.vdouble.matrix.base.DoubleMatrix
data
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninstantiateMatrix
(DoubleMatrixData dmd, JerkUnit displayUnit) instantiateScalarSI
(double valueSI, JerkUnit displayUnit) instantiateVector
(DoubleVectorData dvd, JerkUnit displayUnit) Methods inherited from class org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
decrementBy, decrementBy, divide, divide, divide, divideBy, incrementBy, incrementBy, minus, multiplyBy, plus, times, times, times, zSum
Methods inherited from class org.djunits.value.vdouble.matrix.base.DoubleMatrix
abs, assign, ceil, checkColumnIndex, checkIndex, checkRowIndex, checkSquare, cols, determinantSI, equals, floor, get, getColumn, getColumnScalars, getColumnSI, getData, getDiagonal, getDiagonalScalars, getDiagonalSI, getInUnit, getInUnit, getRow, getRowScalars, getRowSI, getScalars, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, neg, rint, rows, set, setData, setInUnit, setInUnit, setSI, toDense, toSparse, toString, toString, toString, toString
Methods inherited from class org.djunits.value.IndexedValue
cardinality, checkCopyOnWrite, clone, getDisplayUnit, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setDisplayUnit, setMutable
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.djunits.value.Value
isAbsolute, isRelative
-
Constructor Details
-
JerkMatrix
- Parameters:
data
- DoubleMatrixData; an internal data objectdisplayUnit
- JerkUnit; the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClass
in classIndexedValue<JerkUnit,
Jerk, JerkMatrix, DoubleMatrixData>
-
getVectorClass
- Specified by:
getVectorClass
in classMatrix<JerkUnit,
Jerk, JerkVector, DoubleVectorData, JerkMatrix, DoubleMatrixData>
-
instantiateMatrix
- Specified by:
instantiateMatrix
in classDoubleMatrix<JerkUnit,
Jerk, JerkVector, JerkMatrix>
-
instantiateVector
- Specified by:
instantiateVector
in classDoubleMatrix<JerkUnit,
Jerk, JerkVector, JerkMatrix>
-
instantiateScalarSI
- Specified by:
instantiateScalarSI
in classDoubleMatrix<JerkUnit,
Jerk, JerkVector, JerkMatrix>
-