|
SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
| struct | elementwise_unary_operation< Backend, Operand, ReturnType, UnaryOp > |
| Template struct elementwise_unary_operation. This struct is specialized for computing element-wise operations for both matrices and vectors of CPU (SGMatrix/SGVector) or GPU (CGPUMatrix/CGPUVector). More... | |
| struct | elementwise_unary_operation< Backend::NATIVE, Operand, ReturnType, UnaryOp > |
| Specialization for elementwise_unary_operation with NATIVE backend. The operand types MUST be of CPU types (SGMatrix/SGVector). More... | |
| struct | elementwise_unary_operation< Backend::EIGEN3, Operand, ReturnType, UnaryOp > |
| Specialization for elementwise_unary_operation with EIGEN3 backend. The operand types MUST be of CPU types (SGMatrix/SGVector). More... | |