3#ifndef CAL_DENSITY_REAL_OP_H
4#define CAL_DENSITY_REAL_OP_H
7template <
typename T,
typename Device>
11 void operator()(
const T *psi1,
const T* psi2,
T *out,
double omega,
int nrxx);
#define T
Definition exp.cpp:237
T type
Definition macros.h:8
Definition cal_density_real_op.h:9
void operator()(const T *psi1, const T *psi2, T *out, double omega, int nrxx)
typename GetTypeReal< T >::type Real
Definition cal_density_real_op.h:10