comparison liboctave/ChangeLog @ 7544:f9983d2761df

more xGELSD workspace fixes
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 03 Mar 2008 02:18:12 -0500
parents a2950622f070
children 5b806195190d
comparison
equal deleted inserted replaced
7543:b84c5cbc0812 7544:f9983d2761df
1 2008-01-25 Jaroslav Hajek <highegg@gmail.com>
2
3 * dMatrix.cc (Matrix::lssolve): Also avoid dgelsd lwork query bug
4 in lssolve method that accepts column vector argument. Correct
5 calculation of nlvl.
6 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for zgelsd
7
1 2008-02-27 John W. Eaton <jwe@octave.org> 8 2008-02-27 John W. Eaton <jwe@octave.org>
2 9
3 * oct-rand.cc (class octave_rand): Make it a proper singleton class. 10 * oct-rand.cc (class octave_rand): Make it a proper singleton class.
4 11
5 2008-02-26 John W. Eaton <jwe@octave.org> 12 2008-02-26 John W. Eaton <jwe@octave.org>