Regina 7.3 Calculation Engine
|
Provides global routines for interfacing with the Regina calculation engine. More...
#include "regina-core.h"
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
const char * | regina::versionString () |
Returns the full version number of this calculation engine. More... | |
int | regina::versionMajor () |
Returns the major version number of this calculation engine. More... | |
int | regina::versionMinor () |
Returns the minor version number of this calculation engine. More... | |
const char * | regina::buildInfo () |
Returns any additional information about this specific build of Regina. More... | |
bool | regina::versionUsesUTF8 (const char *version) |
Did the given version of Regina consistently use UTF-8 in its data files? More... | |
const char * | regina::versionSnapPy () |
Returns the version of SnapPy whose underlying SnapPea kernel is built into Regina. More... | |
const char * | regina::versionSnapPea () |
An alias for versionSnapPy(), which returns the version of SnapPy whose underlying SnapPea kernel is built into Regina. More... | |
bool | regina::hasInt128 () |
Does this particular build of Regina support native 128-bit arithmetic? More... | |
int | regina::politeThreads () |
A suggestion for user interfaces as to how many threads should be used for parallel computations. More... | |
int | regina::testEngine (int value) |
Tests to see if an interface can successfully communicate with the underlying C++ calculation engine. More... | |
Provides global routines for interfacing with the Regina calculation engine.