Mercurial > hg > octave-lyh
comparison README @ 5307:4c8a2e4e0717
[project @ 2005-04-26 19:24:27 by jwe]
author | jwe |
---|---|
date | Tue, 26 Apr 2005 19:24:47 +0000 |
parents | b2ce28713791 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
5306:63cf9851f55c | 5307:4c8a2e4e0717 |
---|---|
83 should be possible to install it on any machine that runs GCC/G++. It | 83 should be possible to install it on any machine that runs GCC/G++. It |
84 may also be possible to install it using other implementations of | 84 may also be possible to install it using other implementations of |
85 these tools, but it will most certainly require much more work. Do | 85 these tools, but it will most certainly require much more work. Do |
86 yourself a favor and get the GNU development tools, either via | 86 yourself a favor and get the GNU development tools, either via |
87 anonymous ftp from ftp.gnu.org or by writing the Free Software | 87 anonymous ftp from ftp.gnu.org or by writing the Free Software |
88 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 88 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
89 02110-1301, USA. | |
89 | 90 |
90 The underlying numerical solvers are currently standard Fortran ones | 91 The underlying numerical solvers are currently standard Fortran ones |
91 like Lapack, Linpack, Odepack, the Blas, etc., packaged in a library | 92 like Lapack, Linpack, Odepack, the Blas, etc., packaged in a library |
92 of C++ classes (see the files in the libcruft and liboctave | 93 of C++ classes (see the files in the libcruft and liboctave |
93 subdirectories). If possible, the Fortran subroutines are compiled | 94 subdirectories). If possible, the Fortran subroutines are compiled |