SyFi
0.3
|
#include <ginac_tools.h>
Public Member Functions | |
ExStats () | |
const ExStats & | operator+= (const ExStats &rhs) |
def | __init__ |
def | __iadd__ |
Public Attributes | |
int | muls |
int | adds |
int | pows |
int | functions |
int | flops |
Static Public Attributes | |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
tuple | muls = _swig_property(_SyFi.ExStats_muls_get, _SyFi.ExStats_muls_set) |
tuple | adds = _swig_property(_SyFi.ExStats_adds_get, _SyFi.ExStats_adds_set) |
tuple | pows = _swig_property(_SyFi.ExStats_pows_get, _SyFi.ExStats_pows_set) |
tuple | functions = _swig_property(_SyFi.ExStats_functions_get, _SyFi.ExStats_functions_set) |
tuple | flops = _swig_property(_SyFi.ExStats_flops_get, _SyFi.ExStats_flops_set) |
Static Private Attributes | |
__repr__ = _swig_repr | |
__swig_destroy__ = _SyFi.delete_ExStats |
Proxy of C++ SyFi::ExStats class
Definition at line 115 of file ginac_tools.h.
SyFi::ExStats::ExStats | ( | ) | [inline] |
def SyFi::ExStats::__init__ | ( | self | ) |
def SyFi::ExStats::__iadd__ | ( | self, | |
rhs | |||
) |
SyFi::ExStats::__repr__ = _swig_repr [static, private] |
SyFi::ExStats::__swig_destroy__ = _SyFi.delete_ExStats [static, private] |
Definition at line 131 of file ginac_tools.h.
Referenced by main(), operator+=(), and print().
tuple SyFi::ExStats::adds = _swig_property(_SyFi.ExStats_adds_get, _SyFi.ExStats_adds_set) [static] |
Definition at line 137 of file ginac_tools.h.
Referenced by main(), operator+=(), and print().
tuple SyFi::ExStats::flops = _swig_property(_SyFi.ExStats_flops_get, _SyFi.ExStats_flops_set) [static] |
Definition at line 134 of file ginac_tools.h.
Referenced by main(), operator+=(), and print().
tuple SyFi::ExStats::functions = _swig_property(_SyFi.ExStats_functions_get, _SyFi.ExStats_functions_set) [static] |
Definition at line 130 of file ginac_tools.h.
Referenced by main(), operator+=(), and print().
tuple SyFi::ExStats::muls = _swig_property(_SyFi.ExStats_muls_get, _SyFi.ExStats_muls_set) [static] |
Definition at line 133 of file ginac_tools.h.
Referenced by main(), operator+=(), and print().
tuple SyFi::ExStats::pows = _swig_property(_SyFi.ExStats_pows_get, _SyFi.ExStats_pows_set) [static] |
tuple SyFi::ExStats::thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static] |