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