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-2025 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
Constructors -
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, zSumMethods 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, toStringMethods inherited from class org.djunits.value.IndexedValue
cardinality, checkCopyOnWrite, clone, getDisplayUnit, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setDisplayUnit, setMutableMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.djunits.value.Value
isAbsolute, isRelative
-
Constructor Details
-
JerkMatrix
- Parameters:
data- an internal data objectdisplayUnit- the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClassin classIndexedValue<JerkUnit,Jerk, JerkMatrix, DoubleMatrixData>
-
getVectorClass
- Specified by:
getVectorClassin classMatrix<JerkUnit,Jerk, JerkVector, DoubleVectorData, JerkMatrix, DoubleMatrixData>
-
instantiateMatrix
- Specified by:
instantiateMatrixin classDoubleMatrix<JerkUnit,Jerk, JerkVector, JerkMatrix>
-
instantiateVector
- Specified by:
instantiateVectorin classDoubleMatrix<JerkUnit,Jerk, JerkVector, JerkMatrix>
-
instantiateScalarSI
- Specified by:
instantiateScalarSIin classDoubleMatrix<JerkUnit,Jerk, JerkVector, JerkMatrix>
-