|
PLearn 0.1
|

Go to the source code of this file.
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| void | PLearn::addDiffPrefix (PLearnDiff *diffs, const string &prefix, int n) |
| Just call diffs->addDiffPrefix(prefix, n). | |
| int | PLearn::diff (PLearnDiff *diffs, const string &refer, const string &other, const string &name) |
| Just call diffs->diff(refer, other, name); This function is used so that it can be forward-declared. | |
| real | PLearn::get_absolute_tolerance (PLearnDiff *diffs) |
| Return the absolute tolerance of a PLearnDiff. | |
| real | PLearn::get_relative_tolerance (PLearnDiff *diffs) |
| Return the relative tolerance of a PLearnDiff. | |
| void | PLearn::setSaveDiffs (PLearnDiff *diffs, bool save_diffs, bool *save_diffs_backup=0) |
| Just call diffs->setSaveDiffs(save_diffs, save_diffs_backup). | |
Definition in file PLearnDiff.cc.
1.7.4