#include "qdp_sse_intrin.h"
#include <stdio.h>
Go to the source code of this file.
|
| namespace | QDP |
| | Yet another random number generator.
|
|
| void | QDP::inlineSpinProjDir0Plus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1+\gamma_0).
|
| void | QDP::inlineSpinProjDir0Minus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1-\gamma_0).
|
| void | QDP::inlineSpinProjDir1Plus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1+\gamma_1).
|
| void | QDP::inlineSpinProjDir1Minus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1-\gamma_1).
|
| void | QDP::inlineSpinProjDir2Plus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1+\gamma_2).
|
| void | QDP::inlineSpinProjDir2Minus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1-\gamma_2).
|
| void | QDP::inlineSpinProjDir3Plus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1+\gamma_3).
|
| void | QDP::inlineSpinProjDir3Minus (const REAL *src, REAL *dst, unsigned int n_vec) |
| | Spin Project (1/2)(1-\gamma_3).
|