File: deprecated.xrst

package info (click to toggle)
cppad 2026.00.00.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,584 kB
  • sloc: cpp: 112,960; sh: 6,146; ansic: 179; python: 71; sed: 12; makefile: 10
file content (52 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download
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
49
50
51
52
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <bradbell@seanet.com>
# SPDX-FileContributor: 2003-24 Bradley M. Bell
# ----------------------------------------------------------------------------
{xrst_begin deprecated app}
{xrst_spell
   colpack
}

CppAD Deprecated API Features
#############################

Contents
********
{xrst_toc_table
   appendix/deprecated/include_deprecated.xrst
   appendix/deprecated/fun_deprecated.xrst
   appendix/deprecated/compare_change.xrst
   include/cppad/core/omp_max_thread.hpp
   include/cppad/utility/track_new_del.hpp
   appendix/deprecated/omp_alloc.xrst
   include/cppad/utility/memory_leak.hpp
   include/cppad/core/epsilon.hpp
   cppad_ipopt/src/cppad_ipopt_nlp.hpp
   include/cppad/core/atomic/one/atomic.hpp
   include/cppad/core/atomic/two/atomic.hpp
   example/multi_thread/multi_atomic_two.xrst
   include/cppad/core/chkpoint_one/chkpoint_one.hpp
   example/multi_thread/multi_chkpoint_one.xrst
   include/cppad/core/zdouble.hpp
   configure
}

Name Changes
************

.. list-table::
   :widths: auto

   * - ``CppADCreateUnaryBool``
     - see Deprecated 2007-07-31 in :ref:`bool_fun-title`
   * - ``CppADCreateDiscrete``
     - see Deprecated 2007-07-31 in :ref:`bool_fun-title`
   * - ``nan`` ( *zero* )
     - :ref:`nan@nan(zero)`
   * - ``colpack.star`` coloring
     - see
       :ref:`sparse_hes<sparse_hes@coloring@colpack.star Deprecated 2017-06-01>`
       and
       :ref:`sparse_hessian<sparse_hessian@work@colpack.star Deprecated 2017-06-01>`

{xrst_end deprecated}