My Project
Loading...
Searching...
No Matches
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}
void print(OSTREAM &) const
const CanonicalForm int s
Definition facAbsFact.cc:51
#define M
Definition sirandom.c:25