diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:13:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:13:44 +0800 |
commit | 9b7609e1442cd67da1b93b67850f7d263f5c57b0 (patch) | |
tree | f8702194c8a6ba2c67362e383e2964563893e7b5 /math/Makefile | |
parent | e8fe6019a74aeeaf0047380ee56d6d4c8e72781d (diff) | |
download | freebsd-ports-gnome-9b7609e1442cd67da1b93b67850f7d263f5c57b0.tar.gz freebsd-ports-gnome-9b7609e1442cd67da1b93b67850f7d263f5c57b0.tar.zst freebsd-ports-gnome-9b7609e1442cd67da1b93b67850f7d263f5c57b0.zip |
Add port math/octave-forge-odebvp
This is odebvp.
To approximate the solution of the boundary-value problem
y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta
by the linear finite-diffence method.
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.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0d3f23dbbc84..137df3f4c5e9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -211,6 +211,7 @@ SUBDIR += octave-forge-ocs SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-octgpr + SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-parallel SUBDIR += oleo SUBDIR += orpie |