Project
Loading...
Searching...
No Matches
o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 > Class Template Reference

#include <SMatrixGPU.h>

Public Member Functions

 GPUd () TransposeOpGPU(const Matrix &rhs)
 
 GPUdDefault () ~TransposeOpGPU()=default
 
 GPUdi () T apply(unsigned int i) const
 
 GPUdi () T operator()(unsigned int i
 
 GPUdi () bool IsInUse(const T *p) const
 

Public Attributes

unsigned j const
 

Protected Attributes

const Matrix & mRhs
 

Detailed Description

template<class Matrix, class T, unsigned int D1, unsigned int D2 = D1>
class o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >

Definition at line 1455 of file SMatrixGPU.h.

Member Function Documentation

◆ GPUd()

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::GPUd ( ) const &
inline

Definition at line 1458 of file SMatrixGPU.h.

◆ GPUdDefault()

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::GPUdDefault ( )
default

◆ GPUdi() [1/3]

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::GPUdi ( ) const
inline

Definition at line 1472 of file SMatrixGPU.h.

◆ GPUdi() [2/3]

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::GPUdi ( ) const
inline

Definition at line 1462 of file SMatrixGPU.h.

◆ GPUdi() [3/3]

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::GPUdi ( )

Member Data Documentation

◆ const

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
unsigned j o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::const
Initial value:
{
return mRhs(j, i)
int32_t i
uint32_t j
Definition RawData.h:0

Definition at line 1467 of file SMatrixGPU.h.

◆ mRhs

template<class Matrix , class T , unsigned int D1, unsigned int D2 = D1>
const Matrix& o2::math_utils::detail::TransposeOpGPU< Matrix, T, D1, D2 >::mRhs
protected

Definition at line 1478 of file SMatrixGPU.h.


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