Class Sum
- java.lang.Object
-
- org.processmining.longdistancedependencies.function.Sum
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetPartialDerivative(int parameterIndex, double[] parameters)doublegetValue(double[] parameters)booleanisConstant()java.lang.StringtoLatex()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Sum
public Sum(Function... functions)
-
-
Method Detail
-
getPartialDerivative
public double getPartialDerivative(int parameterIndex, double[] parameters)- Specified by:
getPartialDerivativein interfaceFunction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isConstant
public boolean isConstant()
- Specified by:
isConstantin interfaceFunction
-
-