Manifold.

This is the subroutine library Manifold, for multiparameter continuation and
invariant manifolds. It is a preliminary release.

To install:
        edit share/config.site to give local lib and include dirs 
	./configure
	make

   if you want to install the libraries, includes and binaries somewhere else, you can use something like

        ./configure --prefix=/usr/local

   and then

        make install

   will copy them there. "./configure --help" explains all this. Or just copy the things yourself.

Documentation is in Doc/MF.tex, Doc/MF.ps and Doc/MF.pdf. Also the algorithm is
described in detail in the paper
	Henderson, M. E., "Multiparameter Continuation: Computing Implicitly Defined Surfaces",
	International Journal of Bifurcation and Chaos, Vol. 12, No. 3 (2002) pp. 451--476.

Multifario is distributed under the "Common Public License", or CPL
(http://www.opensource.org/licenses/cpl.html).

contact: mhender@us.ibm.com
