comparison liboctave/ChangeLog @ 4385:de8c1d2ee728

[project @ 2003-04-24 03:27:41 by jwe]
author jwe
date Thu, 24 Apr 2003 03:27:41 +0000
parents f1fcc371e5ef
children 112a509bd2e6
comparison
equal deleted inserted replaced
4384:f1fcc371e5ef 4385:de8c1d2ee728
1 2003-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-04-23 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * kpse.cc: Move most functions from kpse-xfns.c here and make
4 static. Include most of kpse-xfns.h directly, removing
5 unnecessary bits.
2 6
3 * dMatrix.cc (Matrix::pseudo_inverse): Now const. 7 * dMatrix.cc (Matrix::pseudo_inverse): Now const.
4 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. 8 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise.
5 9
6 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu> 10 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu>