| Package | Description |
|---|---|
| math.coord |
Coordinate systems for math computations.
|
| math.fun |
Basic functions for math computations.
|
| math.list |
Resizable primitive double[] array implementation.
|
| math.optim |
Mathematical optimization
|
| math.solve |
Basic math solvers
|
| Class and Description |
|---|
| DForEach
A device for traversing elements of a source, either sequentially in bulk or
individually.
|
| DForEachBi
A device for traversing elements of a source, either sequentially in bulk or
individually.
|
| DFunction
Represents a function that accepts one argument and produces a result.
|
| DIndexIterator
An iterator over a collection of primitive doubles.
|
| Class and Description |
|---|
| DBiConsumer
Represents an operation that accepts two input arguments and returns no
result.
|
| DConsumer
Represents an operation that accepts a single input argument and returns no
result.
|
| DiffDMultiFunction
A once-differentiable double-valued multivariate function over double[]
arrays.
|
| DIterator
An iterator over a collection of primitive doubles.
|
| DMultiFunction
A double-valued multivariate function over double[] arrays.
|
| Gradient
Interface for the gradient of once-differentiable double-valued functions
over double[] arrays.
|
| Class and Description |
|---|
| DForEachIterator
An extension of
DIterator adding the two (default) methods
DForEachIterator.remove() and DForEachIterator.forEachRemaining(DoubleConsumer). |
| DIterator
An iterator over a collection of primitive doubles.
|
| Class and Description |
|---|
| DiffDMultiFunction
A once-differentiable double-valued multivariate function over double[]
arrays.
|
| DMultiFunctionEval
Describes the final outcome of an iterative evaluation procedure of a
DMultiFunction. |
| Class and Description |
|---|
| DFunction
Represents a function that accepts one argument and produces a result.
|
Copyright © 2022. All rights reserved.