meshi.util.mathTools
Class Ramp

java.lang.Object
  extended by meshi.util.mathTools.Ramp

public class Ramp
extends java.lang.Object

This class host the static method "ramp" which gives a derivable ramp function of the following form: x<0 - not defined 0


Field Summary
static double r
           
static double r_tag
           
 
Constructor Summary
Ramp()
           
 
Method Summary
static void ramp(double x, double S, double alpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public static double r

r_tag

public static double r_tag
Constructor Detail

Ramp

public Ramp()
Method Detail

ramp

public static final void ramp(double x,
                              double S,
                              double alpha)