Home > spm_vbglmar_slice > spm_digamma.m

spm_digamma   Windows

PURPOSE ^

function [y] = spm_digamma(x)

SYNOPSIS ^

function [y] = spm_digamma(x)

DESCRIPTION ^

 function [y] = spm_digamma(x)

 The digamma function (derivative of the gamma function)

 Implementation via MEX routine

 Solaris: spm_digamma.mexsol

 Compiled via make function (based on mex spm_digamma.c)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [y] = spm_digamma(x)
0002 
0003 % function [y] = spm_digamma(x)
0004 %
0005 % The digamma function (derivative of the gamma function)
0006 %
0007 % Implementation via MEX routine
0008 %
0009 % Solaris: spm_digamma.mexsol
0010 %
0011 % Compiled via make function (based on mex spm_digamma.c)

Generated on Mon 23-Aug-2004 14:59:38 by m2html © 2003