Class hierarchy Compound list File list Compound Members File Members Related Pages Examples
sphericalMap Class Reference
The sphericalMap class is a "map" which is specified in spherical coordinates. More...
Inherits map.
List of all members.
Public Members
- sphericalMap (REAL, VEC (*pf)(VEC, REAL), VEC (*pif)(VEC, REAL), MAT (*pdf)(VEC, REAL))
- sphericalMap (const sphericalMap &)
- ~sphericalMap ()
- VEC eval (const VEC &)
- VEC inv (const VEC &)
- MAT deriv (const VEC &)
- VEC trans (const VEC &)
- VEC invtrans (const VEC &)
Detailed Description
The sphericalMap class is a "map" which is specified in spherical coordinates.
An object of type sphericalMap is constructed from a mapping, its inverse,
and its derivative, all given in spherical coordinates. The mapping
is then interpreted as a function in standard coordinates. sphericalMap is
a derived class with base class "map". Note: a sphericalMap's arguments must
avoid the z-axis.
The documentation for this class was generated from the following file:
Generated at Sat Oct 16 03:55:28 1999 for Computing Invariant Manifolds Library by
written by Dimitri van Heesch, © 1997-1998