My Project
Data Structures | Macros | Functions
ftmpl_matrix.h File Reference
#include <iostream>

Go to the source code of this file.

Data Structures

class  Matrix< T >
 
class  SubMatrix< T >
 

Macros

#define OSTREAM   std::ostream
 

Functions

template<class T >
OSTREAMoperator<< (OSTREAM &, const Matrix< T > &)
 

Macro Definition Documentation

◆ OSTREAM

#define OSTREAM   std::ostream

Definition at line 9 of file ftmpl_matrix.h.

Function Documentation

◆ operator<<()

template<class T >
OSTREAM & operator<< ( OSTREAM s,
const Matrix< T > &  M 
)

Definition at line 314 of file ftmpl_matrix.cc.

315{
316 M.print( s );
317 return s;
318}
const CanonicalForm int s
Definition: facAbsFact.cc:51
#define M
Definition: sirandom.c:25