LAPACK is a library of Fortran 77 subroutines for solving the most commonly occurring problems in numerical linear algebra. It is freely-available software, and is copyrighted. LAPACK is available on netlib and can be obtained via the World Wide Web and anonymous ftp. http://www.netlib.org/lapack/ The complete package, including test code and timing programs in four different Fortran data types (real, complex, double precision, double complex), contains some 805,000 lines of Fortran source and comments. You will need approximately 33 Mbytes to read the complete tape. We recommend that you run the testing and timing programs. A README file containing the information in this letter is located in the LAPACK directory. Postscript and LaTeX versions of the Quick Installation Guide are in the LAPACK/INSTALL directory, in the files lawn81.tex, psfig.tex, lawn81.ps, and org2.ps. Consult the Installation Guide for further details on installing the package and on what is contained in each subdirectory. For complete information on the LAPACK Testing and Timing Suites please consult LAPACK Working Note 41 "Installation Guide for LAPACK". To view an HTML version of the Users' Guide please refer to the URL http://www.netlib.org/lapack/lug/lapack_lug.html. The Fortran90 interface to LAPACK is available, as well as an f2c'ed version of LAPACK, and a C++ version of a subset of LAPACK routines. Refer to the following URLs on netlib for further information: http://www.netlib.org/lapack90/ http://www.netlib.org/clapack/ http://www.netlib.org/lapack++/ http://www.cs.utk.edu/java/f2j/ Or, for more information on the distributed-memory version of LAPACK, consult the ScaLAPACK index on netlib: http://www.netlib.org/scalapack/ WWW: http://www.netlib.org/lapack/ VFS_2_1_4'>aboutsummaryrefslogtreecommitdiffstats
path: root/libical
Commit message (Expand)AuthorAgeFilesLines
* Merge the building fix from evolution-0-9-branch.Ettore Perazzoli2001-02-282-1/+6
* Missing change log entryJP Rosevear2001-02-141-2/+0
* The built sources shouldn't be cleaneJP Rosevear2001-02-092-9/+6
* its NEEDS-ACTION rather than NEEDSACTION (icalparameter_as_ical_string):JP Rosevear2001-02-092-4/+10
* Added a missing #include here.Christopher James Lahey2001-02-073-2/+15
* Use the renamed api callJP Rosevear2001-02-062-1/+6
* Fscking autoconfJP Rosevear2001-02-061-1/+1
* Guess what! Fix `builddir != srcdir' breakage.Ettore Perazzoli2001-02-062-4/+11
* This is it i hopeJP Rosevear2001-02-061-2/+1
* More import cleanupJP Rosevear2001-02-062-9/+9
* Import cleanupJP Rosevear2001-02-0619-215/+721
* This commit was generated by cvs2svn to compensate for changes in r7975,JP Rosevear2001-02-063-3/+24
* Initial revisionJP Rosevear2001-02-062-0/+202
* Remove unused "extern long timezone".Dan Winship2001-01-262-1/+4
* rewrote to fix problems with freeing the environment string after callingDamon Chaplin2001-01-252-19/+51
* Don't AC_INIT on an autogenerated file that does not exist beforehandJP Rosevear2001-01-242-1/+6
* Minor import fixJP Rosevear2001-01-241-4/+0
* Import clean upJP Rosevear2001-01-2442-2916/+5819
* This commit was generated by cvs2svn to compensate for changes in r7747,JP Rosevear2001-01-2428-611/+792
* Initial revisionJP Rosevear2001-01-241-0/+167
* Missing Changelog entryJP Rosevear2001-01-191-0/+8
* add -ve sign to output of duration if appropriate.JP Rosevear2001-01-191-5/+25
* include configure.h because HAVE_TIMEZONE is usedJP Rosevear2000-12-223-1/+13
* Build `libical-static.la', that is needed for the conduits.Ettore Perazzoli2000-12-152-0/+8
* make icalcomponent.c depend on icalproperty.h, icalvalue.h, andPeter Teichman2000-12-151-2/+4
* ShushJP Rosevear2000-12-152-0/+9
* put icalproperty.h and icalvalue.h before icalcomponent.c in thePeter Teichman2000-12-151-2/+2
* More builddir != srcdir fun! Man, I enjoy this so much.Ettore Perazzoli2000-12-142-17/+21
* Use gmtime() unconditionally, since we want an UTC broken-downFederico Mena Quintero2000-12-142-4/+11
* time_t values *are* in UTC by definition, so the is_utc argument isFederico Mena Quintero2000-12-142-0/+15
* icalparser.c Addedd support for x-parameters.Eric Busboom2000-12-146-27/+66
* Added a name to the parameter to icalerror_set_errno.Christopher James Lahey2000-12-142-1/+6
* Removed the explicit paths. Why it did *not* work on my original try whenFederico Mena Quintero2000-12-142-19/+23
* Missed ChangeLog.Ettore Perazzoli2000-12-141-0/+23
* Fix some horrible Makefile breakage, getting it to compile withEttore Perazzoli2000-12-132-12/+23
* #if 0ed out some #if 1ed test code that was breaking my build byJoe Shaw2000-12-132-1/+6
* Add a check for "extern int timezone;" vs struct tm tm_gmtoff, stolen fromDan Winship2000-12-135-8/+53
* More fixage - FedericoFederico Mena Quintero2000-12-124-3/+9
* Make AC_INIT() check for a file that is not autogenerated!Federico Mena Quintero2000-12-122-1/+4
* Fixety fix - FedericoFederico Mena Quintero2000-12-125-3209/+12
* shoo - FedericoFederico Mena Quintero2000-12-124-9443/+0
* Remove more auto-generated files - FedericoFederico Mena Quintero2000-12-123-4955/+0
* Removed auto-generated files - FedericoFederico Mena Quintero2000-12-128-12041/+0
* Fix fucking CVS conflicts - FedericoFederico Mena Quintero2000-12-1220-44/+36
* Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - FedericoFederico Mena Quintero2000-12-1266-2973/+8198
* This commit was generated by cvs2svn to compensate for changes in r6917,Federico Mena Quintero2000-12-1222-298/+1548
* Initial revisionFederico Mena Quintero2000-12-1236-0/+20368
* return NULL if we can't create a view.Michael Meeks2000-12-051-314/+325
* Patch from Eric Busboom <eric@softwarestudio.org> to fix BYDAY elements inFederico Mena Quintero2000-11-222-21/+27
* Handle both the position and weekday in the by_day field.Federico Mena Quintero2000-11-072-2/+12
* Fixed icalproperty_remove_parameter().Jesse Pavel2000-10-282-1/+23
* add support for 'X-' parameters.Damon Chaplin2000-10-123-4/+18
* Fix the semicolons in this rule. Noticed by x-virge.Dan Winship2000-10-083-7/+16
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-13/+15
* Fix the configure script to output the Makefile in `src' before theEttore Perazzoli2000-09-132-2/+6
* Merge missing file for distcheckJP Rosevear2000-09-134-0/+391
* New function that compares only the dates, not the times as wellJP Rosevear2000-09-083-0/+25
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-013-2/+11
* Kill off more old, dead filesJP Rosevear2000-09-0129-11872/+4
* This dir is not in 0.19JP Rosevear2000-09-019-213/+4
* This file is not in 0.19JP Rosevear2000-09-012-222/+4
* oopsJP Rosevear2000-09-011-0/+2
* Kill fileJP Rosevear2000-09-013-460/+4
* Don't list config.h in AC_OUTPUTJP Rosevear2000-09-012-1/+4
* Kill old fileJP Rosevear2000-09-016-562/+30
* Add/fix .cvsignores.Ettore Perazzoli2000-08-282-0/+13
* builddir != srcdir fixes.Ettore Perazzoli2000-08-273-2/+9
* Got rid of some warnings.Christopher James Lahey2000-08-264-4/+12
* Fixed an incorrect struct name.Christopher James Lahey2000-08-262-2/+6
* Compile fix for libicalPeter Williams2000-08-252-2/+8
* Remove this duplicate file to fix buildJP Rosevear2000-08-252-39/+4
* Baby seal eyes are good with soy sauce! - FedericoFederico Mena Quintero2000-08-251-3/+3
* Fixety fix - FedericoFederico Mena Quintero2000-08-252-2/+6
* More import tidying.JP Rosevear2000-08-254-618/+7
* Fix minor conflicts.JP Rosevear2000-08-2553-3742/+5026
* Initial revisionJP Rosevear2000-08-2546-0/+15040
* You have to wonder what a file called foo was doing here... - FedericoFederico Mena Quintero2000-08-011-1578/+0
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-261-0/+1706
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-131-18/+46
* fixed various problemsSeth Alves2000-07-132-0/+11
* Fixed some make distcheck errors.Christopher James Lahey2000-07-061-13/+13
* Generated files, go away - FedericoFederico Mena Quintero2000-07-063-4068/+0
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-131-1/+1
* Removing generated filesÉRDI Gergo2000-06-103-138/+1
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-091-21/+59
* Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-083-2/+19
* update some .cvsignoresSeth Alves2000-06-081-0/+1
* *** empty log message ***Seth Alves2000-06-075-12/+542
* merge libical-0.17 onto the headSeth Alves2000-06-0732-1653/+1634
* Initial revisionSeth Alves2000-06-075-0/+4208
* reparing damage from removing filesEric Busboom2000-05-15141-0/+42278
* removing all filesEric Busboom2000-05-15152-44434/+0
* This commit was generated by cvs2svn to compensate for changes in r3037,Eric Busboom2000-05-155-30/+49
* Initial revisionEric Busboom2000-05-15