Definition in file NewtonClassify.h.
#include <vector>
#include "Newton.h"
Include dependency graph for NewtonClassify.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | NewtonClassify |
| The NewtonClassify class is a high-level class to classify critical points. More... | |
Enumerations | |
| enum | CPKind { CP_UNKNOWN = -1, CP_MAX = 0, CP_SADDLE2, CP_SADDLE1, CP_MIN } |
| The type of critical point based on the number of negative eigen values at each point. More... | |
|
|
The type of critical point based on the number of negative eigen values at each point. A MAX critical point has three decreasing eigen vectors ( = 3 negative eigen values ) and a MIN critical point has three increasing eigen vectors ( = 3 positive eigen values ). Note that these are labelled 'backwards' from John C. Hart's presentation on critical points. Definition at line 22 of file NewtonClassify.h. Referenced by NewtonClassify::classify(). |
1.3.4