summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2000-12-13Added an option to install for XEmacs instead of GNU Emacs.jtb4-102/+114
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Use --version-info 0:0 . Shortened the Makefile for the torture tests.jtb2-33/+9
2000-12-10Add and enable "minpack". Fixes PR pkg/11390 by Jason Beegan.jtb1-1/+2
2000-12-10Initial import of new "minpack" package:jtb6-0/+88
FORTRAN 77 library for the solution of nonlinear equations
2000-12-10Add and enable "dfftpack". Fixes PR pkg/11364 by Jason Beegan.jtb1-1/+2
2000-12-10Initial import of new "dfftpack" package:jtb6-0/+76
Double precision version of FFTPACK
2000-12-07depend on xlispstat>=3.52.9wiz1-2/+2
2000-12-07Added --version-info 0:0 to libtool options.jtb1-4/+4
2000-12-06Added --version-info 0:0 to Makefile.jtb2-4/+3
2000-12-06Added --version-info 0:0 libtool option to Makefile.jtb2-5/+3
2000-12-06Added --version-info 0:0 for libtool.jtb3-3/+3
2000-12-05update to 1.0.43, another one without changing the distfile name.drochner4-11/+13
changelog 1.0.41-1.0.43: Added the YacasNotebook directory with the emacs shell to the repository. We have support for BeOS! Thanks to Eugenia Loli. Serious bugfix: the ^ operator wasn't working like it should. It was mapped to BitXor, and its precedence was wrong. Allowed CForm to accept if (predicate) body; and if (predicate) body else other; These routines need to be written still, however, for them to also work in Yacas itself. cleaned up some code. Speedup of 40% of general Yacas execution. Some improvements to the logic theorem prover so it can handle (a>b)-type epressions. added support for annotating expressions, with GetExtraInfo and SetExtraInfo. Initial checkin into sourceforge CVS. Thanks to Vladimir Livshits! Fixed some windows compilation problems. ElfDll being explicitly mentioned in mathcommands3.cc, and explicitly including elfdll.h. added initial versions for the c-like &, | % and ^ operators, and if (...) ... else ... . This will probably make it possible in the future to write code that is a lot more readable than If(..., ..., ...). The else clause binds to the last if, just like in c. So this means you can now enter expressions like: if(3 < 3) a else if (3 > 3) b else c;
2000-12-05update to work wiyh python 2.x:drochner6-90/+77
-newest version - 17 (new numbering scheme) -hosted by sourceforge now -uses python's new "distutils"
2000-12-05Add and enable "meschach".jtb1-1/+2
2000-12-05Initial import of new "meschach" package:jtb17-0/+328
Library of C Routines for Matrix Computations
2000-12-01Removed the Netlib ".depend" file from the distfile. It causes problemsjtb6-16/+12
with Make.
2000-12-01Remove the Netlib ".depend" file from the distfile. It causes problemsjtb3-8/+6
with Make.
2000-12-01Removed the Netlib ".depend" file from the distfile. It causes problemsjtb3-8/+6
with Make.
2000-11-30Added %D prefix to @unexec rmdirjtb1-2/+2
2000-11-30Add and enable "eispack". Fixes PR pkg/11388 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "eispack" package:jtb6-0/+68
Fortran routines for the solution of eigenvalue problems
2000-11-30Removed erroneous additional = in FOPTS.jtb1-2/+2
2000-11-30Add and enable "quadpack". Fixes PR pkg/11367 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "quadpack" package:jtb6-0/+72
Fortran subroutines for the solution of definite univariate integrals
2000-11-30Add and enable new "odepack" package. Fixes PR pkg/11374 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "odepack" package.jtb19-0/+248
Systematized Collection of ODE Solvers
2000-11-30A tar file of "fftpack" is now in LOCAL_PORTSjtb3-101/+30
2000-11-28Add and enable "fftpack". Fixes PR pkg/11368 by Jason Beegan.jtb1-1/+2
2000-11-28Initial import of new "fftpack" package:jtb20-0/+300
Single precision Fortran FFT subroutines
2000-11-28Add and enable new "slatec" package. Fixes PR pkg/11369 by Jason Beegan.jtb1-1/+2
2000-11-28Initial import of new "slatec" package:jtb6-0/+236
Library of mathematical and statistical Fortran 77 subroutines
2000-11-26Add and enable "calc". Fixes PR pkg/11404 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "calc" package:jtb9-0/+269
Advanced Calculator for GNU Emacs
2000-11-26Add and enable "mcsim". Fixes PR pkg/11380 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "mcsim" package:jtb11-0/+433
Monte Carlo Simulation software
2000-11-26Remove a patch that is no longer correct after renaming the modules.mycroft2-19/+1
2000-11-26Fix module names so they actually work.mycroft1-23/+23
2000-11-26Add and enable "randlib". Fixes PR pkg/11370 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "randlib" package:jtb6-0/+68
Library of C Routines for Random Number Generation
2000-11-26Correct PLIST for libtool changes.mycroft1-12/+12
2000-11-25Add and enable "aribas". Fixes PR pkg/11389 by Jason Beegan.jtb1-1/+2
2000-11-25Initial import of new "aribas" package:jtb7-0/+78
Multi-precision floating point and big integer arithmetic calculator
2000-11-25Add and enable "otter". Fixes PR pkg/11392 by Jason Beegan.jtb1-1/+2
2000-11-25Initial import of new "otter" package:jtb8-0/+279
Otter is a theorem-proving program
2000-11-25Update gnumeric to 0.59. Changes include:rh6-150/+146
Gnumeric 0.59 * Minor improvements to the autoformat dialog. Gnumeric 0.58 * Cleanup and general bugfixing in guile plugin. * Support for values inside the Guile interpreter * Undo for autoformat. * Beautify stf dialog. * Stf and other bugfixes. * Massive bug fixing spree. * Fix popup context menus. * 'General' number formats. * Some initial work on an MVC split for workbooks. * More work on double click fill support. * When format toolbar is vertical, replace font and size selectors with a button. * Fixed analysis tools for ranges not starting at A1. * Isolated floating-point-double reading code with endian-issues in one spot rather than in all file io plugins. * Fixed and updated the i18n subsystem, so it how should work more smooth - I will consider this very close to finished.
2000-11-17Update abs to 0.8. Changes are improved stability and a better GUI.rh5-39/+58
2000-11-15Install documentation.wiz2-2/+6
2000-11-11update to yacas-1.0.41dmcmahill11-138/+54
there are about 8 pages of changes since the last packaged version (1.0.29). A complete list may be found at http://www.xs4all.nl/~apinkus/infoindex.html the changes include a large number of bug fixes, several new features such as - Implemented ContFrac, which makes a continued fraction expansion of a number. - Implemented Decimal. Decimal calculates an infinite decimal representation of a number. - Implemented LagrangeInterpolant, a way to create a polynomial that goes through certain points. - Implemented Select, which can select certain elements from a list based on a predicate test function. - Half-integer factorials (sent in by Serge Winitzki) - Added GetPrimeFactors. - Implemented RandomIntegerVector, RandomPoly. plus several others.
2000-11-06Add and enable blas.wennmach1-1/+2