25#include <alien/kernels/simple_csr/SimpleCSRVector.h>
42 template <
typename ValueT,
typename Parameters>
43 BlockVectorReaderT<ValueT, Parameters>::BlockVectorReaderT(
const IVector& vector)
45 , m_block(vector.impl()->block())
46 , m_vblock(vector.impl()->vblock())
49 using namespace Alien;
51 m_values = v.fullValues();
const VectorDistribution & distribution() const override
Get the distribution of the vector.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --