PLearn 0.1
Classes | Namespaces | Functions
RemoveRowsVMatrix.h File Reference
#include "VMat.h"
Include dependency graph for RemoveRowsVMatrix.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines