|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Result of converting a one-dimensional indexed map to dense vectors. More...
#include <Indexing.h>
Public Attributes | |
| std::vector< T > | ids |
| Ids in map iteration order. | |
| std::vector< U > | vals |
| Values associated with ids. | |
Result of converting a one-dimensional indexed map to dense vectors.
| T | Type of the ids. |
| U | Type of the associated values. |
Definition at line 30 of file Indexing.h.
| std::vector<T> UnzipResult1D< T, U >::ids |
Ids in map iteration order.
Definition at line 31 of file Indexing.h.
| std::vector<U> UnzipResult1D< T, U >::vals |
Values associated with ids.
Definition at line 32 of file Indexing.h.