Sequoia
Loading...
Searching...
No Matches
Classes | Typedefs
StaticLinearlyPartitionedSequence.hpp File Reference

Classes implementing the concept of a linearly partitioned sequence of data. More...

#include "sequoia/Core/DataStructures/PartitionedData.hpp"
#include "sequoia/Maths/Sequences/LinearSequence.hpp"

Go to the source code of this file.

Classes

struct  sequoia::data_structures::static_partitions_maker< maths::static_linear_sequence< IndexType, NelementsPerPartition, NelementsPerPartition, Npartitions, IndexType > >
 

Typedefs

template<class T , std::size_t Npartitions, std::size_t NelementsPerPartition, std::integral IndexType = std::size_t>
using sequoia::data_structures::static_linearly_partitioned_sequence = static_partitioned_sequence< T, Npartitions, Npartitions *NelementsPerPartition, maths::static_linear_sequence< IndexType, NelementsPerPartition, NelementsPerPartition, Npartitions, IndexType > >
 

Detailed Description

Classes implementing the concept of a linearly partitioned sequence of data.