PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::RemapLastColumnVMatrix |
class | PLearn::DiffTemplate< ObjectType, RemapLastColumnVMatrix > |
class | PLearn::TypeTraits< RemapLastColumnVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
VMat | PLearn::remapLastColumn (VMat s, Mat mapping, bool call_build_=false) |
VMat | PLearn::remapLastColumn (VMat s, real if_equals_value, real then_value=1.0, real else_value=-1.0, bool call_build_=false) |
Object * | PLearn::toObjectPtr (const RemapLastColumnVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, RemapLastColumnVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, RemapLastColumnVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const RemapLastColumnVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RemapLastColumnVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RemapLastColumnVMatrix > *opt, PLearnDiff *diffs) |
Definition in file RemapLastColumnVMatrix.h.