This file is indexed.

/usr/include/cppad/local/drivers.hpp is in cppad 2016.00.00.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// $Id: drivers.hpp 3757 2015-11-30 12:03:07Z bradbell $
# ifndef CPPAD_DRIVERS_HPP
# define CPPAD_DRIVERS_HPP

/* --------------------------------------------------------------------------
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 Drivers$$
$spell
$$


$section First and Second Derivatives: Easy Drivers$$
$mindex forward reverse$$


$childtable%
	cppad/local/jacobian.hpp%
	cppad/local/for_one.hpp%
	cppad/local/rev_one.hpp%
	cppad/local/hessian.hpp%
	cppad/local/for_two.hpp%
	cppad/local/rev_two.hpp%
	cppad/local/sparse_jacobian.hpp%
	cppad/local/sparse_hessian.hpp
%$$

$end
*/
# include <cppad/local/jacobian.hpp>
# include <cppad/local/for_one.hpp>
# include <cppad/local/rev_one.hpp>
# include <cppad/local/hessian.hpp>
# include <cppad/local/for_two.hpp>
# include <cppad/local/rev_two.hpp>
# include <cppad/local/sparse_jacobian.hpp>
# include <cppad/local/sparse_hessian.hpp>

# endif