Construct the data structures. More...
#include "Carmen.h"
Functions | |
Matrix | operator* (const real a, const Matrix &M) |
Returns the product of the current matrix and a real a. More... | |
ostream & | operator<< (ostream &out, const Matrix &M) |
Writes the components of the matrix M on screen. More... | |
Construct the data structures.
ostream& operator<< | ( | ostream & | out, |
const Matrix & | M | ||
) |
Writes the components of the matrix M on screen.
out | |
M | Matrix |