comparison libinterp/corefcn/module.mk @ 20189:45565ecec019

New function psi to compute the digamma function. * libinterp/corefcn/psi.cc: file for the new function file (implementation is actually in lo-specfun.cc). * liboctave/numeric/lo-specfun.cc, liboctave/numeric/lo-specfun.h: added implementation of the digamma (psi )function. Partly based on diGamma() from XLiFE++ 1.1 (file gammaFunctions.cpp which was previously melina++) which is under GPL 3 or later and why D. Martin is also added to copyright. * doc/interpreter/arith.txi: add function entry to the manual. * libinterp/corefcn/module.mk: add file to the build system. * NEWS: note new function.
author Carnë Draug <carandraug@octave.org>
date Sun, 15 Mar 2015 03:31:16 +0000
parents 7575048a555b
children bfe66db8addb
comparison
equal deleted inserted replaced
20186:88c0f8f56a4f 20189:45565ecec019
231 corefcn/pager.cc \ 231 corefcn/pager.cc \
232 corefcn/pinv.cc \ 232 corefcn/pinv.cc \
233 corefcn/pr-output.cc \ 233 corefcn/pr-output.cc \
234 corefcn/procstream.cc \ 234 corefcn/procstream.cc \
235 corefcn/profiler.cc \ 235 corefcn/profiler.cc \
236 corefcn/psi.cc \
236 corefcn/quad.cc \ 237 corefcn/quad.cc \
237 corefcn/quadcc.cc \ 238 corefcn/quadcc.cc \
238 corefcn/qz.cc \ 239 corefcn/qz.cc \
239 corefcn/rand.cc \ 240 corefcn/rand.cc \
240 corefcn/rcond.cc \ 241 corefcn/rcond.cc \