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 double
apply(double t)
Function
derivative()
java.lang.String
format(java.lang.String t)
void
setExponent(double b)
void
setStrength(double a)
-
-
-
Method Detail
-
setExponent
public void setExponent(double b)
-
setStrength
public void setStrength(double a)
-
derivative
public Function derivative()
- Overrides:
derivative
in classFunction
-
-