ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
diag_const_nums.h
Go to the documentation of this file.
1#ifndef DIAG_CONST_NUMS
2#define DIAG_CONST_NUMS
4
5template <typename T>
7{
9 base_device::DEVICE_CPU* cpu_ctx = {};
10 T* zero = nullptr;
11 T* one = nullptr;
12 T* neg_one = nullptr;
13};
14
15#endif
#define T
Definition exp.cpp:237
Definition diag_const_nums.h:7
T * zero
Definition diag_const_nums.h:10
base_device::DEVICE_CPU * cpu_ctx
Definition diag_const_nums.h:9
T * neg_one
Definition diag_const_nums.h:12
T * one
Definition diag_const_nums.h:11