algebramix_doc 0.3
|
#include <vector_aligned.hpp>
Definition at line 66 of file vector_aligned.hpp.
Definition at line 67 of file vector_aligned.hpp.
static void op | ( | T * | dest, |
nat | n | ||
) | [inline, static] |
Definition at line 68 of file vector_aligned.hpp.
{ Vec::template vec_nullary<Op,T> (dest, n); } };