stator
A math, geometry, and utility library
Public Member Functions | Public Attributes | List of all members
sym::UnaryOp< Arg, Op > Struct Template Reference

Symbolic representation of a unary operator (i.e., sin(x)). More...

#include <unary_ops.hpp>

Inheritance diagram for sym::UnaryOp< Arg, Op >:
sym::SymbolicOperator

Public Member Functions

 UnaryOp (Arg a)
 

Public Attributes

Arg _arg
 

Detailed Description

template<class Arg, typename Op>
struct sym::UnaryOp< Arg, Op >

Definition at line 30 of file unary_ops.hpp.

Constructor & Destructor Documentation

◆ UnaryOp()

template<class Arg, typename Op>
sym::UnaryOp< Arg, Op >::UnaryOp ( Arg  a)
inline

Definition at line 32 of file unary_ops.hpp.

Member Data Documentation

◆ _arg

template<class Arg, typename Op>
Arg sym::UnaryOp< Arg, Op >::_arg

Definition at line 31 of file unary_ops.hpp.


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