blitz/vector.h File Reference
#include <blitz/blitz.h>
#include <blitz/memblock.h>
#include <blitz/range.h>
#include <blitz/listinit.h>
#include <blitz/veciter.h>
#include <blitz/vecpick.h>
#include <blitz/vecexpr.h>
#include <blitz/vecglobs.h>
#include <blitz/vector.cc>
#include <blitz/vecio.cc>
Go to the source code of this file.
Classes |
class | Vector< P_numtype > |
Functions |
template<typename P_numtype > |
ostream & | operator<< (ostream &os, const Vector< P_numtype > &x) |
template<typename P_expr > |
ostream & | operator<< (ostream &os, _bz_VecExpr< P_expr > expr) |
Function Documentation
template<typename P_expr >
ostream& operator<< |
( |
ostream & |
os, |
|
|
_bz_VecExpr< P_expr > |
expr | |
|
) |
| | [inline] |
template<typename P_numtype >
ostream& operator<< |
( |
ostream & |
os, |
|
|
const Vector< P_numtype > & |
x | |
|
) |
| | [inline] |