Main Page | Class List | File List | Class Members | File Members | Related Pages

_dcovector-io.hpp File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const _dcovector &vec)


Function Documentation

std::ostream& operator<< std::ostream &  s,
const _dcovector vec
[inline]
 

Definition at line 25 of file _dcovector-io.hpp.

References _dcovector::destroy(), and _dcovector::L.

00026 {
00027   for(long i=0; i<vec.L; i++){
00028     s << " " << vec(i) << std::endl;
00029   }
00030   
00031   vec.destroy();
00032   return s;
00033 }


Generated on Sat Jan 31 19:25:44 2004 for CPPScaLapack by doxygen 1.3.5