Go to the source code of this file.
|
struct | linalg_traits< Module > |
| General purpose linalg_traits for compile time information about backends set per module (see below). This uses the backend from the modules. To get the backend set globally, use linalg_traits<ModuleName>::backend. More...
|
|
|
enum | Backend { EIGEN3,
NATIVE,
DEFAULT = 0
} |
| All currently supported linear algebra backend libraries, with a default backend, which will be used for all the tasks if any particular backend is not set explicitly via cmake options. A Native backend is also defined to accommodate Shogun's native implementation of some operations. More...
|
|