#include <RangStatistik.h>

Public Member Functions | |
| RankAndLiftStatistic (std::string name, int _requestedMinSuccessiveVanishedFocalValues, int _maxFocalValuesToCompute, int _maxRank) | |
| virtual | ~RankAndLiftStatistic () |
| void | clear () |
addStatistic | |
| void | addRankStatistic (int successiveVanishedFocalValues, int jacobianRank, bool liftTestPassed) |
io | |
| void | print (std::ostream &f) const |
| prints rank statistic in Macaulay style - ( name +' = ' + value + ' ; ' ) | |
Private Member Functions | |
| RankAndLiftStatistic () | |
Private Attributes | |
| std::string | name_m |
| std::pair< BaseRankStatistic, BaseRankStatistic > | rankStatisticPair_m |
| first pair element consists of statistic for potentially smooth points and second pair element contains statistic for non-smooth points. | |
Definition at line 151 of file RangStatistik.h.
| nCenterFocus::RankAndLiftStatistic::RankAndLiftStatistic | ( | ) | [private] |
| nCenterFocus::RankAndLiftStatistic::RankAndLiftStatistic | ( | std::string | name, | |
| int | _requestedMinSuccessiveVanishedFocalValues, | |||
| int | _maxFocalValuesToCompute, | |||
| int | _maxRank | |||
| ) |
| _requestedMinSuccessiveVanishedFocalValues | expected minimal #(vanished focal values) - parameter passed to addRankStatistic() | |
| _maxFocalValuesToCompute | expected maximal (number of vanished focal values) - parameter passed to addRankStatistic() | |
| _maxRank | expected maximal rank parameter passed to addRankStatistic() |
Definition at line 328 of file RangStatistik.cpp.
| nCenterFocus::RankAndLiftStatistic::~RankAndLiftStatistic | ( | ) | [virtual] |
Definition at line 347 of file RangStatistik.cpp.
| void nCenterFocus::RankAndLiftStatistic::addRankStatistic | ( | int | successiveVanishedFocalValues, | |
| int | jacobianRank, | |||
| bool | liftTestPassed | |||
| ) |
Definition at line 356 of file RangStatistik.cpp.
References rankStatisticPair_m.
| void nCenterFocus::RankAndLiftStatistic::clear | ( | ) |
Definition at line 350 of file RangStatistik.cpp.
References rankStatisticPair_m.
| void nCenterFocus::RankAndLiftStatistic::print | ( | std::ostream & | f | ) | const |
Definition at line 365 of file RangStatistik.cpp.
References nCenterFocus::getMacaulayCompilantObjectName(), name_m, and rankStatisticPair_m.

std::string nCenterFocus::RankAndLiftStatistic::name_m [private] |
Definition at line 158 of file RangStatistik.h.
Referenced by print().
std::pair< BaseRankStatistic , BaseRankStatistic > nCenterFocus::RankAndLiftStatistic::rankStatisticPair_m [private] |
Definition at line 161 of file RangStatistik.h.
Referenced by addRankStatistic(), clear(), and print().
1.6.3