SHOGUN
4.2.0
|
Classes | |
struct | allocate_result |
Template struct allocate_result for allocating objects of return type for element-wise operations. This generic version takes care of the vector types supported by Shogun (SGVector and CGPUVector). More... | |
struct | allocate_result< SGMatrix< T >, SGMatrix< ST > > |
Specialization for allocate_result when return type is SGMatrix. Works with different scalar types as well. T defines the scalar type for the operand and whereas ST is the scalar type for the result of the element-wise operation. More... | |