Package org.djunits.userdefined
Class JerkMatrix
java.lang.Object
org.djunits.value.AbstractValue<U,T>
org.djunits.value.AbstractIndexedValue<U,S,M,org.djunits.value.vdouble.matrix.data.DoubleMatrixData>
org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix<U,S,RV,RM>
org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel<JerkUnit,Jerk,JerkVector,JerkMatrix>
org.djunits.userdefined.JerkMatrix
- All Implemented Interfaces:
Serializable,Cloneable,org.djunits.value.base.Matrix<JerkUnit,Jerk,JerkVector,JerkMatrix>,org.djunits.value.base.Matrix.Rel<JerkUnit,Jerk,JerkVector,JerkMatrix>,org.djunits.value.function.ValueFunctions<JerkUnit,JerkMatrix>,org.djunits.value.IndexedValue<JerkUnit,Jerk,JerkMatrix>,org.djunits.value.Relative<JerkUnit,JerkMatrix>,org.djunits.value.Value<JerkUnit,JerkMatrix>,org.djunits.value.vdouble.matrix.base.DoubleMatrixInterface<JerkUnit,Jerk,JerkVector,JerkMatrix>
public class JerkMatrix extends org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel<JerkUnit,Jerk,JerkVector,JerkMatrix>
Immutable Double JerkMatrix, a matrix of values with a JerkUnit.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.djunits.value.base.Matrix
org.djunits.value.base.Matrix.Abs<AU extends org.djunits.unit.AbsoluteLinearUnit<AU,RU>,A extends org.djunits.value.base.Scalar<AU,A>,AV extends org.djunits.value.base.Vector.Abs<AU,A,AV,RU,R,RV>,AM extends org.djunits.value.base.Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends org.djunits.unit.Unit<RU>,R extends org.djunits.value.base.Scalar<RU,R>,RV extends org.djunits.value.base.Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends org.djunits.value.base.Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>, org.djunits.value.base.Matrix.Rel<U extends org.djunits.unit.Unit<U>,S extends org.djunits.value.base.Scalar<U,S>,V extends org.djunits.value.base.Vector<U,S,V>,RM extends org.djunits.value.base.Matrix.Rel<U,S,V,RM>>, org.djunits.value.base.Matrix.RelWithAbs<AU extends org.djunits.unit.AbsoluteLinearUnit<AU,RU>,A extends org.djunits.value.base.Scalar<AU,A>,AV extends org.djunits.value.base.Vector.Abs<AU,A,AV,RU,R,RV>,AM extends org.djunits.value.base.Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends org.djunits.unit.Unit<RU>,R extends org.djunits.value.base.Scalar<RU,R>,RV extends org.djunits.value.base.Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends org.djunits.value.base.Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>> -
Field Summary
-
Constructor Summary
Constructors Constructor Description JerkMatrix(org.djunits.value.vdouble.matrix.data.DoubleMatrixData data, JerkUnit displayUnit) -
Method Summary
Modifier and Type Method Description Class<Jerk>getScalarClass()Class<JerkVector>getVectorClass()JerkMatrixinstantiateMatrix(org.djunits.value.vdouble.matrix.data.DoubleMatrixData dmd, JerkUnit displayUnit)JerkinstantiateScalarSI(double valueSI, JerkUnit displayUnit)JerkVectorinstantiateVector(org.djunits.value.vdouble.vector.data.DoubleVectorData dvd, JerkUnit displayUnit)Methods inherited from class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrixRel
decrementBy, decrementBy, divide, divide, divide, divideBy, incrementBy, incrementBy, minus, multiplyBy, plus, times, times, times, zSumMethods inherited from class org.djunits.value.vdouble.matrix.base.AbstractDoubleMatrix
abs, assign, ceil, checkColumnIndex, checkIndex, checkRowIndex, checkSquare, cols, determinant, 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.AbstractIndexedValue
cardinality, checkCopyOnWrite, clone, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setMutableMethods inherited from class org.djunits.value.AbstractValue
getDisplayUnit, isAbsolute, isRelative, setDisplayUnitMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.djunits.value.IndexedValue
cardinality, getStorageType, immutable, isDense, isMutable, isSparse, mutable, toDense, toSparseMethods inherited from interface org.djunits.value.base.Matrix
cols, get, getColumn, getColumnScalars, getDiagonal, getDiagonalScalars, getRow, getRowScalars, getScalars, rows
-
Constructor Details
-
JerkMatrix
public JerkMatrix(org.djunits.value.vdouble.matrix.data.DoubleMatrixData data, JerkUnit displayUnit)- Parameters:
data- DoubleMatrixData; an internal data objectdisplayUnit- JerkUnit; the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
-
getVectorClass
-
instantiateMatrix
public JerkMatrix instantiateMatrix(org.djunits.value.vdouble.matrix.data.DoubleMatrixData dmd, JerkUnit displayUnit) -
instantiateVector
public JerkVector instantiateVector(org.djunits.value.vdouble.vector.data.DoubleVectorData dvd, JerkUnit displayUnit) -
instantiateScalarSI
-