/MapleCodeGenerator

Maple Code Generator (MCG) is a set of tools to build numerical optimization algorithms in Maple and generate code for other programming languages. The existing solvers include gradient descent and Newton's method.

Primary LanguageObjective-C++MIT LicenseMIT

Maple Code Generator

Introduction

Maple Code Generator (MCG) is a set of tools to build numerical optimization algorithms in Maple. The existing solvers include gradient descent and Newton's method. You can generate code for the generated algorithm in other programming languages such as C, C#, Fortran, Java, JavaScript, Julia, MATLAB, Perl, Python, R and Visual Basic using the CodeGeneration package of Maple.

Installation

From Maple 2017 or later

  • Open the MapleCloud pallette
  • Select "packages"
  • Find "MapleCodeGenerator" in the list
  • Right click and select "Install Package"
  • To open the workbook, right click and select "Open"
  • Go to here on maple.cloud
  • Download the package
  • Execute the overview worksheet in Maple 2017 or later

From this repository