Codebase list cppad / debian/2017.00.00.2-1 omh / det_of_minor_hpp.omh
debian/2017.00.00.2-1

Tree @debian/2017.00.00.2-1 (Download .tar.gz)

det_of_minor_hpp.omh @debian/2017.00.00.2-1

2605bae
465c955
2605bae
465c955
 
aa74aa2
5366e2b
465c955
 
 
 
 
 
 
 
 
 
 
 
 
aa74aa2
465c955
 
 
aa74aa2
465c955
 
aa74aa2
465c955
2605bae
465c955
 
 
 
 
$Id: det_of_minor_hpp.omh 3788 2016-02-09 15:50:06Z bradbell $
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-16 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_of_minor.hpp$$
$spell
	det_of_minor
	ifndef
	endif
$$

$section Source: det_of_minor$$
$mindex source$$


$code
# ifndef CPPAD_DET_OF_MINOR_HPP
$pre
$$
# define CPPAD_DET_OF_MINOR_HPP

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

# endif
$$

$end