source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/lightspeed/flops_digamma.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 176 bytes
Line 
1function fl = flops_digamma
2% FLOPS_DIGAMMA   Flops for gammaln, digamma, and trigamma
3
4% from the implementation of digamma
5fl = 12*(4+flops_div)+flops_log+flops_div+13;
Note: See TracBrowser for help on using the repository browser.