enp1s0 / cuia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA Interval Arithmetic

Example

#include <cuia/cuia.hpp>

mtk::cuia::interval<float> a(1, 2);
mtk::cuia::interval<float> b(2, 3);
mtk::cuia::interval<float> c(6, 7);
const auto d = a * b + c;

License

MIT

About

License:MIT License


Languages

Language:C++ 75.3%Language:Cuda 15.8%Language:Makefile 8.9%