PLearn 0.1
|
#include "VMat.h"
Go to the source code of this file.
Classes | |
class | PLearn::RemoveRowsVMatrix |
sees an underlying VMat with the specified rows excluded More... | |
class | PLearn::DiffTemplate< ObjectType, RemoveRowsVMatrix > |
class | PLearn::TypeTraits< RemoveRowsVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
VMat | PLearn::removeRows (VMat d, Vec rownums) |
VMat | PLearn::removeRow (VMat d, int rownum) |
Object * | PLearn::toObjectPtr (const RemoveRowsVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, RemoveRowsVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, RemoveRowsVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const RemoveRowsVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RemoveRowsVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RemoveRowsVMatrix > *opt, PLearnDiff *diffs) |