blitz Version 0.10
|
#include <blitz/blitz.h>
#include <blitz/memblock.h>
#include <blitz/mstruct.h>
#include <blitz/matrix.cc>
#include <blitz/matexpr.h>
Go to the source code of this file.
Classes | |
class | Matrix< P_numtype, BZ_TEMPLATE_DEFAULT > |
Functions | |
template<typename P_numtype , typename P_structure > | |
ostream & | operator<< (ostream &os, const Matrix< P_numtype, P_structure > &matrix) |
template<typename P_numtype , typename P_structure > | |
istream & | operator>> (istream &is, Matrix< P_numtype, P_structure > &matrix) |
ostream& operator<< | ( | ostream & | os, |
const Matrix< P_numtype, P_structure > & | matrix | ||
) |
istream& operator>> | ( | istream & | is, |
Matrix< P_numtype, P_structure > & | matrix | ||
) |