comparison liboctave/ChangeLog @ 3480:45742a3b1f7c

[project @ 2000-01-26 06:16:41 by jwe]
author jwe
date Wed, 26 Jan 2000 06:16:44 +0000
parents 6293a9d5650a
children e461b8ed7c4d
comparison
equal deleted inserted replaced
3479:19e0f69da41e 3480:45742a3b1f7c
1 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * dMatrix.cc (Matrix::solve (...)): Add new variant with
4 function pointer as final arg. Passed function (if any) will be
5 called for singularity errors.
6 * CMatrix.cc (ComplexMatrix::solve (...)): Likewise.
7
8 * dMatrix.cc (Matrix::pseudo_inverse): Use economy SVD.
9 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise.
2 10
3 * lo-ieee.cc (octave_ieee_init): Don't include sunmath.h. 11 * lo-ieee.cc (octave_ieee_init): Don't include sunmath.h.
4 No longer bother with infinity or quiet_nan. 12 No longer bother with infinity or quiet_nan.
5 13
6 * Array2.cc (Array2<T>::get_size): New function. 14 * Array2.cc (Array2<T>::get_size): New function.