#include "gstlearn_export.hpp"#include "Basic/VectorNumT.hpp"#include "Basic/AStringable.hpp"#include "Basic/ICloneable.hpp"Classes | |
| class | AMatrix |
Functions | |
| GSTLEARN_EXPORT void | setGlobalFlagEigen (bool flagEigen) |
| GSTLEARN_EXPORT bool | isGlobalFlagEigen () |
| GSTLEARN_EXPORT void | setMultiThread (int nthreads) |
| GSTLEARN_EXPORT int | getMultiThread () |
| GSTLEARN_EXPORT bool | isMultiThread () |
| GSTLEARN_EXPORT int getMultiThread | ( | ) |
| GSTLEARN_EXPORT bool isGlobalFlagEigen | ( | ) |
| GSTLEARN_EXPORT bool isMultiThread | ( | ) |
| GSTLEARN_EXPORT void setGlobalFlagEigen | ( | bool | flagEigen | ) |
Modify the parameter for using EIGEN library or not. Warning: this must be performed very early in the script in order to forbid mixing two different styles.
| flagEigen | True if EIGEN library must be used; False otherwise (old style) |
| GSTLEARN_EXPORT void setMultiThread | ( | int | nthreads | ) |