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. | |
| 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().
| OSTREAM& maple::print | ( | OSTREAM & | os, | |
| const std::complex< C > & | c | |||
| ) |
| 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().
![]() |