|
algebramix_doc 0.3
|
#include <vector_aligned.hpp>
Definition at line 73 of file vector_aligned.hpp.
Definition at line 74 of file vector_aligned.hpp.
| static void op | ( | T * | dest, |
| const C * | s, | ||
| nat | n | ||
| ) | [inline, static] |
Definition at line 75 of file vector_aligned.hpp.
{
Vec::template vec_unary<Op,T,C> (dest, s, n); } };