Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rocblas::acosa< T > Struct Template Reference

#include <Rocblas.h>

Inheritance diagram for Rocblas::acosa< T >:
Collaboration diagram for Rocblas::acosa< T >:

Public Member Functions

void operator() (T &x, const T &y)
 

Detailed Description

template<class T>
struct Rocblas::acosa< T >

Definition at line 251 of file Rocblas.h.

Member Function Documentation

void operator() ( T &  x,
const T &  y 
)
inline

Definition at line 102 of file op2args.C.

References cimg_library::acos(), and y.

102  {
103  x = (T)std::acos((double)y);
104  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int REAL * x
Definition: read.cpp:74
CImg< _cimg_Tfloat > acos(const CImg< T > &instance)
Definition: CImg.h:6051

Here is the call graph for this function:


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