CMS 3D CMS Logo

List of all members | Static Public Member Functions
Matriplex::MultiplyCls< T, D, N > Struct Template Reference

#include <Matriplex.h>

Static Public Member Functions

static void multiply (const MPlex< T, D, D, N > &A, const MPlex< T, D, D, N > &B, MPlex< T, D, D, N > &C)
 

Detailed Description

template<typename T, idx_t D, idx_t N>
struct Matriplex::MultiplyCls< T, D, N >

Definition at line 527 of file Matriplex.h.

Member Function Documentation

◆ multiply()

template<typename T , idx_t D, idx_t N>
static void Matriplex::MultiplyCls< T, D, N >::multiply ( const MPlex< T, D, D, N > &  A,
const MPlex< T, D, D, N > &  B,
MPlex< T, D, D, N > &  C 
)
inlinestatic

Definition at line 528 of file Matriplex.h.

Referenced by Matriplex::multiply().

528  {
529  throw std::runtime_error("general multiplication not supported, well, call multiplyGeneral()");
530  }