blitz Version 0.10
blitz/matrix.h File Reference
#include <blitz/blitz.h>
#include <blitz/memblock.h>
#include <blitz/mstruct.h>
#include <blitz/matrix.cc>
#include <blitz/matexpr.h>
Include dependency graph for matrix.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)

Function Documentation

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 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines