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

Go to the source code of this file.

Data Structures

class  SubMatrix< T >
 
class  Matrix< T >
 
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 ,
const Matrix< T > &   
)

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
#define M
Definition: sirandom.c:24