comparison liboctave/ChangeLog @ 5701:252b6754e545

[project @ 2006-03-21 18:15:42 by jwe]
author jwe
date Tue, 21 Mar 2006 18:15:46 +0000
parents 67118c88cee7
children 6cb607fcf41c
comparison
equal deleted inserted replaced
5700:67118c88cee7 5701:252b6754e545
3 * lo-specfun.cc (betainc): Use F77_XFCN instead of F77_FUNC for 3 * lo-specfun.cc (betainc): Use F77_XFCN instead of F77_FUNC for
4 call to xdbetai. 4 call to xdbetai.
5 5
6 2006-03-21 David Bateman <dbateman@free.fr> 6 2006-03-21 David Bateman <dbateman@free.fr>
7 7
8 * lo-specfun.cc (xlgamma): Require arg strictly greater than 0. 8 * lo-specfun.cc (xlgamma, xgamma): Trap special values.
9 Use F77_XFCN instead of F77_FUNC for call to dlgams. 9 (xlgamma): Use F77_XFCN instead of F77_FUNC for call to dlgams.
10 10
11 * dSparse.cc (solve): Add argument singular_fallback, to allow 11 * dSparse.cc (solve): Add argument singular_fallback, to allow
12 fallback to QR solvers to be optional. 12 fallback to QR solvers to be optional.
13 * CSparse.cc (solve): Ditto. 13 * CSparse.cc (solve): Ditto.
14 * dSparse.h (solve): update declaration for new argument. 14 * dSparse.h (solve): update declaration for new argument.