| Package | Description |
|---|---|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnglePlaneVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AnglePlaneVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AnglePlaneVector.Abs |
MutableAnglePlaneVector.Abs.immutable()
Create a immutable version of this MutableDoubleVector.
|
AnglePlaneVector.Abs |
MutableAnglePlaneVector.Abs.Dense.immutable()
Create a immutable version of this MutableDoubleVector.
|
AnglePlaneVector.Abs |
MutableAnglePlaneVector.Abs.Sparse.immutable()
Create a immutable version of this MutableDoubleVector.
|
AnglePlaneVector.Abs |
MutableAnglePlaneVector.Abs.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
AnglePlaneVector.Abs |
AnglePlaneVector.Abs.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
AnglePlaneVector.Abs |
MutableAnglePlaneVector.Abs.plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
AnglePlaneVector.Abs |
AnglePlaneVector.Abs.plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
abstract AnglePlaneVector.Abs |
AnglePlaneVector.Abs.toDense()
Create a dense version of this DoubleVector.
|
AnglePlaneVector.Abs |
AnglePlaneVector.Abs.Dense.toDense()
Create a dense version of this DoubleVector.
|
AnglePlaneVector.Abs |
AnglePlaneVector.Abs.Sparse.toDense()
Create a dense version of this DoubleVector.
|
abstract AnglePlaneVector.Abs |
AnglePlaneVector.Abs.toSparse()
Create a sparse version of this DoubleVector.
|
AnglePlaneVector.Abs |
AnglePlaneVector.Abs.Dense.toSparse()
Create a sparse version of this DoubleVector.
|
AnglePlaneVector.Abs |
AnglePlaneVector.Abs.Sparse.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Abs.minus(AnglePlaneVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Abs.minus(AnglePlaneVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.