| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableAbsoluteTemperatureMatrix
Mutable AbsoluteTemperature Matrix.
|
class |
MutableDirectionMatrix
Mutable Direction Matrix.
|
class |
MutablePositionMatrix
Mutable Position Matrix.
|
class |
MutableTimeMatrix
Mutable Time Matrix.
|
(package private) class |
MutableTypedDoubleMatrixAbs<U extends Unit<U>,A extends TypedDoubleMatrixAbs<U,A,R,MA,S>,R extends TypedDoubleMatrixRel<U,R,?,?>,MA extends MutableTypedDoubleMatrixAbs<U,A,R,MA,S>,S extends DoubleScalar.Abs<U>>
Absolute Mutable typed Matrix.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.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.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.copy()
Create a deep copy of this MutableDoubleMatrix.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.decrementBy(double decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.decrementBy(DoubleMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.decrementBy(DoubleScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.divideBy(double factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.divideBy(DoubleMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.divideBy(DoubleScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.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.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.incrementBy(double increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.incrementBy(DoubleMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.incrementBy(DoubleScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
(package private) static <U extends Unit<U>> |
MutableDoubleMatrix.instantiateMutableAbs(DoubleMatrixData dmData,
U unit)
Instantiate a matrix based on the type of data.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.multiplyBy(double factor)
Scale the value(s) by a factor.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.multiplyBy(DoubleMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.multiplyBy(DoubleScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.mutable()
Create a mutable version of this DoubleMatrix.
|
MutableDoubleMatrix.Abs<U> |
DoubleMatrix.Abs.mutable()
Create a mutable version of this DoubleMatrix.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.toDense()
Create a dense version of this DoubleMatrix.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.toSparse()
Create a sparse version of this DoubleMatrix.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.