ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Attributes | List of all members
ROOT::Math::TransposeOp< Matrix, T, D1, D2 > Class Template Reference

template<class Matrix, class T, unsigned int D1, unsigned int D2 = D1>
class ROOT::Math::TransposeOp< Matrix, T, D1, D2 >

Class for Transpose Operations.

Definition at line 509 of file MatrixFunctions.h.

Public Member Functions

 TransposeOp (const Matrix &rhs)
 
 ~TransposeOp ()
 
apply (unsigned int i) const
 
operator() (unsigned int i, unsigned j) const
 
bool IsInUse (const T *p) const
 

Protected Attributes

const Matrix & rhs_
 

#include <Math/MatrixFunctions.h>

+ Collaboration diagram for ROOT::Math::TransposeOp< Matrix, T, D1, D2 >:

Constructor & Destructor Documentation

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
ROOT::Math::TransposeOp< Matrix, T, D1, D2 >::TransposeOp ( const Matrix &  rhs)
inline

Definition at line 512 of file MatrixFunctions.h.

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
ROOT::Math::TransposeOp< Matrix, T, D1, D2 >::~TransposeOp ( )
inline

Definition at line 516 of file MatrixFunctions.h.

Member Function Documentation

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
T ROOT::Math::TransposeOp< Matrix, T, D1, D2 >::apply ( unsigned int  i) const
inline

Definition at line 519 of file MatrixFunctions.h.

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
bool ROOT::Math::TransposeOp< Matrix, T, D1, D2 >::IsInUse ( const T *  p) const
inline

Definition at line 526 of file MatrixFunctions.h.

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
T ROOT::Math::TransposeOp< Matrix, T, D1, D2 >::operator() ( unsigned int  i,
unsigned  j 
) const
inline

Definition at line 522 of file MatrixFunctions.h.

Member Data Documentation

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
const Matrix& ROOT::Math::TransposeOp< Matrix, T, D1, D2 >::rhs_
protected

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