ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "module_external/blas_connector.h"
#include "global_function.h"
#include "source_base/parallel_reduce.h"
Namespaces | |
namespace | ModuleBase |
namespace | ModuleBase::GlobalFunc |
Functions | |
template double | ModuleBase::GlobalFunc::ddot_real (const int &dim, const std::complex< double > *psi_L, const std::complex< double > *psi_R, const bool reduce) |
template float | ModuleBase::GlobalFunc::ddot_real (const int &dim, const std::complex< float > *psi_L, const std::complex< float > *psi_R, const bool reduce) |
template<typename T > | |
T | ModuleBase::GlobalFunc::ddot_real (const int &dim, const std::complex< T > *psi_L, const std::complex< T > *psi_R, const bool reduce=true) |