PLearn 0.1
Namespaces | Functions
Mat.cc File Reference
#include "Mat.h"
#include "TMat_maths.h"
Include dependency graph for Mat.cc:

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)

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