|
QDP++
|
Generic Scalar VAXPY routine. More...
#include "qdp_diagnostics.h"#include "scalarsite_sse/sse_linalg_mm_su3_double.h"#include <xmmintrin.h>#include "qdp_config.h"Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Macros | |
| #define | CONJMUL(z, x, y) |
| #define | CONJMADD(z, x, y) |
Functions | |
| void | QDP::ssed_m_eq_hm_u (REAL64 *m3, REAL64 *m2, REAL64 *m1, int n_mat) |
| void | QDP::ssed_m_peq_ahm_u (REAL64 *m3, REAL64 *a, REAL64 *m2, REAL64 *m1, int n_mat) |
| void | QDP::ssed_m_eq_hm (REAL64 *m3, REAL64 *m2, REAL64 *m1, int n_mat) |
| void | QDP::ssed_m_peq_ahm (REAL64 *m3, REAL64 *a, REAL64 *m2, REAL64 *m1, int n_mat) |
Generic Scalar VAXPY routine.
Definition in file sse_linalg_m_eq_hm_double.cc.
| #define CONJMADD | ( | z, | |
| x, | |||
| y ) |
Definition at line 33 of file sse_linalg_m_eq_hm_double.cc.
| #define CONJMUL | ( | z, | |
| x, | |||
| y ) |
Definition at line 20 of file sse_linalg_m_eq_hm_double.cc.