LAMA
|
#include <lama/matrix/DenseMatrix.hpp>
#include <lama/matrix/CSRSparseMatrix.hpp>
#include <lama/DenseVector.hpp>
#include <lama/LAMAInterface.hpp>
#include <lama/NoSyncToken.hpp>
#include <lama/distribution/NoDistribution.hpp>
#include <lama/distribution/CyclicDistribution.hpp>
#include <lama/distribution/Redistributor.hpp>
#include <lama/tracing.hpp>
#include <boost/scoped_array.hpp>
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Functions | |
lama::LAMA_LOG_DEF_TEMPLATE_LOGGER (template< typename T >, DenseMatrix< T >::logger,"Matrix.DenseMatrix") | |
template<typename ValueType > | |
static void | lama::replicate (DenseStorage< ValueType > &replicatedData, DenseStorage< ValueType > &distributedData, const Distribution &distribution) |
Variables | |
template class LAMA_DLL_IMPORTEXPORT | lama::DenseMatrix< float > |
template class LAMA_DLL_IMPORTEXPORT | lama::DenseMatrix< double > |