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 66 of file dcovector-io.hpp.

References dcovector::L.

00067 {
00068   for(long i=0; i<vec.L; i++){
00069     s << " " << vec(i) << std::endl;
00070   }
00071   
00072   return s;
00073 }


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