An open API service indexing awesome lists of open source software.

https://github.com/thewisker/cset

A c++ library for set theory operations on std::vector
https://github.com/thewisker/cset

cpp library math set vector

Last synced: 9 months ago
JSON representation

A c++ library for set theory operations on std::vector

Awesome Lists containing this project

README

          

C++ Set Theory Library


Library for set theory operation on std::vector

Introdution

This is a simple project that aims to provide some simple and fast methods for working with mathematical sets on std::vectors.
At the moment it only includes a handful of functions in the set namespace. The library may be expanded at a future time depending on my needs.

Documentation

https://thewisker.github.io/CSet

Author





TheWisker