PSCF
v1.2
src
prdc
cpu
cpu/types.h
1
#ifndef PRDC_CPU_TYPES_H
2
#define PRDC_CPU_TYPES_H
3
4
/*
5
* PSCF Package - Polymer Self-Consistent Field
6
*
7
* Copyright 2016 - 2023, The Regents of the University of Minnesota
8
* Distributed under the terms of the GNU General Public License.
9
*/
10
11
#include <fftw3.h>
12
13
namespace
Pscf
{
14
namespace
Prdc {
15
namespace
Cpu {
16
20
typedef
fftw_complex
Complex
;
21
25
typedef
double
Real
;
26
27
}
28
}
29
}
30
#endif
Pscf::Prdc::Cpu::Real
double Real
Real number type used in CPU code that uses FFTW.
Definition
cpu/types.h:25
Pscf::Prdc::Cpu::Complex
fftw_complex Complex
Complex number type used in CPU code that uses FFTW.
Definition
cpu/types.h:20
Pscf
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on Fri Mar 28 2025 00:57:27 for PSCF by
1.12.0