vec_unary_scalar_aligned_helper< V, W, Op, T, X > 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 X>
struct mmx::vec_unary_scalar_aligned_helper< V, W, Op, T, X >

Definition at line 87 of file vector_aligned.hpp.


Member Typedef Documentation

typedef implementation<vector_abstractions,V> Vec

Definition at line 88 of file vector_aligned.hpp.


Member Function Documentation

static void op ( T *  dest,
const X &  x,
nat  n 
) [inline, static]

Definition at line 89 of file vector_aligned.hpp.

00089                                                      {
00090     Vec::template vec_unary_scalar<Op,T,X> (dest, x, n); } };


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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1