SHOGUN
6.0.0
|
Go to the source code of this file.
Classes | |
class | LinalgBackendEigen |
Linalg methods with Eigen3 backend. More... | |
#define BACKEND_GENERIC_BLOCK_COLWISE_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 286 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_BLOCK_ROWWISE_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 304 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_BLOCK_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 250 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_CHOLESKY_FACTOR | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 111 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_CHOLESKY_SOLVER | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 121 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_COLWISE_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 277 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_COMPLEX_MEAN | ( | Container | ) |
Implementation of
Definition at line 200 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_DOT | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 131 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_IN_PLACE_ADD | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 100 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_IN_PLACE_BLOCK_ELEMENT_PROD | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 150 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_IN_PLACE_ELEMENT_PROD | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 140 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_IN_PLACE_MATRIX_PROD | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 169 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_IN_PLACE_SCALE | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 220 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_LOGISTIC | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 160 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_MAX | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 180 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_RANGE_FILL | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 210 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_REAL_MEAN | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 190 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_ROWWISE_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 295 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_SET_CONST | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 230 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 240 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_SYMMETRIC_BLOCK_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 268 of file LinalgBackendEigen.h.
#define BACKEND_GENERIC_SYMMETRIC_SUM | ( | Type, | |
Container | |||
) |
Implementation of
Definition at line 259 of file LinalgBackendEigen.h.
#define DEFINE_FOR_ALL_PTYPE | ( | METHODNAME, | |
Container | |||
) |
Definition at line 48 of file LinalgBackendEigen.h.
#define DEFINE_FOR_NON_INTEGER_PTYPE | ( | METHODNAME, | |
Container | |||
) |
Definition at line 79 of file LinalgBackendEigen.h.
#define DEFINE_FOR_NUMERIC_PTYPE | ( | METHODNAME, | |
Container | |||
) |
Definition at line 85 of file LinalgBackendEigen.h.
#define DEFINE_FOR_REAL_PTYPE | ( | METHODNAME, | |
Container | |||
) |
Definition at line 64 of file LinalgBackendEigen.h.