Package org.djunits.userdefined
Class FloatJerkMatrix
java.lang.Object
org.djunits.value.IndexedValue<U,S,M,DM>
org.djunits.value.base.Matrix<U,S,V,FloatVectorData,M,FloatMatrixData>
org.djunits.value.vfloat.matrix.base.FloatMatrix<U,S,RV,RM>
org.djunits.value.vfloat.matrix.base.FloatMatrixRel<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>
org.djunits.userdefined.FloatJerkMatrix
- All Implemented Interfaces:
Serializable
,Cloneable
,Relative<JerkUnit,
,FloatJerkMatrix> Value<JerkUnit,
FloatJerkMatrix>
public class FloatJerkMatrix
extends FloatMatrixRel<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>
Immutable Float 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.vfloat.matrix.base.FloatMatrix
data
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninstantiateMatrix
(FloatMatrixData fmd, JerkUnit displayUnit) instantiateScalarSI
(float valueSI, JerkUnit displayUnit) instantiateVector
(FloatVectorData fvd, JerkUnit displayUnit) Methods inherited from class org.djunits.value.vfloat.matrix.base.FloatMatrixRel
decrementBy, decrementBy, divide, divide, divide, divideBy, divideBy, incrementBy, incrementBy, minus, multiplyBy, multiplyBy, plus, times, times, times, zSum
Methods inherited from class org.djunits.value.vfloat.matrix.base.FloatMatrix
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
-
FloatJerkMatrix
- Parameters:
data
- FloatMatrixData; an internal data objectdisplayUnit
- JerkUnit; the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClass
in classIndexedValue<JerkUnit,
FloatJerk, FloatJerkMatrix, FloatMatrixData>
-
getVectorClass
- Specified by:
getVectorClass
in classMatrix<JerkUnit,
FloatJerk, FloatJerkVector, FloatVectorData, FloatJerkMatrix, FloatMatrixData>
-
instantiateMatrix
- Specified by:
instantiateMatrix
in classFloatMatrix<JerkUnit,
FloatJerk, FloatJerkVector, FloatJerkMatrix>
-
instantiateVector
- Specified by:
instantiateVector
in classFloatMatrix<JerkUnit,
FloatJerk, FloatJerkVector, FloatJerkMatrix>
-
instantiateScalarSI
- Specified by:
instantiateScalarSI
in classFloatMatrix<JerkUnit,
FloatJerk, FloatJerkVector, FloatJerkMatrix>
-