MCKL
Monte Carlo Kernel Library
Classes | Namespaces | Functions
matrix.hpp File Reference
#include <mckl/internal/common.hpp>
#include <mckl/core/is_equal.hpp>
#include <mckl/core/iterator.hpp>

Go to the source code of this file.

Classes

class  mckl::Matrix< T, Layout, Alloc >
 Matrix container. More...
 

Namespaces

 mckl
 

Functions

template<typename CharT , typename Traits , typename T , MatrixLayout Layout, typename Alloc >
std::basic_ostream< CharT, Traits > & mckl::operator<< (std::basic_ostream< CharT, Traits > &os, const Matrix< T, Layout, Alloc > &mat)
 Output operator. More...
 
template<typename CharT , typename Traits , typename T , MatrixLayout Layout, typename Alloc >
std::basic_istream< CharT, Traits > & mckl::operator>> (std::basic_istream< CharT, Traits > &is, Matrix< T, Layout, Alloc > &mat)
 Input operator. More...