LAMA
|
Definition of a structure for a dense matrix. More...
#include <lama/config.hpp>
#include <lama/storage/CRTPMatrixStorage.hpp>
#include <lama/LAMAArray.hpp>
#include <lama/HostReadAccess.hpp>
#include <lama/HostWriteAccess.hpp>
#include <lama/Scalar.hpp>
#include <lama/openmp/OpenMPDenseUtils.hpp>
Go to the source code of this file.
Data Structures | |
class | lama::DenseStorageView< T > |
Storage format for a Dense matrix. More... | |
class | lama::DenseStorage< T > |
The class DenseStorage is a DenseStorageView that manages its own data. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. |
Definition of a structure for a dense matrix.