| 
    algebramix_doc 0.3 
   | 
 
#include <vector_aligned.hpp>
Definition at line 108 of file vector_aligned.hpp.
Definition at line 109 of file vector_aligned.hpp.
| static bool op | ( | const C1 * | s1, | 
| const C2 * | s2, | ||
| nat | n | ||
| ) |  [inline, static] | 
        
Definition at line 110 of file vector_aligned.hpp.
                                                            {
    return Vec::template vec_binary_test<Op,C1,C2> (s1, s2, n); } };