Complex number types (cdouble
, cfloat
) and complex math for OpenCL C.
Project is a part of OpenCL.org initiative.
# clone the repository
git clone https://github.com/OpenCL/ComplexMath
# go to the project directory
cd ComplexMath
# create a build directory
mkdir build
# go to the build directory
cd build
# run cmake or cmake-gui, setup options for your system
cmake ..
# compile
make
# run
ctest
Comments and suggestions for improvements are most welcome. More details are found at CONTRIBUTING and LICENSE.