Logo ROOT   6.12/07
Reference Guide
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 63 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

◆ RepType

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 69 of file BinaryOpPolicy.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 65 of file BinaryOpPolicy.h.


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