SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
struct | int2float< inputType > |
Generic class int2float which converts different types of integer into float64 type. More... | |
struct | int2float< int32_t > |
Specialization of generic class int2float which converts int32 into float64. More... | |
struct | int2float< int64_t > |
Specialization of generic class int2float which converts int64 into float64. More... | |
struct | mean< Backend, Matrix > |
Generic class mean which provides a static compute method. More... | |
struct | rowwise_mean< Backend, Matrix > |
Generic class rowwise_mean which provides a static compute method. More... | |
struct | mean< Backend::EIGEN3, Matrix > |
Specialization of generic mean which works with SGVector and SGMatrix and uses Eigen3 as backend for computing mean. More... | |
struct | rowwise_mean< Backend::EIGEN3, Matrix > |
Specialization of generic mean which works with SGMatrix and uses Eigen3 as backend for computing rowwise mean. More... | |