Class SparseExponential



  • public class SparseExponential
    extends Function
    Single-sided (ie positive only) version of SparseLaplacian. See that class for a description.
    • Constructor Detail

      • SparseExponential

        public SparseExponential()
    • Method Detail

      • setExponent

        public void setExponent(double b)
      • setStrength

        public void setStrength(double a)
      • format

        public java.lang.String format(java.lang.String t)
        Specified by:
        format in class Function
      • apply

        public final double apply(double t)
        Specified by:
        apply in class Function