An open API service indexing awesome lists of open source software.

https://github.com/apjanke/octfiles-101

A gentle introduction to programming oct-files with GNU Octave
https://github.com/apjanke/octfiles-101

cpp octave scientific-computing

Last synced: 8 months ago
JSON representation

A gentle introduction to programming oct-files with GNU Octave

Awesome Lists containing this project

README

          

Oct-Files 101
=============

So you want to do some advanced GNU Octave programming?

This document is a gentle introduction to the programming of oct-files.
Oct-files are Octave extensions written in C++ that let you get performance or connectivity that is hard with regular Octave M-code.

You can read the guide online at https://apjanke.github.io/octfiles-101/.

Don't read the guide just by clicking on page links here in the GitHub repo view!
Some stuff won't work correctly and you won't be able to see things like the code examples.

# About this project

This is just something I threw together after I had to do a bit of oct-file
programming but couldn't find an easy introduction to the basics.

The project home is at [the Oct-Files 101 repo on GitHub](https://github.com/apjanke/octfiles-101).
Contributions of all sorts, including bug reports, suggestions, and complaints, are welcome.
Post on the [Issue Tracker](https://github.com/apjanke/octfiles-101/issues) if you have one. See [CONTRIBUTING](CONTRIBUTING.md) for details.

This project is totally a work in progress.

# License

TBD. It's probably going to be either GPL or [GNU Free Documentation License](https://www.gnu.org/licenses/fdl-1.3.en.html).