maple Namespace Reference


Detailed Description

Namespace for output in maple format.


Classes

class  ostream
 Maple output stream. More...

Namespaces

namespace  MATRIX
namespace  VECTOR

Functions

template<class OSTREAM, class X>
OSTREAM & print (OSTREAM &os, const X &x)
 Generic print function for maple ostream.
template<class OSTREAM, class C>
OSTREAM & print (OSTREAM &os, const std::complex< C > &c)
 Specialised print function for maple ostream and complex numbers.
template<class OSTREAM, class C, class R>
OSTREAM & print (OSTREAM &os, const VectDse< C, R > &V)
 Output operator for the vector V in maple format.


Function Documentation

template<class OSTREAM, class C, class R>
OSTREAM& maple::print ( OSTREAM &  os,
const VectDse< C, R > &  V 
)

Output operator for the vector V in maple format.

Definition at line 67 of file maple.h.

References maple::VECTOR::print().

template<class OSTREAM, class C>
OSTREAM& maple::print ( OSTREAM &  os,
const std::complex< C > &  c 
)

Specialised print function for maple ostream and complex numbers.

Definition at line 33 of file maple.h.

References print().

template<class OSTREAM, class X>
OSTREAM& maple::print ( OSTREAM &  os,
const X &  x 
)

Generic print function for maple ostream.

Definition at line 29 of file maple.h.

Referenced by maple::VECTOR::print(), and print().


SYNAPS DOCUMENTATION
logo