Menu

Tree [f7e333] master /
 History

HTTPS access


File Date Author Commit
 include 2013-07-02 kirbyfan64sos kirbyfan64sos [f3a27a] Added license
 lib 2013-07-02 kirbyfan64sos kirbyfan64sos [f3a27a] Added license
 src 2013-07-02 kirbyfan64sos kirbyfan64sos [f3a27a] Added license
 LICENSE_1_0.txt 2013-07-02 kirbyfan64sos kirbyfan64sos [f3a27a] Added license
 Makefile 2013-06-21 kirbyfan64sos kirbyfan64sos [61fd8b] Added Makefile
 README.md 2013-07-08 kirbyfan64sos kirbyfan64sos [f7e333] Updated README

Read Me

mathworkspp

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).

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.