vector.cxx File Reference

#include "gslobj.hxx"
#include <string>
#include <gsl/gsl_blas.h>

Include dependency graph for vector.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const gslobj_vector &v)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const gslobj_vector &  v 
)

Definition at line 23 of file vector.cxx.

00024 {
00025     for( int i = 0; i < v.size( ); i++ ) os << " " << v( i );
00026     return( os );
00027 }


Generated on Wed Jul 29 16:35:38 2009 for creaMaracasVisu_lib by  doxygen 1.5.3