27#include <alien/utils/Precomp.h>
28#include <alien/utils/VMap.h>
83 Arccore::Integer size(Arccore::Integer index)
const;
89 Arccore::Integer maxBlockSize()
const;
95 const ValuePerBlock& blockSizes()
const;
101 std::shared_ptr<VBlock> clone()
const;
Variable size block elements for block matrices.
std::shared_ptr< Internal > m_internal
Actual implementation of variable blocks size.
VBlock(ValuePerBlock &&all_blocks_sizes)
Rvalue constructor.
VMap< Arccore::Integer, Arccore::Integer > ValuePerBlock
Type of the size of each block.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --