Coder is an Octave code generator and build system that, given a function name translates the function and all of its dependencies to C++ and builds a .oct shared module.
10 lines
443 B
Text
10 lines
443 B
Text
The octave-forge package is the result of The GNU Octave Repositry project,
|
|
which is intended to be a central location for custom scripts, functions and
|
|
extensions for GNU Octave. contains the source for all the functions plus
|
|
build and install scripts.
|
|
|
|
This is coder.
|
|
|
|
Coder is an Octave code generator and build system that, given a function
|
|
name translates the function and all of its dependencies to C++ and builds a
|
|
.oct shared module.
|