|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "math_ylmreal.h"#include "constants.h"#include "source_base/kernels/math_ylm_op.h"#include "source_base/libm/libm.h"#include "source_base/module_device/memory_op.h"#include "source_base/array_pool.h"#include "realarray.h"#include "timer.h"#include "tool_quit.h"#include "ylm.h"#include <cassert>#include <vector>Namespaces | |
| namespace | ModuleBase |
Functions | |
| template void | ModuleBase::YlmReal::Ylm_Real< float, base_device::DEVICE_CPU > (base_device::DEVICE_CPU *, int, int, const float *, float *) |
| template void | ModuleBase::YlmReal::Ylm_Real< double, base_device::DEVICE_CPU > (base_device::DEVICE_CPU *, int, int, const double *, double *) |