#include <blitz/blitz.h>
#include <blitz/memblock.h>
#include <blitz/range.h>
#include <blitz/tinyvec.h>
#include <blitz/indexexpr.h>
#include <blitz/prettyprint.h>
#include <blitz/array/slice.h>
#include <blitz/array/map.h>
#include <blitz/array/multi.h>
#include <blitz/array/domain.h>
#include <blitz/array/storage.h>
#include <blitz/array/iter.h>
#include <blitz/array/fastiter.h>
#include <blitz/array/expr.h>
#include <blitz/array/methods.cc>
#include <blitz/array/eval.cc>
#include <blitz/array/ops.cc>
#include <blitz/array/io.cc>
#include <blitz/array/et.h>
#include <blitz/array/reduce.h>
#include <blitz/array/interlace.cc>
#include <blitz/array/resize.cc>
#include <blitz/array/slicing.cc>
#include <blitz/array/cycle.cc>
#include <blitz/array/complex.cc>
#include <blitz/array/zip.h>
#include <blitz/array/where.h>
#include <blitz/array/indirect.h>
#include <blitz/array/stencils.h>
Go to the source code of this file.
Functions |
template<typename P_numtype , int N_rank> |
void | swap (Array< P_numtype, N_rank > &, Array< P_numtype, N_rank > &) |
template<typename P_numtype , int N_rank> |
void | find (Array< TinyVector< int, N_rank >, 1 > &, const Array< P_numtype, N_rank > &) |
template<typename T_numtype > |
ostream & | operator<< (ostream &, const Array< T_numtype, 1 > &) |
template<typename T_numtype > |
ostream & | operator<< (ostream &, const Array< T_numtype, 2 > &) |
template<typename T_numtype , int N_rank> |
ostream & | operator<< (ostream &, const Array< T_numtype, N_rank > &) |
template<typename T_numtype , int N_rank> |
istream & | operator>> (istream &is, Array< T_numtype, N_rank > &x) |
template<typename P_expr > |
void | find (Array< TinyVector< int, P_expr::rank >, 1 > &indices, const _bz_ArrayExpr< P_expr > &expr) |
Function Documentation
template<typename P_numtype , int N_rank>
void find |
( |
Array< TinyVector< int, N_rank >, 1 > & |
indices, |
|
|
const Array< P_numtype, N_rank > & |
exprVals |
|
) |
| |
template<typename P_expr >
void find |
( |
Array< TinyVector< int, P_expr::rank >, 1 > & |
indices, |
|
|
const _bz_ArrayExpr< P_expr > & |
expr |
|
) |
| |
template<typename T_numtype >
ostream& operator<< |
( |
ostream & |
, |
|
|
const Array< T_numtype, 1 > & |
|
|
) |
| |
template<typename T_numtype >
ostream& operator<< |
( |
ostream & |
, |
|
|
const Array< T_numtype, 2 > & |
|
|
) |
| |
template<typename T_numtype , int N_rank>
ostream& operator<< |
( |
ostream & |
, |
|
|
const Array< T_numtype, N_rank > & |
|
|
) |
| |
template<typename T_numtype , int N_rank>
istream& operator>> |
( |
istream & |
is, |
|
|
Array< T_numtype, N_rank > & |
x |
|
) |
| |
template<typename P_numtype , int N_rank>
void swap |
( |
Array< P_numtype, N_rank > & |
a, |
|
|
Array< P_numtype, N_rank > & |
b |
|
) |
| |
Variable Documentation
const int eleventhDim = 10 |
const int eleventhRank = 10 |
const int seventhRank = 6 |