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

Definition at line 131 of file vector_aligned.hpp.


Member Typedef Documentation

typedef implementation<vector_abstractions,V> Vec

Definition at line 132 of file vector_aligned.hpp.


Member Function Documentation

static C1 op ( const C1 *  s1,
const C2 *  s2,
nat  n,
const format< C1 > &  fm1,
const format< C2 > &  fm2 
) [inline, static]

Definition at line 135 of file vector_aligned.hpp.

00136                                                                      {
00137     return Vec::template vec_binary_big<Op,C1,C2> (s1, s2, n, fm1, fm2); } };

static C1 op ( const C1 *  s1,
const C2 *  s2,
nat  n 
) [inline, static]

Definition at line 133 of file vector_aligned.hpp.

00133                                                           {
00134     return Vec::template vec_binary_big<Op,C1,C2> (s1, s2, n); }


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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1