SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Types | Public Member Functions
sin< complex128_t > Struct Template Reference

Detailed Description

template<>
struct shogun::linalg::operations::sin< complex128_t >

Specialization of template struct sin when scalar type is complex<double>. The operator() is for NATIVE backend implementation. Not available for ViennaCL or Eigen3 backend.

Definition at line 115 of file Sin.h.

Public Types

using return_type = complex128_t
 

Public Member Functions

return_type operator() (complex128_t &val) const
 

Member Typedef Documentation

The return type

Definition at line 118 of file Sin.h.

Member Function Documentation

return_type operator() ( complex128_t val) const
Parameters
valThe scalar value
Returns
sin(val)

Definition at line 124 of file Sin.h.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation