Algorithm-LBFGS

 view release on metacpan or  search on metacpan

Algorithm-LBFGS.xs  view on Meta::CPAN

 **************************************************************************/

#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#include "ppport.h"

#include "lbfgs.h"

/* Macros for debugging */

/* uncomment the line below to enable tracing and timing */
/* #define __ENABLE_TRACING__ */

#ifdef __ENABLE_TRACING__

#include "time.h"

#define TRACE(msg) \
    printf(msg); \

Changes  view on Meta::CPAN

Revision history for Perl extension Algorithm::LBFGS.

0.16  Sat Feb 16 12:43:00 2008
	- Tiny fix on the test

0.15  Fri Feb 15 22:09:00 2008
	- Fixed a bug in the 'verbose' progress callback
	- Add some macros for debugging and timing in Algorithm-LBFGS.xs
	- Replace Test::Differences with is_deeply in Test::More

0.14  Tue Feb 12 16:31:00 2008
	- Move 'dSP' to the start of each block containing it, making it
	  compatible with non-C99 compilers, much thanks to Taro Nishino
	  again
	- Include Algorithm::Diff for testing

0.13  Sun Feb 10 20:47:00 2008
	- Fixed a fatal bug that may cause serious memory leak

ppport.h  view on Meta::CPAN

fp_dup|||
fprintf_nocontext|||vn
free_global_struct|||
free_tied_hv_pool|||
free_tmps|||
gen_constant_list|||
get_av|5.006000||p
get_context||5.006000|n
get_cv|5.006000||p
get_db_sub|||
get_debug_opts|||
get_hash_seed|||
get_hv|5.006000||p
get_mstats|||
get_no_modify|||
get_num|||
get_op_descs||5.005000|
get_op_names||5.005000|
get_opargs|||
get_ppaddr||5.006000|
get_sv|5.006000||p

ppport.h  view on Meta::CPAN

hv_store|||
hv_undef|||
ibcmp_locale||5.004000|
ibcmp_utf8||5.007003|
ibcmp|||
incl_perldb|||
incline|||
incpush|||
ingroup|||
init_argv_symbols|||
init_debugger|||
init_global_struct|||
init_i18nl10n||5.006000|
init_i18nl14n||5.006000|
init_ids|||
init_interp|||
init_lexer|||
init_main_stash|||
init_perllib|||
init_postdump_symbols|||
init_predump_symbols|||

ppport.h  view on Meta::CPAN

report_evil_fh|||
report_uninit|||
require_errno|||
require_pv||5.006000|
rninstr|||
rsignal_restore|||
rsignal_save|||
rsignal_state||5.004000|
rsignal||5.004000|
run_body|||
runops_debug||5.005000|
runops_standard||5.005000|
rvpv_dup|||
rxres_free|||
rxres_restore|||
rxres_save|||
safesyscalloc||5.006000|n
safesysfree||5.006000|n
safesysmalloc||5.006000|n
safesysrealloc||5.006000|n
same_dirent|||



( run in 0.516 second using v1.01-cache-2.11-cpan-49f99fa48dc )