Codebase list cppad / upstream/2014.00.00.1 omh / det_by_minor_hpp.omh
upstream/2014.00.00.1

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

det_by_minor_hpp.omh @upstream/2014.00.00.1raw · history · blame

$Id: det_by_minor_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 det_by_minor.hpp$$
$spell
	det_by_minor
	ifndef
	endif
$$

$section Source: det_by_minor$$

$index det_by_minor, source$$
$index source, det_by_minor$$

$code
# ifndef CPPAD_DET_BY_MINOR_INCLUDED 
$pre
$$
# define CPPAD_DET_BY_MINOR_INCLUDED

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

# endif
$$

$end