|
QDP++
|
Primitive color Matrix class. More...
#include <qdp_primcolormat.h>
Public Member Functions | |
| template<class T1> | |
| PColorMatrix & | operator= (const PScalar< T1 > &rhs) |
| PColorMatrix = PScalar. | |
| template<class T1> | |
| PColorMatrix & | operator= (const PColorMatrix< T1, N > &rhs) |
| PColorMatrix = PColorMatrix. | |
| Public Member Functions inherited from QDP::PMatrix< T, N, PColorMatrix > | |
| PMatrix () | |
| ~PMatrix () | |
| CC & | assign (const PScalar< T1 > &rhs) |
| PMatrix = PScalar. | |
| CC & | operator+= (const PColorMatrix< T1, N > &rhs) |
| PMatrix += PMatrix. | |
| CC & | operator-= (const PColorMatrix< T1, N > &rhs) |
| PMatrix -= PMatrix. | |
| CC & | operator*= (const PScalar< T1 > &rhs) |
| PMatrix *= PScalar. | |
| CC & | operator/= (const PScalar< T1 > &rhs) |
| PMatrix /= PScalar. | |
| T & | elem (int i, int j) |
Additional Inherited Members | |
| Public Types inherited from QDP::PMatrix< T, N, PColorMatrix > | |
| typedef PColorMatrix< T, N > | CC |
Primitive color Matrix class.
Definition at line 25 of file qdp_primcolormat.h.
|
inline |
Definition at line 42 of file qdp_primcolormat.h.
|
inline |
Fill with primitive scalar
Definition at line 32 of file qdp_primcolormat.h.