public class PartialDerivatives
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PartialDerivatives |
OF_CONSTANT |
Modifier and Type | Method and Description |
---|---|
PartialDerivatives |
add(PartialDerivatives toAdd) |
java.util.Map<java.lang.Long,java.lang.Double> |
asMap() |
PartialDerivatives |
copy() |
PartialDerivatives |
divideBy(double divisor) |
boolean |
isEmpty() |
PartialDerivatives |
multiplyBy(double multiplier) |
PartialDerivatives |
powerTo(double power) |
void |
putWithRespectTo(long id,
java.lang.Double value) |
PartialDerivatives |
subtract(PartialDerivatives toSubtract) |
java.lang.Double |
withRespectTo(long id) |
java.lang.Double |
withRespectTo(Vertex vertex) |
static PartialDerivatives |
withRespectToSelf(long withRespectTo) |
public static PartialDerivatives OF_CONSTANT
public static PartialDerivatives withRespectToSelf(long withRespectTo)
public java.lang.Double withRespectTo(Vertex vertex)
public java.lang.Double withRespectTo(long id)
public boolean isEmpty()
public java.util.Map<java.lang.Long,java.lang.Double> asMap()
public void putWithRespectTo(long id, java.lang.Double value)
public PartialDerivatives add(PartialDerivatives toAdd)
public PartialDerivatives subtract(PartialDerivatives toSubtract)
public PartialDerivatives multiplyBy(double multiplier)
public PartialDerivatives divideBy(double divisor)
public PartialDerivatives powerTo(double power)
public PartialDerivatives copy()