| 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 |
AbsoluteTemperatureMatrix
Immutable AbsoluteTemperature Matrix.
|
class |
DirectionMatrix
Immutable Direction Matrix.
|
class |
PositionMatrix
Immutable Position Matrix.
|
class |
TimeMatrix
Immutable Time Matrix.
|
(package private) class |
TypedDoubleMatrixAbs<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 Immutable typed matrix.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.immutable()
Create a immutable version of this MutableDoubleMatrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.instantiateAbs(DoubleMatrixData dmData,
U unit)
Instantiate a vector based on the type of data.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.minus(DoubleMatrix.Abs<U> left,
DoubleMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Rel = Abs.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.minus(DoubleMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Abs.minus(DoubleMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Rel.plus(DoubleMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Rel.plus(DoubleMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.plus(DoubleMatrix.Abs<U> left,
DoubleMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Abs + Rel = Abs.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.plus(DoubleMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Abs.plus(DoubleMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Abs.toDense()
Create a dense version of this DoubleMatrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Abs.toSparse()
Create a sparse version of this DoubleMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Abs.minus(DoubleMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
DoubleMatrix.Abs.minus(DoubleMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.minus(DoubleMatrix.Abs<U> left,
DoubleMatrix.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>> |
DoubleMatrix.minus(DoubleMatrix.Abs<U> left,
DoubleMatrix.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>> |
DoubleMatrix.minus(DoubleMatrix.Abs<U> left,
DoubleMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Rel = Abs.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Rel.plus(DoubleMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Rel.plus(DoubleMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.plus(DoubleMatrix.Abs<U> left,
DoubleMatrix.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.