File | Date | Author | Commit |
---|---|---|---|
include | 2013-07-02 |
![]() |
[f3a27a] Added license |
lib | 2013-07-02 |
![]() |
[f3a27a] Added license |
src | 2013-07-02 |
![]() |
[f3a27a] Added license |
LICENSE_1_0.txt | 2013-07-02 |
![]() |
[f3a27a] Added license |
Makefile | 2013-06-21 |
![]() |
[61fd8b] Added Makefile |
README.md | 2013-07-08 |
![]() |
[f7e333] Updated README |
A C++ port of Python Mathworks.
Sourceforge Page: https://sourceforge.net/projects/mathworkspp/
Directory layout:
include: Add this folder to your compiler's include path to use mathworks.
lib: Contains the Mathworks++ library, libmathworkspp.a.
src: Contains the Mathworks++ source.
Version history:
0.1: Initial commit. Have shapes.hpp done. Based on Mathworks 1.3.2.
0.2: Added namespaces. Have multiples, exponent done.
Working on the rest of Mathworks. Note that Mathworks++ releases will often lag behind the Mathworks releases.
The reason is that Python is 10x easier that C++.
Note: Mathworks++ requires C++ 11 support, which MinGW doesn't have. If you get "Unrecognized option: -std=gnu++11"
when running make, use TDM-GCC instead(http://tdm-gcc.tdragon.net/download).