ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | List of all members
ROOT::Math::TranspPolicy< T, D1, D2, R > Struct Template Reference

template<class T, unsigned int D1, unsigned int D2, class R>
struct ROOT::Math::TranspPolicy< T, D1, D2, R >

matrix transpose policy

Definition at line 65 of file BinaryOpPolicy.h.

Public Types

enum  { N1 = R::kRows, N2 = R::kCols }
 
typedef MatRepStd< T, N2, N1RepType
 

#include <Math/BinaryOpPolicy.h>

Member Typedef Documentation

template<class T, unsigned int D1, unsigned int D2, class R>
typedef MatRepStd<T, N2, N1> ROOT::Math::TranspPolicy< T, D1, D2, R >::RepType

Definition at line 71 of file BinaryOpPolicy.h.

Member Enumeration Documentation

template<class T, unsigned int D1, unsigned int D2, class R>
anonymous enum
Enumerator
N1 
N2 

Definition at line 67 of file BinaryOpPolicy.h.


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