Package samer.functions
Class SparseExponential
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.SparseExponential
-
public class SparseExponential extends Function
Single-sided (ie positive only) version of SparseLaplacian. See that class for a description.
-
-
Constructor Summary
Constructors Constructor and Description SparseExponential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleapply(double t)Functionderivative()java.lang.Stringformat(java.lang.String t)voidsetExponent(double b)voidsetStrength(double a)
-
-
-
Method Detail
-
setExponent
public void setExponent(double b)
-
setStrength
public void setStrength(double a)
-
derivative
public Function derivative()
- Overrides:
derivativein classFunction
-
-