PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn/base/general.h>
#include <plearn/base/PP.h>
#include <plearn/math/TMat.h>
#include <plearn/vmat/VMat.h>
#include "Variable.h"
#include "VarArray.h"
Go to the source code of this file.
Classes | |
class | PLearn::Func |
class | PLearn::Function |
class | PLearn::DiffTemplate< ObjectType, Function > |
class | PLearn::TypeTraits< Function > |
class | PLearn::TypeTraits< Func > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const Function &o) |
PStream & | PLearn::operator>> (PStream &in, Function &o) |
PStream & | PLearn::operator>> (PStream &in, Function *&o) |
PStream & | PLearn::operator<< (PStream &out, const Function &o) |
PStream & | PLearn::operator>> (PStream &in, PP< Function > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Function > *opt, PLearnDiff *diffs) |
PStream & | PLearn::operator>> (PStream &in, Func &o) |
PStream & | PLearn::operator<< (PStream &out, const Func &o) |
Func | PLearn::operator/ (Func f, real value) |
template<> | |
void | PLearn::deepCopyField (Func &field, CopiesMap &copies) |