Codebase list cppad / upstream/2017.00.00.6 omh / speed / speed_utility.omh
upstream/2017.00.00.6

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

speed_utility.omh @upstream/2017.00.00.6raw · history · blame

$Id: speed_utility.omh 3757 2015-11-30 12:03:07Z bradbell $
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-15 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 speed_utility$$

$section Speed Testing Utilities$$


$children%
	cppad/speed/det_by_lu.hpp%
	cppad/speed/det_of_minor.hpp%
	cppad/speed/det_by_minor.hpp%
	cppad/speed/det_33.hpp%
	cppad/speed/det_grad_33.hpp%
	cppad/speed/mat_sum_sq.hpp%
	cppad/speed/ode_evaluate.hpp%
	cppad/speed/sparse_jac_fun.hpp%
	cppad/speed/sparse_hes_fun.hpp%
	cppad/speed/uniform_01.hpp
%$$

$head Speed Main Program$$
$table
$rref speed_main$$
$tend

$head Speed Utility Routines$$
$table
$rref det_by_lu$$
$rref det_by_minor$$
$rref det_of_minor$$
$rref det_33$$
$rref det_grad_33$$
$rref mat_sum_sq$$
$rref ode_evaluate$$
$rref sparse_jac_fun$$
$rref sparse_hes_fun$$
$rref uniform_01$$
$tend

$head Library Routines$$
$table
$rref LuFactor$$
$rref LuInvert$$
$rref LuSolve$$
$rref Poly$$
$tend

$head Source Code$$
$table
$rref det_by_lu.hpp$$
$rref det_by_minor.hpp$$
$rref det_grad_33.hpp$$
$rref det_of_minor.hpp$$
$rref lu_factor.hpp$$
$rref lu_invert.hpp$$
$rref lu_solve.hpp$$
$rref mat_sum_sq.hpp$$
$rref poly.hpp$$
$rref sparse_jac_fun.hpp$$
$rref sparse_hes_fun.hpp$$
$rref uniform_01.hpp$$
$tend


$end