12#include <pscf/cuda/DeviceArray.h>
65cudaReal
sum(DeviceArray<cudaReal>
const & in);
72cudaReal
max(DeviceArray<cudaReal>
const & in);
79cudaReal
maxAbs(DeviceArray<cudaReal>
const & in);
86cudaReal
min(DeviceArray<cudaReal>
const & in);
93cudaReal
minAbs(DeviceArray<cudaReal>
const & in);
102 DeviceArray<cudaReal>
const & b);
cudaReal min(DeviceArray< cudaReal > const &in)
Get minimum of array elements (GPU kernel wrapper).
cudaReal innerProduct(DeviceArray< cudaReal > const &a, DeviceArray< cudaReal > const &b)
Compute inner product of two real arrays (GPU kernel wrapper).
cudaReal maxAbs(DeviceArray< cudaReal > const &in)
Get maximum absolute magnitude of array elements (GPU kernel wrapper).
cudaReal sum(DeviceArray< cudaReal > const &in)
Compute sum of array elements (GPU kernel wrapper).
cudaReal minAbs(DeviceArray< cudaReal > const &in)
Get minimum absolute magnitude of array elements (GPU kernel wrapper).
cudaReal max(DeviceArray< cudaReal > const &in)
Get maximum of array elements (GPU kernel wrapper).
PSCF package top-level namespace.