SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Sum.h 文件参考

浏览源代码.

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. 更多...
 
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. 更多...
 
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. 更多...
 
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. 更多...
 
struct  sum< Backend::EIGEN3, Matrix >
 Specialization of generic sum which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
 
struct  sum_symmetric< Backend::EIGEN3, Matrix >
 Specialization of generic sum symmetric which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
 
struct  colwise_sum< Backend::EIGEN3, Matrix >
 Specialization of generic colwise_sum which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
 
struct  rowwise_sum< Backend::EIGEN3, Matrix >
 Specialization of generic rowwise_sum which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
 

SHOGUN 机器学习工具包 - 项目文档