1#ifndef RPG_HOST_D_ARRAY_COMPLEX_H
2#define RPG_HOST_D_ARRAY_COMPLEX_H
11#include <prdc/cuda/types.h>
12#include <pscf/cuda/HostDArray.h>
42 typedef Prdc::Cuda::cudaReal
Real;
81 using Base::operator =;
82 using Base::operator [];
Template for dynamic array stored in host CPU memory.
HostDArray containing cudaComplex elements.
Prdc::Cuda::cudaComplex ElementType
Type of each element.
~HostDArrayComplex()
Destructor.
HostDArrayComplex()
Default constructor.
HostDArray< Complex > Base
Base class type.
Prdc::Cuda::cudaReal Real
Type of real or imaginary part of a Complex number.
Prdc::Cuda::cudaComplex Complex
Complex number type.
Data * cArray()
Return a pointer to the underlying C array.
int capacity() const
Return allocated size.
void allocate(int capacity)
PSCF package top-level namespace.
Utility classes for scientific computation.