#include <map>
#include <vector>
#include <string>
Go to the source code of this file.
Typedefs | |
typedef std::map< std::string, std::vector< double > > | parE_type |
typedef std::map< std::string, std::vector< std::string > > | parS_type |
typedef std::map<std::string, std::vector<double> > parE_type |
type for passing double-valued parameters to DDAlgo
Definition at line 12 of file DDAlgoPar.h.
typedef std::map<std::string, std::vector<std::string> > parS_type |
type for passing std::string-valued parameters to DDAlgo
Definition at line 9 of file DDAlgoPar.h.