LAMA
|
Template specilization of the matrix template for distributed matrixes. More...
#include <lama/matrix/SparseMatrix.hpp>
#include <lama/matrix/DenseMatrix.hpp>
#include <lama/NoSyncToken.hpp>
#include <lama/LAMAArrayUtils.hpp>
#include <lama/storage/MatrixStorage.hpp>
#include <lama/storage/CSRStorage.hpp>
#include <lama/exception/Exception.hpp>
#include <lama/CommunicatorFactory.hpp>
#include <lama/distribution/NoDistribution.hpp>
#include <lama/distribution/CyclicDistribution.hpp>
#include <lama/distribution/Redistributor.hpp>
#include <lama/tracing.hpp>
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Functions | |
lama::LAMA_LOG_DEF_TEMPLATE_LOGGER (template< typename T >, SparseMatrix< T >::logger,"Matrix.SparseMatrix") | |
Variables | |
template class LAMA_DLL_IMPORTEXPORT | lama::SparseMatrix< float > |
template class LAMA_DLL_IMPORTEXPORT | lama::SparseMatrix< double > |
Template specilization of the matrix template for distributed matrixes.