Features for testing the presence of latte_int
#
- class sage.features.latte.Latte(*args, **kwds)[source]#
Bases:
JoinFeature
A
Feature
describing the presence of excecutables from LattE integrale.EXAMPLES:
sage: from sage.features.latte import Latte sage: Latte().is_present() # optional - latte_int FeatureTestResult('latte_int', True)
>>> from sage.all import * >>> from sage.features.latte import Latte >>> Latte().is_present() # optional - latte_int FeatureTestResult('latte_int', True)
- class sage.features.latte.Latte_count(*args, **kwds)[source]#
Bases:
Executable
Feature for the executable
count
from LattE integrale.
- class sage.features.latte.Latte_integrate(*args, **kwds)[source]#
Bases:
Executable
Feature for the executable
integrate
from LattE integrale.