| 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 |
FloatAbsoluteTemperatureMatrix
Immutable FloatAbsoluteTemperature Matrix.
|
class |
FloatDirectionMatrix
Immutable FloatDirection Matrix.
|
class |
FloatPositionMatrix
Immutable FloatPosition Matrix.
|
class |
FloatTimeMatrix
Immutable FloatTime Matrix.
|
(package private) class |
TypedFloatMatrixAbs<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 Immutable typed matrix.
|
| Modifier and Type | Method and Description |
|---|---|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.immutable()
Create a immutable version of this MutableFloatMatrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.instantiateAbs(FloatMatrixData dmData,
U unit)
Instantiate a vector based on the type of data.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Abs<U> left,
FloatMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Rel = Abs.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.minus(FloatMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Abs.minus(FloatMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Rel.plus(FloatMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Rel.plus(FloatMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.plus(FloatMatrix.Abs<U> left,
FloatMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Abs + Rel = Abs.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.plus(FloatMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Abs.plus(FloatMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Abs.toDense()
Create a dense version of this FloatMatrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Abs.toSparse()
Create a sparse version of this FloatMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
FloatMatrix.Rel<U> |
MutableFloatMatrix.Abs.minus(FloatMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
FloatMatrix.Rel<U> |
FloatMatrix.Abs.minus(FloatMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Abs<U> left,
FloatMatrix.Abs<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Abs = Rel.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Abs<U> left,
FloatMatrix.Abs<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Abs = Rel.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Abs<U> left,
FloatMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Rel = Abs.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Rel.plus(FloatMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Rel.plus(FloatMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.plus(FloatMatrix.Abs<U> left,
FloatMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Abs + Rel = Abs.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.