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

Go to the source code of this file.

Classes

struct  sum< Backend, Matrix >
 Generic class sum which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. More...
 
struct  sum_symmetric< Backend, Matrix >
 Generic class sum symmetric which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. More...
 
struct  colwise_sum< Backend, Matrix >
 Generic class colwise_sum which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. More...
 
struct  rowwise_sum< Backend, Matrix >
 Generic class rowwise_sum which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. More...
 
struct  sum< Backend::EIGEN3, Matrix >
 Specialization of generic sum which works with SGMatrix and uses Eigen3 as backend for computing sum. More...
 
struct  sum_symmetric< Backend::EIGEN3, Matrix >
 Specialization of generic sum symmetric which works with SGMatrix and uses Eigen3 as backend for computing sum. More...
 
struct  colwise_sum< Backend::EIGEN3, Matrix >
 Specialization of generic colwise_sum which works with SGMatrix and uses Eigen3 as backend for computing sum. More...
 
struct  rowwise_sum< Backend::EIGEN3, Matrix >
 Specialization of generic rowwise_sum which works with SGMatrix and uses Eigen3 as backend for computing sum. More...
 

SHOGUN Machine Learning Toolbox - Documentation