public interface SparseLocalDerivative extends Iterable<SparseLocalDerivative.SparseDeriativeEntry>
Modifier and Type | Interface and Description |
---|---|
static class |
SparseLocalDerivative.EmptySparseLocalEntry |
static class |
SparseLocalDerivative.FixedSparseLocalDerivative
This implements the SparseLocalDerivative interface for a fixed number of
entries.
|
static class |
SparseLocalDerivative.FlexibleSparseLocalDerivative |
static class |
SparseLocalDerivative.SparseDeriativeEntry |
static class |
SparseLocalDerivative.TrivialSparseLocalDerivative
This is a representation with just one entry.
|
Modifier and Type | Method and Description |
---|---|
void |
add(int paramIdx,
double derivative)
This adds a new derivative to this sparse representation.
|
forEach, iterator, spliterator
Copyright (C) 2013-2015 Benjamin Paaßen, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/