#include <op_trig_proto.hpp>
Static Public Member Functions | |
| template<typename T1 > | |
| static void | apply (Mat< typename T1::elem_type > &out, const Op< T1, op_acosh > &in) |
| template<typename T1 > | |
| static void | apply (Cube< typename T1::elem_type > &out, const OpCube< T1, op_acosh > &in) |
| template<typename T , typename T1 > | |
| static void | apply (Mat< std::complex< T > > &out, const Op< T1, op_acosh > &in) |
| template<typename T , typename T1 > | |
| static void | apply (Cube< std::complex< T > > &out, const OpCube< T1, op_acosh > &in) |
Definition at line 62 of file op_trig_proto.hpp.
| static void op_acosh::apply | ( | Mat< std::complex< T > > & | out, | |
| const Op< T1, op_acosh > & | in | |||
| ) | [inline, static] |