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