# Automatically generated file --- DO NOT EDIT
2007-07-24 22:04  adb014

	* DESCRIPTION: Version numbering changes of all packages needed due
	  to inclusion of generic Makefile/configure in all packages

2007-03-23 21:59  adb014

	* inst/funm.m: FSF address update

2007-03-23 17:14  adb014

	* inst/bicg.m, inst/condeig.m, inst/funm.m, src/GramSchmidt.cc,
	  src/outer.cc: Update the FSF address

2007-03-20 23:13  adb014

	* src/autogen.sh: Ensure that configure script is executable

2007-03-07 21:20  adb014

	* src/autogen.sh: Conditional build of configure file

2007-01-30 23:23  adb014

	* DESCRIPTION: Add Autoload field to DESCRIPTION of main/ packages

2007-01-26 14:05  goffioul

	* src/Makefile: Include outer.oct and GramSchmidt.oct as targets,
	  not .cc files

2006-11-24 21:17  adb014

	* src/Makefile: Typo in pattern subs

2006-11-15 01:52  whyly

	* inst/condeig.m: Documentation update

2006-10-19 21:36  adb014

	* INDEX, src/Makefile, src/outer.cc: Add Muthu's outer product code

2006-10-18 00:18  whyly

	* INDEX, inst/condeig.m: Initial commit into CVS.

2006-10-16 21:15  adb014

	* INDEX: Add INDEX with split in to categories of functions in this
	  package

2006-10-16 11:42  sis-sou

	* inst/bicg.m: Error fixed.

2006-10-14 19:39  hauberg

	* COPYING: Removed unvalid characters from all GPL licenses in the
	  packages

2006-10-13 15:41  sis-sou

	* inst/bicg.m: Initial commit into CVS.

2006-10-02 21:47  adb014

	* DESCRIPTION: Latest mega package manager update

2006-09-14 12:17  cdemills

	* src/gsvd.cc:
	  - removed some left-around from svd help
	  - the function prototype indicates there can be an optionnal 6th
	  output arg
	  - explicitelly document the way the computation is performed
	  			Pascal Dupuis, Sep 14th, 2006

2006-09-12 18:15  hauberg

	* src/gsvd.cc: Fixed the gsvd help text so it can be shown by
	  octave

2006-09-12 17:49  hauberg

	* src/gsvd.cc: Fixed the gsvd help text so it can be shown by
	  octave

2006-09-08 14:24  cdemills

	* src/: CmplxGSVD.cc, dbleGSVD.cc, dbleGSVD.h, gsvd.cc,
	  test_gsvd.m:
	  - only returns the non-trivial extended singular values, no padding
	    with ones and 0
	  - If called with a 6th output arg, returns R such that
	    U'*A*X = C*R; V'*B*X = S*R
	  - works correctly if the number of rows of A is smaller than the
	    number of columns of B
	  - a case test, test_gsvd.m, has been included. It verifies the basic
	    properties on all cases of possible rank-deficiencies: rank(A) <
	    rank(B), rank(B) < rank(A), rank([A' B']) < min(rows([A' B']),
	    columns([A' B'])). Real and Complex computations are tested.
	  - updated the doc

	  Todo: There is some issue with tags opening and closing in the doc,
	  I can't figure it out.
	  					Pascal Dupuis, 2006-09-08

2006-08-28 22:06  adb014

	* .cvsignore: More package manager stuff

2006-08-25 21:49  adb014

	* src/: autogen.sh, configure.base, install-sh, octinst.sh.in:
	  Latest package manager mega patch, but not the last

2006-08-25 08:52  adb014

	* src/: .cvsignore, Makeconf.base, Makeconf.in, autogen.sh,
	  configure.base: Further package manager updates. All but
	  miscellaneous and audio should build in main/. Some broken symlinks
	  in image and octcdf still

2006-08-21 20:39  hauberg

	* inst/.cvsignore, src/.cvsignore: Added a lot of .cvsignore's in
	  main

2006-08-20 16:58  hauberg

	* COPYING, CmplxGSVD.cc, CmplxGSVD.h, DESCRIPTION, GramSchmidt.cc,
	  Makefile, dbleGSVD.cc, dbleGSVD.h, funm.m, gsvd.cc, thfm.m,
	  inst/funm.m, inst/thfm.m, src/CmplxGSVD.cc, src/CmplxGSVD.h,
	  src/GramSchmidt.cc, src/Makeconf.base, src/Makeconf.in,
	  src/Makefile, src/autogen.sh, src/configure.base,
	  src/dbleGSVD.cc, src/dbleGSVD.h, src/gsvd.cc, src/install-sh,
	  src/octinst.sh.in: Changed the directory structure of
	  linear-algebra to match the package system

2006-06-10 15:52  adb014

	* .cvsignore: [no log message]

2006-05-22 20:47  qspencer

	* rref.m: Removed m-files that were recently imported into octave
	  CVS.

2006-05-19 08:58  jwe

	* GramSchmidt.cc, gsvd.cc: [no log message]

2006-05-04 10:11  adb014

	* CmplxGSVD.cc, CmplxGSVD.h, Makefile, dbleGSVD.cc, dbleGSVD.h,
	  gsvd.cc: Add gsvd code (for Pascal Dupuis)

2005-09-08 04:00  pkienzle

	* funm.m, thfm.m: [for Bill Denney] isstr -> ischar

2005-05-25 15:42  pkienzle

	* GramSchmidt.cc: More author/copyright consistency changes

2005-05-25 05:43  pkienzle

	* rref.m: Author/Copyright consistency

2004-07-07 11:38  adb014

	* Makefile: Allow dist, distclean and clean targets to run without
	  Makeconf. Replace include with sinclude in Makefiles. Build fixed
	  and comm docs as part of dist target

2003-09-12 16:22  adb014

	* rref.m: Changes to allow use with latest CVS of octave
	  (do_fortran_indexing, etc)

2003-02-20 02:18  pkienzle

	* Makefile, rsf2csf.cc, rsf2csf.m: rsf2csf removed because of
	  questions about code origin

2002-11-16 21:41  pkienzle

	* GramSchmidt.cc: gcc 3.2 changes

2002-11-02 12:05  pkienzle

	* GramSchmidt.cc: Seperate lines of multiline strings with \n\ to
	  keep gcc 3.2 happy.

2002-03-18 08:43  pkienzle

	* Makefile: Makefiles more consistent; accept optional "install"
	  target in tertiary makes

2002-01-31 07:08  alnd

	* funm.m, rref.m, thfm.m:

	  Cosmetic changes in the comment section for 'Copyright' and/or
	  'Author' lines to enable parsing by the admin/get_authors script and
	  automatic generation of the AUTHORS file.  No changes to executable
	  code!

2002-01-10 22:52  stahel

	* eiggen.m: [no log message]

2001-11-30 22:58  stahel

	* eiggen.m: generalized eigenvalues

2001-11-27 21:31  stahel

	* GramSchmidt.cc, Makefile: Gram Schmidt algorithm added

2001-10-10 21:54  pkienzle

	* Makefile, funm.m, rref.m, rsf2csf.cc, rsf2csf.m, thfm.m: Initial
	  revision

2001-10-10 21:54  pkienzle

	* Makefile, funm.m, rref.m, rsf2csf.cc, rsf2csf.m, thfm.m: revised
	  heirarchy

