Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &s, const drovector &vec) |
|
||||||||||||
|
Definition at line 66 of file drovector-io.hpp. References drovector::Ll.
00067 {
00068 for(long i=0; i<vec.Ll; i++){ s << " " << vec(i); }
00069 s << std::endl;
00070
00071 return s;
00072 }
|
1.3.5