Codebase list cppad / upstream/2014.04.08 multi_thread / harmonic_work.hpp
upstream/2014.04.08

Tree @upstream/2014.04.08 (Download .tar.gz)

harmonic_work.hpp @upstream/2014.04.08raw · history · blame

/* $Id: harmonic_work.hpp 2506 2012-10-24 19:36:49Z bradbell $ */
# ifndef CPPAD_HARMONIC_WORK_INCLUDED
# define CPPAD_HARMONIC_WORK_INCLUDED
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-11 Bradley M. Bell

CppAD is distributed under multiple licenses. This distribution is under
the terms of the 
                    GNU General Public License Version 3.

A copy of this license is included in the COPYING file of this distribution.
Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
-------------------------------------------------------------------------- */

# include <cppad/cppad.hpp>

extern void harmonic_worker(void);
extern bool harmonic_setup(size_t num_sum, size_t num_threads);
extern bool harmonic_combine(double& sum);

# endif