Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 7477:8b22207ef9ca
ilaenv --> xilaenv
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 12 Feb 2008 21:13:21 -0500 |
parents | e9f10b4c05cf |
children | 93826ba0d078 |
comparison
equal
deleted
inserted
replaced
7476:e9f10b4c05cf | 7477:8b22207ef9ca |
---|---|
1 2008-02-12 John W. Eaton <jwe@octave.org> | |
2 | |
3 * CMatrix.cc: Declare xilaenv instead of ilaenv. | |
4 (ComplexMatrix::lssolve): Call xilaenv instead of ilaenv. | |
5 | |
1 2008-02-12 Jason Riedy <ejr@cs.berkeley.edu> | 6 2008-02-12 Jason Riedy <ejr@cs.berkeley.edu> |
2 | 7 |
3 * dMatrix.cc (ILAENV): Declare LAPACK Fortran function. | 8 * dMatrix.cc (ILAENV): Declare LAPACK Fortran function. |
4 (Matrix::lssolve): Use ILAENV to query smlsiz. And add an ugly | 9 (Matrix::lssolve): Use ILAENV to query smlsiz. And add an ugly |
5 workaround for DGELSD's broken lwork query. The formula is from | 10 workaround for DGELSD's broken lwork query. The formula is from |