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

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

lu_factor_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 lu_factor.hpp$$
$spell
    Lu
    ifndef
    endif
$$

$section Source: LuFactor$$


$code
# ifndef CPPAD_LU_FACTOR_HPP
$pre
$$
# define CPPAD_LU_FACTOR_HPP

$srcfile%include/cppad/utility/lu_factor.hpp%0%// BEGIN C++%// END C++%$$

# endif
$$

$end