PLearn 0.1
|
#include "VMatrix.h"
#include "CompactFileVMatrix.h"
#include "DiskVMatrix.h"
#include "FileVMatrix.h"
#include "SubVMatrix.h"
#include "VMat_computeStats.h"
#include <plearn/base/tostring.h>
#include <plearn/base/lexical_cast.h>
#include <plearn/base/stringutils.h>
#include <plearn/io/fileutils.h>
#include <plearn/io/load_and_save.h>
#include <plearn/math/random.h>
#include <plearn/base/RemoteDeclareMethod.h>
#include <nspr/prenv.h>
#include <plearn/math/TMat_maths.h>
#include <plearn/sys/procinfo.h>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | MY_PRINT_ERROR_MST(NAME) |
#define MY_PRINT_ERROR_MST | ( | NAME | ) |
PLERROR("In VMatrix::compatibleSizeError " \ " - in class %s - The matrices are not compatible!\n" \ "m1."#NAME"=%d and m2."#NAME"=%d. \n%s", \ classname().c_str(), this->NAME(), m->NAME(), extra_msg.c_str());
Referenced by PLearn::VMatrix::compatibleSizeError().