comparison liboctave/ChangeLog @ 4844:9f7ef92b50b0

[project @ 2004-04-02 17:26:53 by jwe]
author jwe
date Fri, 02 Apr 2004 17:26:54 +0000
parents fafc79eeaebb
children a9cfb8b37759
comparison
equal deleted inserted replaced
4843:7b4e76100964 4844:9f7ef92b50b0
1 2004-04-02 David Bateman <dbateman@free.fr>
2
3 * lo-specfun.cc (besselj, bessely, besseli, besselk, besselh1,
4 besselh2, airy, biry, betainc, gammainc, do_bessel):
5 New NDArray versions.
6 (SN_BESSEL, NS_BESSEL, NN_BESSEL): New macros.
7 * lo-specfun.h (besselj, bessely, besseli, besselk, besselh1,
8 besselh2, airy, biry, betainc, gammainc): Provide decls.
9
10 * dNDArray.cc (NDArray::min, NDArray::max, min, max):
11 New functions.
12 * dNDArray.h (NDArray::min, NDArray::max, min, max): Provide decls.
13
14 * CNDArray.cc (ComplexNDArray::min, ComplexNDArray::max, min, max):
15 New functions.
16 * CNDArray.h (ComplexNDArray::min, ComplexNDArray::max, min, max):
17 Provide decls.
18
1 2004-03-17 David Hoover <jazzdaq@yahoo.com> 19 2004-03-17 David Hoover <jazzdaq@yahoo.com>
2 20
3 * DASPK.cc (DASPK::do_integrate): Always add n*n elements to the 21 * DASPK.cc (DASPK::do_integrate): Always add n*n elements to the
4 work vector, not just when using a numerical Jacobian. 22 work vector, not just when using a numerical Jacobian.
5 23