Package edu.jhu.cs.cisst.algorithms.optimize.fmg.pde

Interface Summary
PDE The interface to a linear elliptic partial differential equation (PDE) as needed by the Full Multigrid (FMG) algorithm and relaxation algorithms used by the FMG algorithm.
 

Class Summary
CachingPDE An abstract class that has the same public interface as class PDE but adds caching for improved performance of classes that dervie from it.