struct Gambit::OverrideMaps

Definition of struct to hold various override values for a given ParamTag.

#include <subspectrum.hpp>

Public Attributes

Name
std::map< str, double >m0
std::map< str, std::map< int, double > >m1
std::map< str, std::map< int, std::map< int, double > > >m2

Public Attributes Documentation

variable m0

std::map< str, double > m0;

variable m1

std::map< str, std::map< int, double > > m1;

variable m2

std::map< str, std::map< int, std::map< int, double > > > m2;

Updated on 2023-06-26 at 21:36:50 +0000