Package org.djunits.userdefined
Class FloatJerkMatrix
java.lang.Object
org.djunits.value.AbstractValue<U,T>
org.djunits.value.AbstractIndexedValue<U,S,M,org.djunits.value.vfloat.matrix.data.FloatMatrixData>
org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix<U,S,RV,RM>
org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>
org.djunits.userdefined.FloatJerkMatrix
- All Implemented Interfaces:
Serializable,Cloneable,org.djunits.value.base.Matrix<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>,org.djunits.value.base.Matrix.Rel<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>,org.djunits.value.function.ValueFunctions<JerkUnit,FloatJerkMatrix>,org.djunits.value.IndexedValue<JerkUnit,FloatJerk,FloatJerkMatrix>,org.djunits.value.Relative<JerkUnit,FloatJerkMatrix>,org.djunits.value.Value<JerkUnit,FloatJerkMatrix>,org.djunits.value.vfloat.matrix.base.FloatMatrixInterface<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>
public class FloatJerkMatrix extends org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel<JerkUnit,FloatJerk,FloatJerkVector,FloatJerkMatrix>
Immutable Float 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 FloatJerkMatrix(org.djunits.value.vfloat.matrix.data.FloatMatrixData data, JerkUnit displayUnit) -
Method Summary
Modifier and Type Method Description Class<FloatJerk>getScalarClass()Class<FloatJerkVector>getVectorClass()FloatJerkMatrixinstantiateMatrix(org.djunits.value.vfloat.matrix.data.FloatMatrixData fmd, JerkUnit displayUnit)FloatJerkinstantiateScalarSI(float valueSI, JerkUnit displayUnit)FloatJerkVectorinstantiateVector(org.djunits.value.vfloat.vector.data.FloatVectorData fvd, JerkUnit displayUnit)Methods inherited from class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrixRel
decrementBy, decrementBy, divide, divide, divide, divideBy, incrementBy, incrementBy, minus, multiplyBy, plus, times, times, times, zSumMethods inherited from class org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix
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
-
FloatJerkMatrix
public FloatJerkMatrix(org.djunits.value.vfloat.matrix.data.FloatMatrixData data, JerkUnit displayUnit)- Parameters:
data- FloatMatrixData; an internal data objectdisplayUnit- JerkUnit; the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
-
getVectorClass
-
instantiateMatrix
public FloatJerkMatrix instantiateMatrix(org.djunits.value.vfloat.matrix.data.FloatMatrixData fmd, JerkUnit displayUnit) -
instantiateVector
public FloatJerkVector instantiateVector(org.djunits.value.vfloat.vector.data.FloatVectorData fvd, JerkUnit displayUnit) -
instantiateScalarSI
-