| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableFloatAbsoluteTemperatureMatrix
Mutable FloatAbsoluteTemperature Matrix.
|
class |
MutableFloatDirectionMatrix
Mutable FloatDirection Matrix.
|
class |
MutableFloatPositionMatrix
Mutable FloatPosition Matrix.
|
class |
MutableFloatTimeMatrix
Mutable FloatTime Matrix.
|
(package private) class |
MutableTypedFloatMatrixAbs<U extends Unit<U>,A extends TypedFloatMatrixAbs<U,A,R,MA,S>,R extends TypedFloatMatrixRel<U,R,?,?>,MA extends MutableTypedFloatMatrixAbs<U,A,R,MA,S>,S extends FloatScalar.Abs<U>>
Absolute Mutable typed Matrix.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.copy()
Create a deep copy of this MutableFloatMatrix.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.decrementBy(float decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.decrementBy(FloatMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.decrementBy(FloatScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.divideBy(float factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.divideBy(FloatMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.divideBy(FloatScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.incrementBy(float increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.incrementBy(FloatMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.incrementBy(FloatScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
(package private) static <U extends Unit<U>> |
MutableFloatMatrix.instantiateMutableAbs(FloatMatrixData dmData,
U unit)
Instantiate a matrix based on the type of data.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.multiplyBy(float factor)
Scale the value(s) by a factor.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.multiplyBy(FloatMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.multiplyBy(FloatScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.mutable()
Create a mutable version of this FloatMatrix.
|
MutableFloatMatrix.Abs<U> |
FloatMatrix.Abs.mutable()
Create a mutable version of this FloatMatrix.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.toSparse()
Create a sparse version of this FloatMatrix.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.