comparison liboctave/ChangeLog @ 5282:5bdc3f24cd5f

[project @ 2005-04-14 22:17:26 by dbateman]
author dbateman
date Thu, 14 Apr 2005 22:17:27 +0000
parents fe23ec6763b7
children fe5ee25a5e6c
comparison
equal deleted inserted replaced
5281:f3266e7dbb99 5282:5bdc3f24cd5f
1 2005-04-14 David Bateman <dbateman@free.fr>
2
3 * SparseCmplxLU.cc: Add flags for incomplete factorization.
4 * SparsedbleLU.cc: Ditto.
5 * SparseCmplxLU.h: Definition.
6 * SparsedbleLU.h: ditto.
7
8 * SparseType.cc (transpose): New function.
9 * SparseType.h (transpose): Definition.
10
1 2005-04-11 John W. Eaton <jwe@octave.org> 11 2005-04-11 John W. Eaton <jwe@octave.org>
2 12
3 * lo-specfun.cc: Use F77_XFCN instead of F77_FUNC for calls to 13 * lo-specfun.cc: Use F77_XFCN instead of F77_FUNC for calls to
4 fortran code that could end up calling XSTOPX. 14 fortran code that could end up calling XSTOPX.
5 15