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.

00088   {
00089     typedef implementation<matrix_multiply,V> Mat;
00090     Mat::template mul<Op> (d, s1, s2, r, rr, l, ll, c, cc);
00091   }


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

Generated on 20 Mar 2013 for algebramix by  doxygen 1.6.1