Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
UnzipResult1D< T, U > Struct Template Reference

Result of converting a one-dimensional indexed map to dense vectors. More...

#include <Indexing.h>

Public Attributes

std::vector< Tids
 Ids in map iteration order.
 
std::vector< U > vals
 Values associated with ids.
 

Detailed Description

template<typename T, typename U>
struct UnzipResult1D< T, U >

Result of converting a one-dimensional indexed map to dense vectors.

Template Parameters
TType of the ids.
UType of the associated values.

Definition at line 30 of file Indexing.h.

Member Data Documentation

◆ ids

template<typename T , typename U >
std::vector<T> UnzipResult1D< T, U >::ids

Ids in map iteration order.

Definition at line 31 of file Indexing.h.

◆ vals

template<typename T , typename U >
std::vector<U> UnzipResult1D< T, U >::vals

Values associated with ids.

Definition at line 32 of file Indexing.h.


The documentation for this struct was generated from the following file: