PLearn 0.1
|
#include <plearn/vmat/SourceVMatrix.h>
Go to the source code of this file.
Classes | |
class | PLearn::SeparateInputVMatrix |
Separates the input in nsep parts and distributes them on different rows. More... | |
class | PLearn::DiffTemplate< ObjectType, SeparateInputVMatrix > |
class | PLearn::TypeTraits< SeparateInputVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const SeparateInputVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, SeparateInputVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, SeparateInputVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const SeparateInputVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SeparateInputVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SeparateInputVMatrix > *opt, PLearnDiff *diffs) |
Definition in file SeparateInputVMatrix.h.