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-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.vfloat.matrix.base.FloatMatrix
data -
Constructor Summary
Constructors -
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, zSumMethods 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, 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
-
FloatJerkMatrix
- Parameters:
data- an internal data objectdisplayUnit- the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClassin classIndexedValue<JerkUnit,FloatJerk, FloatJerkMatrix, FloatMatrixData>
-
getVectorClass
- Specified by:
getVectorClassin classMatrix<JerkUnit,FloatJerk, FloatJerkVector, FloatVectorData, FloatJerkMatrix, FloatMatrixData>
-
instantiateMatrix
- Specified by:
instantiateMatrixin classFloatMatrix<JerkUnit,FloatJerk, FloatJerkVector, FloatJerkMatrix>
-
instantiateVector
- Specified by:
instantiateVectorin classFloatMatrix<JerkUnit,FloatJerk, FloatJerkVector, FloatJerkMatrix>
-
instantiateScalarSI
- Specified by:
instantiateScalarSIin classFloatMatrix<JerkUnit,FloatJerk, FloatJerkVector, FloatJerkMatrix>
-