Xyce
6.1
|
#include <Xyce_config.h>
#include <iostream>
#include <N_ANP_SweepParam.h>
#include <N_ANP_AnalysisManager.h>
#include <N_ERH_ErrorMgr.h>
#include <N_LOA_Loader.h>
#include <N_UTL_FeatureTest.h>
#include <N_UTL_MachDepParams.h>
#include <N_UTL_Math.h>
#include <N_UTL_Param.h>
Go to the source code of this file.
Namespaces | |
Xyce | |
Pure virtual class to augment a linear system. | |
Xyce::Analysis | |
Circuit Analysis Definitions. | |
Functions | |
std::ostream & | Xyce::Analysis::operator<< (std::ostream &os, const SweepParam &sp) |
SweepParam | Xyce::Analysis::parseSweepParams (Util::ParamList::const_iterator first, Util::ParamList::const_iterator last) |
Populate the sweep params from the parameter list. More... | |
int | Xyce::Analysis::setupSweepLoop (Loader::Loader &loader, std::vector< SweepParam >::iterator begin, std::vector< SweepParam >::iterator end) |
bool | Xyce::Analysis::updateSweepParams (Loader::Loader &loader, int step_count, std::vector< SweepParam >::iterator begin, std::vector< SweepParam >::iterator end, bool overrideOriginal=false) |