comparison liboctave/ChangeLog @ 5630:512d0d11ae39

[project @ 2006-02-20 22:05:30 by dbateman]
author dbateman
date Mon, 20 Feb 2006 22:05:32 +0000
parents 8b7046423d1e
children 6e9a14b3c299
comparison
equal deleted inserted replaced
5629:489a475073d7 5630:512d0d11ae39
1 2006-02-20 David Bateman <dbateman@free.fr>
2
3 * dSparse.cc (dsolve, utsolve, ltsolve): Remove restriction that
4 matrix must be square in diagonal, permuted diagonal, triangular
5 and permuted triangular back/forward substitution code. Change
6 ambiguous use of no. rows and columns.
7 * CSParse.cc (dsolve, utsolve, ltsolve): ditto.
8 * SparseType.cc (SparseType::SparseType(const SparseMatrix&),
9 SparseType::SparseType(const SparseComplexMatrix&)): Recognize
10 rectangular diagonal, permuted diagonal, triangular and permuted
11 triangular matrices.
12 * Sparse.cc (Sparse<T>::Sparse (octave_idx_type, octave_idx_type, T)):
13 Treat case where third argument is zero.
14
1 2006-02-15 John W. Eaton <jwe@octave.org> 15 2006-02-15 John W. Eaton <jwe@octave.org>
2 16
3 * kpse.cc: Do define ST_NLINK_TRICK for Cygwin systems. 17 * kpse.cc: Do define ST_NLINK_TRICK for Cygwin systems.
4 (do_subdir) [ST_NLINK_TRICK]: Check links != 2 instead of links > 2. 18 (do_subdir) [ST_NLINK_TRICK]: Check links != 2 instead of links > 2.
5 19