| 
    algebramix_doc 0.3 
   | 
 
#include <vector_aligned.hpp>
Definition at line 94 of file vector_aligned.hpp.
Definition at line 95 of file vector_aligned.hpp.
| static void op | ( | T * | dest, | 
| const C * | s, | ||
| const X & | x, | ||
| nat | n | ||
| ) |  [inline, static] | 
        
Definition at line 96 of file vector_aligned.hpp.
                                                                 {
    Vec::template vec_binary_scalar<Op,T,C,X> (dest, s, x, n); } };