PLearn 0.1
|
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). |
Definition in file VMat.h.