algebramix_doc 0.3
|
#include <matrix_aligned.hpp>
Definition at line 84 of file matrix_aligned.hpp.
static void mul | ( | D * | d, |
const S1 * | s1, | ||
const S2 * | s2, | ||
nat | r, | ||
nat | rr, | ||
nat | l, | ||
nat | ll, | ||
nat | c, | ||
nat | cc | ||
) | [inline, static] |
Definition at line 86 of file matrix_aligned.hpp.
{
typedef implementation<matrix_multiply,V> Mat;
Mat::template mul<Op> (d, s1, s2, r, rr, l, ll, c, cc);
}