algebramix_doc 0.3
mat_mul_aligned_helper< V, W, Op, D, S1, S2 > Struct Template Reference

#include <matrix_aligned.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename V, typename W, typename Op, typename D, typename S1, typename S2>
struct mmx::mat_mul_aligned_helper< V, W, Op, D, S1, S2 >

Definition at line 84 of file matrix_aligned.hpp.


Member Function Documentation

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);
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines