Collaboration diagram for IMFFixedPoint:
Classes | |
class | IMFFixedPoint |
A group of utilities for computing stable and unstable manifolds of a hyperbolic fixed point. More... | |
Functions | |
void | IMFFindExpansionNearFixedPt (MFNVector U0, MFKVector P0, MFNKMatrix Du, MFNKMatrix Dv, IMFFlow F, IMFExpansion U, IMFExpansion a, MFErrorHandler e) |
Given a fixed point in a flow and a decomposition of the phase space into two invariant linear subspaces, creates an expansion of the invariant manifold corresponding to one of the invariant subspaces. | |
MFNKMatrix | IMFGetBasisForStableInvariantSubspace (IMFFlow F, MFNVector u, MFKVector p, MFErrorHandler e) |
Given a hyperbolic fixed point in a flow, finds a basis for the stable invariant linear subspace of a hyperbolic fixed point. | |
MFNKMatrix | IMFGetBasisForUnstableInvariantSubspace (IMFFlow F, MFNVector u, MFKVector p, MFErrorHandler e) |
Given a hyperbolic fixed point in a flow, finds a basis for the unstable invariant linear subspace of a hyperbolic fixed point. | |
MFNKMatrix | IMFGetBasisForOrthogonalComplement (MFNKMatrix Du, MFErrorHandler e) |
Given a linear subspace, finds an orthonormal basis for its orthogonal complement. |
|
Given a fixed point in a flow and a decomposition of the phase space into two invariant linear subspaces, creates an expansion of the invariant manifold corresponding to one of the invariant subspaces.
|
|
Given a linear subspace, finds an orthonormal basis for its orthogonal complement.
|
|
Given a hyperbolic fixed point in a flow, finds a basis for the stable invariant linear subspace of a hyperbolic fixed point.
|
|
Given a hyperbolic fixed point in a flow, finds a basis for the unstable invariant linear subspace of a hyperbolic fixed point.
|