LAMA
|
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. |
Definition of matrix class for distributed matrixes in Dense format.