Class hierarchy   Compound list   File list   Compound Members   File Members   Related Pages   Examples  

d1baseGridPt Class Reference

This class represents a single grid point of a "d1graphMan". A grid point is a point in ambient space with a 1-dimensional tangent space attached. More...

List of all members.

Public Members


Detailed Description

This class represents a single grid point of a "d1graphMan". A grid point is a point in ambient space with a 1-dimensional tangent space attached.

Examples:
d1StableODE.C.

Member Function Documentation

d1baseGridPt::d1baseGridPt(int d,int n,VEC Pnt,MAT T)

This is the explicit constructor for the d1baseGridPt class.

Parameters:
d - a positive integer specifying the dimension of the manifold (in this case, d = 1).
n - a positive integer specifying the ambient dimension.
Pnt - a "VEC" with size n. This is a point in ambient space, called the base point of the d1baseGridPt.
T - a "MAT" with size (n x d). The columns of this matrix form an orthonormal set spanning the approximate tangent space to the manifold at the point Pnt.
Returns:
a d1baseGridPt object.


The documentation for this class was generated from the following files:
Generated at Sat Oct 16 03:55:28 1999 for Computing Invariant Manifolds Library by doxygen  written by Dimitri van Heesch, © 1997-1998