Skip to content

Commit

Permalink
README.md: update.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Sep 6, 2020
1 parent d8571f8 commit da4ea25
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# pkg-example

A minimal [GNU Octave](https://www.octave.org)
[package example](https://octave.org/doc/latest/Creating-Packages.html).
A minimal [package example](https://octave.org/doc/latest/Creating-Packages.html)
for [GNU Octave](https://www.octave.org). Contained examples are:

- `hello_world.m`: Octave/Matlab code
- `fortran_demo.cc` / `fortran_my_ddot.f`: FORTRAN code
([BLAS DDOT](https://github.com/Reference-LAPACK/lapack/blob/master/BLAS/SRC/ddot.f))
called by the oct-interface
- `oct_demo.cc`: C++ code called by the oct-interface
- `mex_demo.cc`: C code called by the mex-interface

This package serves as template. Installing it is of little use.
In the following, we describe the Octave package development,
Expand Down

0 comments on commit da4ea25

Please sign in to comment.