PLearn 0.1
Namespaces | Functions
VMat.cc File Reference
#include "VMat.h"
#include <plearn/io/fileutils.h>
#include "MemoryVMatrix.h"
#include "FileVMatrix.h"
#include "SelectRowsVMatrix.h"
#include "SelectColumnsVMatrix.h"
#include "SelectRowsFileIndexVMatrix.h"
#include <plearn/io/MatIO.h>
Include dependency graph for VMat.cc:

Go to the source code of this file.

Namespaces

namespace  PLearn
 

< for swap


Functions

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