Class FloatJerkMatrix

java.lang.Object
org.djunits.value.IndexedValue<U,S,M,DM>
org.djunits.value.base.Matrix<U,S,V,org.djunits.value.vfloat.vector.data.FloatVectorData,M,org.djunits.value.vfloat.matrix.data.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, org.djunits.value.Relative<JerkUnit,FloatJerkMatrix>, org.djunits.value.Value<JerkUnit,FloatJerkMatrix>

public class FloatJerkMatrix extends org.djunits.value.vfloat.matrix.base.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

    Constructors
    Constructor
    Description
    FloatJerkMatrix(org.djunits.value.vfloat.matrix.data.FloatMatrixData data, JerkUnit displayUnit)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    instantiateMatrix(org.djunits.value.vfloat.matrix.data.FloatMatrixData fmd, JerkUnit displayUnit)
    instantiateScalarSI(float valueSI, JerkUnit displayUnit)
    instantiateVector(org.djunits.value.vfloat.vector.data.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