shkemilo / Symcppy

C++ library using cross language communication with Python Sympy for symbolic math.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symcppy

C++ library using cross language communication with Python Sympy for symbolic math.

Status: WIP

Project Structure

  • Commmunication

    Here we put files that are used in the communication subsystem for communicating with Python.

  • Modules

    Here we put classes that extend the Module class in their own folder with another subfolder that defines its own FunctionDescriptor classes.

  • Helpers

    Here we put utility classes and functions used throughout the project.

Usage

WIP

About

C++ library using cross language communication with Python Sympy for symbolic math.

License:GNU General Public License v3.0


Languages

Language:C++ 96.4%Language:C 3.6%