unvectorize< C > Struct Template Reference
#include <analytic.hpp>
List of all members.
Public Types
Static Public Member Functions
Detailed Description
template<typename C>
struct mmx::unvectorize< C >
Definition at line 67 of file analytic.hpp.
Member Typedef Documentation
Member Function Documentation
| static C decode |
( |
const vector< val > & |
v, |
|
|
const C & |
gauge | |
|
) |
| | [inline, static] |
Definition at line 71 of file analytic.hpp.
00071 {
00072 (void) gauge;
00073 return v[0]; }
| static vector<val> encode |
( |
const C & |
x |
) |
[inline, static] |
Definition at line 69 of file analytic.hpp.
00069 {
00070 return vector<val> (x, 1); }
The documentation for this struct was generated from the following file: