vec_ternary_scalar_aligned_helper< V, W, Op, T, C1, C2, 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 C1, typename C2, typename X>
struct mmx::vec_ternary_scalar_aligned_helper< V, W, Op, T, C1, C2, X >

Definition at line 101 of file vector_aligned.hpp.


Member Typedef Documentation

typedef implementation<vector_abstractions,V> Vec

Definition at line 102 of file vector_aligned.hpp.


Member Function Documentation

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

Definition at line 103 of file vector_aligned.hpp.

00104                                             {
00105     Vec::template vec_ternary_scalar<Op,T,C1,C2,X> (dest, s1, s2, x, n); } };


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

Generated on 20 Mar 2013 for algebramix by  doxygen 1.6.1