algebramix_doc 0.3
vec_unary_aligned_helper< V, W, Op, T, C > Struct Template Reference

#include <vector_aligned.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<typename V, typename W, typename Op, typename T, typename C>
struct mmx::vec_unary_aligned_helper< V, W, Op, T, C >

Definition at line 73 of file vector_aligned.hpp.


Member Typedef Documentation

typedef implementation<vector_abstractions,V> Vec

Definition at line 74 of file vector_aligned.hpp.


Member Function Documentation

static void op ( T *  dest,
const C s,
nat  n 
) [inline, static]

Definition at line 75 of file vector_aligned.hpp.

                                                     {
    Vec::template vec_unary<Op,T,C> (dest, s, n); } };

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines