algebramix_doc 0.3
|
#include <vector_aligned.hpp>
Definition at line 131 of file vector_aligned.hpp.
Definition at line 132 of file vector_aligned.hpp.
static C1 op | ( | const C1 * | s1, |
const C2 * | s2, | ||
nat | n | ||
) | [inline, static] |
Definition at line 133 of file vector_aligned.hpp.
{
return Vec::template vec_binary_big<Op,C1,C2> (s1, s2, n); }
static C1 op | ( | const C1 * | s1, |
const C2 * | s2, | ||
nat | n, | ||
const format< C1 > & | fm1, | ||
const format< C2 > & | fm2 | ||
) | [inline, static] |
Definition at line 135 of file vector_aligned.hpp.
{
return Vec::template vec_binary_big<Op,C1,C2> (s1, s2, n, fm1, fm2); } };