Package | Description |
---|---|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
Modifier and Type | Class and Description |
---|---|
static class |
SparseLocalDerivative.FixedSparseLocalDerivative
This implements the SparseLocalDerivative interface for a fixed number of
entries.
|
static class |
SparseLocalDerivative.FlexibleSparseLocalDerivative |
static class |
SparseLocalDerivative.TrivialSparseLocalDerivative
This is a representation with just one entry.
|
Modifier and Type | Method and Description |
---|---|
SparseLocalDerivative |
ReplacementComparator.calculateSparseLocalDerivative(SymbolicValue a,
SymbolicValue b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
SparseLocalDerivative |
TrivialEditComparator.calculateSparseLocalDerivative(SymbolicValue a,
SymbolicValue b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
SparseLocalDerivative |
SparseDerivableComparator.calculateSparseLocalDerivative(X a,
X b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
Copyright © 2014. All rights reserved.