All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.math.CompoundFunction2D

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

public abstract class CompoundFunction2D
extends java.lang.Object
implements com.jhlabs.math.Function2D

Variable Index

 o basis

Constructor Index

 o CompoundFunction2D(Function2D)

Method Index

 o evaluate(double, double)
 o getBasis()
 o setBasis(Function2D)

Variables

 o basis
 protected com.jhlabs.math.Function2D basis

Constructors

 o CompoundFunction2D
 public CompoundFunction2D(com.jhlabs.math.Function2D basis)

Methods

 o setBasis
 public void setBasis(com.jhlabs.math.Function2D basis)
 o getBasis
 public com.jhlabs.math.Function2D getBasis()
 o evaluate
 public abstract double evaluate(double x,
                                 double y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index