|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Result of converting a square indexed matrix to dense vectors. More...
#include <Indexing.h>
Public Attributes | |
| std::vector< T > | ids |
| Row and column ids in map iteration order. | |
| std::vector< std::vector< double > > | vals |
| Dense square matrix values. | |
Result of converting a square indexed matrix to dense vectors.
| T | Type of the row and column ids. |
Definition at line 42 of file Indexing.h.
| std::vector<T> UnzipResult2D< T >::ids |
Row and column ids in map iteration order.
Definition at line 43 of file Indexing.h.
| std::vector<std::vector<double> > UnzipResult2D< T >::vals |
Dense square matrix values.
Definition at line 44 of file Indexing.h.