CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
utility.hpp
Go to the documentation of this file.
1 # ifndef CPPAD_UTILITY_HPP
2 # define CPPAD_UTILITY_HPP
3 /* --------------------------------------------------------------------------
4 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
5 
6 CppAD is distributed under multiple licenses. This distribution is under
7 the terms of the
8  Eclipse Public License Version 1.0.
9 
10 A copy of this license is included in the COPYING file of this distribution.
11 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
12 -------------------------------------------------------------------------- */
22 # include <cppad/utility/nan.hpp>
28 # include <cppad/utility/poly.hpp>
29 # include <cppad/utility/pow_int.hpp>
41 # include <cppad/utility/vector.hpp>
44 # endif
A sparse matrix class.
File that implements a memory check at end of a CppAD program.
Function that returns the elapsed seconds from first call.
A Matrix sparsity pattern class.
File used to implement the CppAD index sort utility.
File used to define CppAD::vector and CppAD::vectorBool.
File used to define the CppAD multi-threading allocator class.
Function that preforms one timing test (for speed of execution).