Functions
ftmpl_matrix.cc File Reference
#include <factory/templates/ftmpl_matrix.h>

Go to the source code of this file.

Functions

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

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:55
void print(OSTREAM &s) const