Codebase list cppad / lintian-fixes/main omh / mat_sum_sq_hpp.omh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

mat_sum_sq_hpp.omh @lintian-fixes/mainraw · history · blame

/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-16 Bradley M. Bell

  CppAD is distributed under the terms of the
               Eclipse Public License Version 2.0.

  This Source Code may also be made available under the following
  Secondary License when the conditions for such availability set forth
  in the Eclipse Public License, Version 2.0 are satisfied:
        GNU General Public License, Version 2.0 or later.
-------------------------------------------------------------------------- */

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

$section Source: mat_sum_sq$$


$code
# ifndef CPPAD_MAT_SUM_SQ_HPP
$pre
$$
# define CPPAD_MAT_SUM_SQ_HPP

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

# endif
$$

$end