PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::MatRowVariable |
Variable that is the row of matrix mat indexed by variable input. More... | |
class | PLearn::DiffTemplate< ObjectType, MatRowVariable > |
class | PLearn::TypeTraits< MatRowVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const MatRowVariable &o) |
PStream & | PLearn::operator>> (PStream &in, MatRowVariable &o) |
PStream & | PLearn::operator>> (PStream &in, MatRowVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const MatRowVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< MatRowVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MatRowVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::accessRow (const Mat &m, Var index) |