| 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 |
LengthVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
LengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
abstract LengthVector.Abs |
MutableLengthVector.Abs.immutable()
Create a immutable version of this MutableDoubleVector.
|
LengthVector.Abs |
MutableLengthVector.Abs.Dense.immutable()
Create a immutable version of this MutableDoubleVector.
|
LengthVector.Abs |
MutableLengthVector.Abs.Sparse.immutable()
Create a immutable version of this MutableDoubleVector.
|
LengthVector.Abs |
MutableLengthVector.Abs.minus(LengthVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
LengthVector.Abs |
LengthVector.Abs.minus(LengthVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
LengthVector.Abs |
MutableLengthVector.Abs.plus(LengthVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
LengthVector.Abs |
LengthVector.Abs.plus(LengthVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
abstract LengthVector.Abs |
LengthVector.Abs.toDense()
Create a dense version of this DoubleVector.
|
LengthVector.Abs |
LengthVector.Abs.Dense.toDense()
Create a dense version of this DoubleVector.
|
LengthVector.Abs |
LengthVector.Abs.Sparse.toDense()
Create a dense version of this DoubleVector.
|
abstract LengthVector.Abs |
LengthVector.Abs.toSparse()
Create a sparse version of this DoubleVector.
|
LengthVector.Abs |
LengthVector.Abs.Dense.toSparse()
Create a sparse version of this DoubleVector.
|
LengthVector.Abs |
LengthVector.Abs.Sparse.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
LengthVector.Rel |
MutableLengthVector.Abs.minus(LengthVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
LengthVector.Rel |
LengthVector.Abs.minus(LengthVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.