See: Description
| Interface | Description |
|---|---|
| Absolute |
Absolute values are quantities that are measured from some agreed upon reference point.
|
| DenseData |
Values are stored densely.
|
| FunctionsAbs<U extends Unit<U>,A extends Absolute & Value<U>,R extends Relative & Value<U>> |
The functions to be implemented for absolute vectors and matrices.
|
| FunctionsRel<U extends Unit<U>,A extends Absolute & Value<U>,R extends Relative & Value<U>> |
The functions to be implemented for relative vectors and matrices.
|
| MathFunctions<T> |
Interface to force all functions of Math to be implemented.
|
| Relative |
Relative values express differences.
|
| SparseData |
Values are stored sparsely (lots of zero values expected).
|
| Value<U extends Unit<U>> |
Value is a static interface that forces implementation of a few unit- and value-related methods.
|
| Class | Description |
|---|---|
| AbstractValue<U extends Unit<U>> |
AbstractValue is a class to help construct Matrix, Complex, and Vector but it does not extend java.lang.Number.
|
| Scalar<U extends Unit<U>> |
Basics of the Scalar type
|
| ValueUtil |
ValueUtil implements a couple of unit-related static methods.
|
| Exception | Description |
|---|---|
| ValueException |
Exception that is thrown for bad indices, or non-rectangular arrays, incompatible arrays or matrices, or empty arrays
|
This file was generated by the djunits value classes generator, 26 jun, 2015
Copyright (c) 2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-10-04 20:48:33 +0200 (Sun, 04 Oct 2015) $, @version $Revision: 87 $, by $Author: averbraeck $, initial
version 26 jun, 2015
Copyright © 2015 Delft University of Technology. All rights reserved.