QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
Matrix< N, T > Class Template Reference

Public Member Functions

 Matrix ()
 
 Matrix (const Matrix< N, T > &mat)
 
Matrixoperator+= (const Matrix< N, T > &mat)
 
Matrixoperator-= (const Matrix< N, T > &mat)
 
const T & operator() (int i, int j) const
 
T & operator() (int i, int j)
 

Private Attributes

data [N][N]
 

Detailed Description

template<int N, class T>
class Matrix< N, T >

Definition at line 131 of file hisq_force_reference2.cpp.

Constructor & Destructor Documentation

◆ Matrix() [1/2]

template<int N, class T>
Matrix< N, T >::Matrix ( )

◆ Matrix() [2/2]

template<int N, class T>
Matrix< N, T >::Matrix ( const Matrix< N, T > &  mat)

Member Function Documentation

◆ operator()() [1/2]

template<int N, class T>
const T& Matrix< N, T >::operator() ( int  i,
int  j 
) const

◆ operator()() [2/2]

template<int N, class T>
T& Matrix< N, T >::operator() ( int  i,
int  j 
)

◆ operator+=()

template<int N, class T>
Matrix< N, T > & Matrix< N, T >::operator+= ( const Matrix< N, T > &  mat)

Definition at line 178 of file hisq_force_reference2.cpp.

References quda::Matrix< T, N >::data.

◆ operator-=()

template<int N, class T>
Matrix< N, T > & Matrix< N, T >::operator-= ( const Matrix< N, T > &  mat)

Definition at line 189 of file hisq_force_reference2.cpp.

References quda::Matrix< T, N >::data.

Member Data Documentation

◆ data

template<int N, class T>
T Matrix< N, T >::data[N][N]
private

Definition at line 134 of file hisq_force_reference2.cpp.


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