LAMA
|
#include <lama/config.hpp>
#include <lama/Distributed.hpp>
#include <lama/expression/Expression.hpp>
#include <lama/ContextFactory.hpp>
#include <lama/LAMATypes.hpp>
#include <lama/Scalar.hpp>
#include <lama/Context.hpp>
#include <logging/logging.hpp>
Go to the source code of this file.
Data Structures | |
class | lama::Vector |
The class Vector is a abstract type that represents a distributed 1D real or complex vector. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Typedefs | |
typedef boost::shared_ptr < class Vector > | lama::VectorPtr |
Pointer class for a vector, always use of a shared pointer. |