mul_unrolled_helper< D, S1, S2 > Struct Template Reference

#include <matrix_unrolled.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename D, typename S1, typename S2>
struct mmx::mul_unrolled_helper< D, S1, S2 >

Definition at line 104 of file matrix_unrolled.hpp.


Member Function Documentation

static void op ( D dest,
const S1 *  src1,
const S2 *  src2,
nat  r,
nat  rr,
nat  l,
nat  ll,
nat  c,
nat  cc 
) [inline, static]

Definition at line 107 of file matrix_unrolled.hpp.

00108                                                    {
00109     mul_full_unrolled<Op,ur,ul,uc,W>
00110       (dest, src1, src2, r, rr, l, ll, c, cc); }


The documentation for this struct was generated from the following file:

Generated on 20 Mar 2013 for algebramix by  doxygen 1.6.1