SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes
ElementwiseUnaryOperation.h File Reference

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...
 

SHOGUN Machine Learning Toolbox - Documentation