comparison liboctave/ChangeLog @ 3838:7b4bdb12b77b

[project @ 2001-06-07 19:00:42 by jwe]
author jwe
date Thu, 07 Jun 2001 19:00:42 +0000
parents b8c1cb5b9fd9
children 5266e351a19c
comparison
equal deleted inserted replaced
3837:bb3e654d6684 3838:7b4bdb12b77b
1 2001-06-07 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * dMatrix.cc (Matrix::inverse, Matrix::solve, Matrix::determinant,
4 Matrix::inverse): Handle the case of rcond being a NaN the same as
5 a signular matrix. From "Jianming" <caijianming@yahoo.co.uk>.
6 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::solve,
7 ComplexMatrix::determinant, ComplexMatrix::inverse): Likewise.
8
1 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu> 9 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu>
2 10
3 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw. 11 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw.
4 12
5 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc, 13 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc,