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 2024-07-18 at 13:53:30 +0000