Skip to content

Commit da4ea25

Browse files
committed
README.md: update.
1 parent d8571f8 commit da4ea25

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# pkg-example
22

3-
A minimal [GNU Octave](https://www.octave.org)
4-
[package example](https://octave.org/doc/latest/Creating-Packages.html).
3+
A minimal [package example](https://octave.org/doc/latest/Creating-Packages.html)
4+
for [GNU Octave](https://www.octave.org). Contained examples are:
5+
6+
- `hello_world.m`: Octave/Matlab code
7+
- `fortran_demo.cc` / `fortran_my_ddot.f`: FORTRAN code
8+
([BLAS DDOT](https://github.com/Reference-LAPACK/lapack/blob/master/BLAS/SRC/ddot.f))
9+
called by the oct-interface
10+
- `oct_demo.cc`: C++ code called by the oct-interface
11+
- `mex_demo.cc`: C code called by the mex-interface
512

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

0 commit comments

Comments
 (0)