File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
613This package serves as template. Installing it is of little use.
714In the following, we describe the Octave package development,
You can’t perform that action at this time.
0 commit comments