DP3
Public Member Functions | List of all members
cuM2x2< T > Struct Template Reference

#include <MatrixComplex2x2.h>

Public Member Functions

__device__ cuM2x2 ()
 
__device__ cuM2x2 (T a, T b, T c, T d)
 
__device__ T & operator[] (int i)
 
__device__ const T & operator[] (int i) const
 

Constructor & Destructor Documentation

◆ cuM2x2() [1/2]

template<typename T >
__device__ cuM2x2< T >::cuM2x2 ( )
inline

◆ cuM2x2() [2/2]

template<typename T >
__device__ cuM2x2< T >::cuM2x2 ( a,
b,
c,
d 
)
inline

Member Function Documentation

◆ operator[]() [1/2]

template<typename T >
__device__ T& cuM2x2< T >::operator[] ( int  i)
inline

◆ operator[]() [2/2]

template<typename T >
__device__ const T& cuM2x2< T >::operator[] ( int  i) const
inline

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