LAMA
|
Implementation of methods for common base class of all matrix storage formats. More...
#include <lama/storage/MatrixStorage.hpp>
#include <lama/storage/CSRStorage.hpp>
#include <lama/storage/DenseStorage.hpp>
#include <lama/storage/SparseAssemblyStorage.hpp>
#include <lama/storage/StorageMethods.hpp>
#include <lama/distribution/Distribution.hpp>
#include <lama/distribution/Redistributor.hpp>
#include <lama/distribution/Halo.hpp>
#include <lama/LAMAArrayUtils.hpp>
#include <lama/LAMAInterface.hpp>
#include <lama/ContextAccess.hpp>
#include <lama/StorageIO.hpp>
#include <lama/openmp/OpenMPUtils.hpp>
#include <lama/openmp/OpenMPCSRUtils.hpp>
#include <lama/task/TaskSyncToken.hpp>
#include <lama/tracing.hpp>
#include <boost/bind.hpp>
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Functions | |
lama::LAMA_LOG_DEF_LOGGER (_MatrixStorage::logger,"MatrixStorage") | |
std::ostream & | lama::operator<< (std::ostream &stream, const MatrixStorageFormat storageFormat) |
Variables | |
template class LAMA_DLL_IMPORTEXPORT | lama::MatrixStorage< float > |
template class LAMA_DLL_IMPORTEXPORT | lama::MatrixStorage< double > |
Implementation of methods for common base class of all matrix storage formats.