| 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.Rel.Dense
Double Dense Relative Immutable AnglePlane class.
|
static class |
AnglePlaneVector.Rel.Sparse
Double Sparse Relative Immutable AnglePlane class.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.divide(AnglePlaneVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.divide(AnglePlaneVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.divide(MutableAnglePlaneVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
abstract AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.immutable()
Create a immutable version of this MutableDoubleVector.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.Dense.immutable()
Create a immutable version of this MutableDoubleVector.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.Sparse.immutable()
Create a immutable version of this MutableDoubleVector.
|
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.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.minus(MutableAnglePlaneVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.plus(MutableAnglePlaneVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.times(AnglePlaneVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.times(AnglePlaneVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.times(MutableAnglePlaneVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
abstract AnglePlaneVector.Rel |
AnglePlaneVector.Rel.toDense()
Create a dense version of this DoubleVector.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.Dense.toDense()
Create a dense version of this DoubleVector.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.Sparse.toDense()
Create a dense version of this DoubleVector.
|
abstract AnglePlaneVector.Rel |
AnglePlaneVector.Rel.toSparse()
Create a sparse version of this DoubleVector.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.Dense.toSparse()
Create a sparse version of this DoubleVector.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.Sparse.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.divide(AnglePlaneVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.divide(AnglePlaneVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
AnglePlaneVector.Abs |
MutableAnglePlaneVector.Abs.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Relative 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.Rel |
AnglePlaneVector.Rel.minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Relative 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.Rel |
MutableAnglePlaneVector.Rel.plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Relative 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.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
MutableAnglePlaneVector.Rel.times(AnglePlaneVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
AnglePlaneVector.Rel.times(AnglePlaneVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.