Codebase list cppad / upstream/2015.00.00.6 omh / mat_sum_sq_hpp.omh
upstream/2015.00.00.6

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

mat_sum_sq_hpp.omh @upstream/2015.00.00.6raw · history · blame

$Id: mat_sum_sq_hpp.omh 2506 2012-10-24 19:36:49Z bradbell $
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-12 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.
-------------------------------------------------------------------------- */

$begin mat_sum_sq.hpp$$
$spell
	sq
	ifndef
	endif
$$

$section Source: mat_sum_sq$$

$index mat_sum_sq, source$$
$index source, mat_sum_sq$$

$code
# ifndef CPPAD_MAT_SUM_SQ_INCLUDED 
$pre
$$
# define CPPAD_MAT_SUM_SQ_INCLUDED 

$verbatim%cppad/speed/mat_sum_sq.hpp%0%// BEGIN C++%// END C++%$$

# endif
$$

$end