| 
    PLearn 0.1 
   | 
 


Go to the source code of this file.
Namespaces | |
| namespace | PLearn | 
< for swap  | |
Functions | |
| ostream & | PLearn::operator<< (ostream &out, const Vec &v) | 
| Vec * | PLearn::newVecArray (int n) | 
| Vec * | PLearn::newVecArray (int n, int the_length) | 
| template<> | |
| void | PLearn::deepCopyField (Vec &field, CopiesMap &copies) | 
| 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::unitmatrix (int n) | 
| Mat | PLearn::operator^ (const Mat &m1, const Mat &m2) | 
| template<> | |
| void | PLearn::deepCopyField (Mat &field, CopiesMap &copies) | 
| void | printvec (const PLearn::Vec &v) | 
| For use within debugger (gdb) only.   | |
| void | printmat (const PLearn::Mat &m) | 
Definition in file Mat.h.
| 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; }

 1.7.4