LAMA
/home/brandes/workspace/LAMA/src/lama/matrix/DenseMatrix.hpp File Reference

Definition of matrix class for distributed matrixes in Dense format. More...

#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include <lama/config.hpp>
#include <lama/matrix/CRTPMatrix.hpp>
#include <lama/matrix/SparseMatrix.hpp>
#include <lama/storage/DenseStorage.hpp>

Go to the source code of this file.

Data Structures

class  lama::DenseMatrix< T >
 Class for dense matrices where rows are distributed among rows and columns are splitted according to a column distribution. More...

Namespaces

namespace  lama
 

The namespace lama holds everything of the C++ Library lama.



Detailed Description

Definition of matrix class for distributed matrixes in Dense format.

Author:
Michael Drost
Date:
22.02.2011 $Id$