LAMA
/home/brandes/workspace/LAMA/src/lama/storage/MatrixStorage.hpp File Reference

Definition of a common base class for all matrix storage formats. More...

#include <ostream>
#include <lama/LAMAArray.hpp>
#include <lama/io/FileType.hpp>

Go to the source code of this file.

Data Structures

class  lama::_MatrixStorage
 The class _MatrixStorage is the base class for all matrix storage classes supported by LAMA. More...
class  lama::MatrixStorage< T >
 The template class MatrixStorage<ValueType> is the base class for all matrix storage classes of a given ValueType. More...

Namespaces

namespace  lama
 

The namespace lama holds everything of the C++ Library lama.


Enumerations

enum  lama::MatrixStorageFormat {
  lama::CSR, lama::ELL, lama::DIA, lama::JDS,
  lama::COO, lama::DENSE, lama::ASSEMBLY, lama::UNDEFINED
}
 Enumeration type for different matrix storage formats. More...

Functions

std::ostream & lama::operator<< (std::ostream &stream, const MatrixStorageFormat storageFormat)

Detailed Description

Definition of a common base class for all matrix storage formats.

Author:
Thomas Brandes
Date:
27.04.2011 $Id$