PLearn 0.1
Namespaces | Functions
Mat.h File Reference
#include "TMat.h"
#include <plearn/io/MatIO.h>
Include dependency graph for Mat.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file Mat.h.


Function Documentation

void printmat ( const PLearn::Mat m)

Definition at line 156 of file Mat.cc.

References PLearn::endl().

{ std::cout << m << std::endl; }

Here is the call graph for this function:

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; }

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines