SHOGUN
4.2.0
|
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.
Definition at line 77 of file AllocResultUtil.h.
Static Public Member Functions | |
static SGMatrix< ST > | alloc (SGMatrix< T > m) |
Creates a newly allocated memory for SGMatrix.
m | The operand for the element-wise operation of scalar type T |
Definition at line 85 of file AllocResultUtil.h.