Home
last modified time | relevance | path

Searched refs:_max_s (Results 1 – 2 of 2) sorted by relevance

/dports/math/gravity/Gravity-da941e9/examples/Optimization/NonLinear/Power/
H A DBus.h27 double _max_s = 0; variable
38 … unsigned lifetime, double capcost, vector<double> x, vector<double> y): _max_s(max_s), _lifetime(… in BatteryInverter()
51 …cout << "name = " << _name << ", max apparent power = " <<_max_s << ", lifetime = " <<_lifetime <<… in print()
63 double _max_s = 0; variable
74 …WindGen(string name, double max_s=0, unsigned lifetime=100, double capcost=0): _max_s(max_s), _lif… in _max_s() function
80 …cout << "name = " << _name << ", max apparent power = " <<_max_s << ", lifetime = " <<_lifetime <<… in print()
132 double _max_s = 0; variable
148 …e max_ramp_up, double min_down_time, double min_up_time): _max_p(max_p), _max_s(max_s), _lifetime(… in DieselGen()
150 … << ", max real power = " << _max_p << ", " << "max apparent power = " <<_max_s << "min down time … in print()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dusual.cc5839 static const char _max_s []="max"; variable
5840 static define_unary_function_eval (giac__max,&_max,_max_s);