PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Vec * | PLearn::newVecArray (int n) |
Vec * | PLearn::newVecArray (int n, int the_length) |
Mat * | PLearn::newMatArray (int n) |
Mat * | PLearn::newMatArray (int n, int the_length, int the_width) |
Mat * | PLearn::newIndexedMatArray (int n, Mat &m, int indexcolumn) |
Mat | PLearn::operator^ (const Mat &m1, const Mat &m2) |
Mat | PLearn::unitmatrix (int n) |
void | printvec (const PLearn::Vec &v) |
For use within debugger (gdb) only. | |
void | printmat (const PLearn::Mat &m) |
void printmat | ( | const PLearn::Mat & | m | ) |
Definition at line 156 of file Mat.cc.
References PLearn::endl().
{ std::cout << m << std::endl; }
void printvec | ( | const PLearn::Vec & | v | ) |
For use within debugger (gdb) only.
Definition at line 153 of file Mat.cc.
References PLearn::endl().
{ std::cout << v << std::endl; }