33#ifndef __H__UG__CRS_ALGEBRA__VECTOR__
34#define __H__UG__CRS_ALGEBRA__VECTOR__
36#include "../cpu_algebra/vector.h"
47template <
typename TValueType>
Definition mapvector.h:49
TValueType value_type
Definition mapvector.h:51
MapVector(size_t _length)
constructor with length
Definition mapvector.h:58
MapVector()
constructor
Definition mapvector.h:55
MapVector< TValueType > vector_type
Definition mapvector.h:52