Logo ROOT   6.08/07
Reference Guide
List of all members | Public Types | List of all members
ROOT::Math::MultPolicy< T, R1, R2 > Struct Template Reference

template<class T, class R1, class R2>
struct ROOT::Math::MultPolicy< T, R1, R2 >

matrix-matrix multiplication policy

Definition at line 33 of file BinaryOpPolicy.h.

Public Types

enum  { N1 = R1::kRows, N2 = R2::kCols }
 
typedef MatRepStd< T, N1, N2RepType
 

#include <Math/BinaryOpPolicy.h>

Member Typedef Documentation

◆ RepType

template<class T, class R1, class R2>
typedef MatRepStd<T, N1, N2> ROOT::Math::MultPolicy< T, R1, R2 >::RepType

Definition at line 39 of file BinaryOpPolicy.h.

Member Enumeration Documentation

◆ anonymous enum

template<class T, class R1, class R2>
anonymous enum
Enumerator
N1 
N2 

Definition at line 35 of file BinaryOpPolicy.h.


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