PLearn 0.1
Namespaces | Functions
PLearnDiff.cc File Reference
#include "PLearnDiff.h"
#include <plearn/math/TMat.h>
Include dependency graph for PLearnDiff.cc:

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).

Detailed Description

Definition in file PLearnDiff.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines