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

Result of converting a square indexed matrix to dense vectors. More...

#include <Indexing.h>

Public Attributes

std::vector< Tids
 Row and column ids in map iteration order.
 
std::vector< std::vector< double > > vals
 Dense square matrix values.
 

Detailed Description

template<typename T>
struct UnzipResult2D< T >

Result of converting a square indexed matrix to dense vectors.

Template Parameters
TType of the row and column ids.

Definition at line 42 of file Indexing.h.

Member Data Documentation

◆ ids

template<typename T >
std::vector<T> UnzipResult2D< T >::ids

Row and column ids in map iteration order.

Definition at line 43 of file Indexing.h.

◆ vals

template<typename T >
std::vector<std::vector<double> > UnzipResult2D< T >::vals

Dense square matrix values.

Definition at line 44 of file Indexing.h.


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