All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.math.CompositeFunction1D

java.lang.Object
   |
   +----com.jhlabs.math.CompositeFunction1D

public class CompositeFunction1D
extends java.lang.Object
implements com.jhlabs.math.Function1D

Constructor Index

 o CompositeFunction1D(Function1D, Function1D)

Method Index

 o evaluate(double)

Constructors

 o CompositeFunction1D
 public CompositeFunction1D(com.jhlabs.math.Function1D f1,
                            com.jhlabs.math.Function1D f2)

Methods

 o evaluate
 public double evaluate(double v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index