Cosine function: x |--> cos(x).  
More...
#include <unary_op_tags.hpp>
Public Member Functions | 
| NumericT  | apply (NumericT value) const  | 
| bool  | can_simplify () const  | 
Static Public Member Functions | 
| static std::string  | str () | 
Detailed Description
template<typename NumericT>
 struct viennamath::op_cos< NumericT >
Cosine function: x |--> cos(x). 
- Template Parameters:
 - 
  
     | NumericT  | The underlying numeric (floating point) type  | 
  
   
Member Function Documentation
      
        
          | NumericT apply  | 
          ( | 
          NumericT  | 
           value | 
           )  | 
           const [inline] | 
        
      
 
 
      
        
          | bool can_simplify  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
 
      
        
          | static std::string str  | 
          ( | 
           | 
           )  | 
           [inline, static] | 
        
      
 
 
The documentation for this struct was generated from the following file: