PLearn 0.1
Classes | Namespaces | Functions
VMat.h File Reference
#include "VMatrix.h"
#include <plearn/base/PP.h>
#include <plearn/math/TMat.h>
#include "VVec.h"
Include dependency graph for VMat.h:

Go to the source code of this file.

Classes

class  PLearn::VMat
class  PLearn::TypeTraits< VMat >

Namespaces

namespace  PLearn
 

< for swap


Functions

PStream & PLearn::operator>> (PStream &in, VMat &o)
PStream & PLearn::operator<< (PStream &out, const VMat &o)
void PLearn::operator<< (const Mat &dest, const VMatrix &src)
void PLearn::operator>> (const VMatrix &src, const Mat &dest)
void PLearn::operator<< (const Mat &dest, const VMat &src)
void PLearn::operator>> (const VMat &src, const Mat &dest)
Array< VMat > PLearn::operator& (const VMat &d1, const VMat &d2)
template<>
void PLearn::deepCopyField (VMat &field, CopiesMap &copies)
VMat PLearn::loadAsciiAsVMat (const PPath &filename)
 Load an ASCII file and return the corresponding VMat (this will be a MemoryVMatrix, since the entire file is loaded in memory).

Detailed Description

Definition in file VMat.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines