-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master: fix white space below Syntax headings; see difference in 2024…
….xrst.
- Loading branch information
Showing
239 changed files
with
386 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
# SPDX-FileContributor: 2003-23 Bradley M. Bell | ||
# SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
# ---------------------------------------------------------------------------- | ||
{xrst_begin CompareChange app} | ||
|
||
|
@@ -9,9 +9,10 @@ Comparison Changes During Zero Order Forward Mode | |
|
||
Syntax | ||
****** | ||
*c* = *f* . ``CompareChange`` () | ||
| *c* = *f* . ``CompareChange`` () | ||
|
||
**See Also** | ||
See Also | ||
******** | ||
:ref:`FunCheck-name` | ||
|
||
Deprecated 2015-01-20 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
# SPDX-FileContributor: 2003-23 Bradley M. Bell | ||
# SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
# ---------------------------------------------------------------------------- | ||
{xrst_begin fun_deprecated app} | ||
|
||
|
@@ -9,7 +9,6 @@ ADFun Object Deprecated Member Functions | |
|
||
Syntax | ||
****** | ||
|
||
| *f* . ``Dependent`` ( *y* ) | ||
| *o* = *f* . ``Order`` () | ||
| *m* = *f* . ``Memory`` () | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
# SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
# SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
# ---------------------------------------------------------------------------- | ||
{xrst_begin omp_alloc app} | ||
|
||
|
@@ -9,7 +9,7 @@ A Quick OpenMP Memory Allocator Used by CppAD | |
|
||
Syntax | ||
****** | ||
``# include <cppad/omp_alloc.hpp>`` | ||
| ``# include <cppad/omp_alloc.hpp>`` | ||
|
||
Purpose | ||
******* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin code_gen_fun} | ||
|
@@ -14,8 +14,7 @@ Generate Source Code and Compile an AD Function | |
Syntax | ||
****** | ||
# ``include <cppad/example/code_gen_fun.hpp>`` | ||
| # ``include <cppad/example/code_gen_fun.hpp>`` | ||
Constructors | ||
============ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin temp_file dev} | ||
|
@@ -13,8 +13,7 @@ Create a New Empty Temporary File | |
Syntax | ||
****** | ||
*file_name* = ``temp_file`` () | ||
| *file_name* = ``temp_file`` () | ||
file_name | ||
********* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_ABS_EVAL_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin abs_eval} | ||
|
@@ -11,7 +11,7 @@ abs_normal: Evaluate First Order Approximation | |
Syntax | ||
****** | ||
*g_tilde* = ``abs_eval`` ( *n* , *m* , *s* , *g_hat* , *g_jac* , *delta_x* ) | ||
| *g_tilde* = ``abs_eval`` ( *n* , *m* , *s* , *g_hat* , *g_jac* , *delta_x* ) | ||
Prototype | ||
********* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_ABS_MIN_LINEAR_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin abs_min_linear} | ||
|
@@ -16,7 +16,6 @@ abs_normal: Minimize a Linear Abs-normal Approximation | |
Syntax | ||
****** | ||
| *ok* = ``abs_min_linear`` ( | ||
| |tab| *level* , *n* , *m* , *s* , | ||
| |tab| *g_hat* , *g_jac* , *bound* , *epsilon* , *maxitr* , *delta_x* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_ABS_PRINT_MAT_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin abs_print_mat} | ||
|
@@ -15,7 +15,7 @@ abs_normal: Print a Vector or Matrix | |
Syntax | ||
****** | ||
``abs_print_mat`` ( *name* , *nr* , *nc* , *mat* ) | ||
| ``abs_print_mat`` ( *name* , *nr* , *nc* , *mat* ) | ||
Prototype | ||
********* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_LP_BOX_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin lp_box} | ||
|
@@ -16,7 +16,6 @@ abs_normal: Solve a Linear Program With Box Constraints | |
Syntax | ||
****** | ||
| *ok* = ``lp_box`` ( | ||
| |tab| *level* , *A* , *b* , *c* , *d* , *maxitr* , *xout* | ||
| ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_MIN_NSO_LINEAR_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin min_nso_linear} | ||
|
@@ -15,7 +15,6 @@ Non-Smooth Optimization Using Abs-normal Linear Approximations | |
Syntax | ||
****** | ||
| *ok* = ``min_nso_linear`` ( | ||
| |tab| *level* , *g* , *a* , *epsilon* , *maxitr* , *b_in* , *x_in* , *x_out* | ||
| ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_QP_BOX_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin qp_box} | ||
|
@@ -17,7 +17,6 @@ abs_normal: Solve a Quadratic Program With Box Constraints | |
Syntax | ||
****** | ||
| *ok* = ``qp_box`` ( | ||
| |tab| *level* , *a* , *b* , *c* , *C* , *g* , *G* , *epsilon* , *maxitr* , *xin* , *xout* | ||
| ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_EXAMPLE_ABS_NORMAL_SIMPLEX_METHOD_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin simplex_method} | ||
|
@@ -17,8 +17,7 @@ abs_normal: Solve a Linear Program Using Simplex Method | |
Syntax | ||
****** | ||
*ok* = ``simplex_method`` ( *level* , *b* , *A* , *c* , *maxitr* , *xout* ) | ||
| *ok* = ``simplex_method`` ( *level* , *b* , *A* , *c* , *maxitr* , *xout* ) | ||
Prototype | ||
********* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin json_get_started.cpp} | ||
|
@@ -50,7 +50,7 @@ Include the CppAD core functions: | |
Syntax | ||
****** | ||
*ok* = ``get_started`` () | ||
| *ok* = ``get_started`` () | ||
{xrst_spell_off} | ||
{xrst_code cpp} */ | ||
bool get_started(void) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
/* | ||
{xrst_begin harmonic_common} | ||
|
@@ -75,8 +75,7 @@ Set Up Multi-threading Sum of 1/i | |
Syntax | ||
****** | ||
*ok* = ``harmonic_setup`` ( *num_sum* ) | ||
| *ok* = ``harmonic_setup`` ( *num_sum* ) | ||
Purpose | ||
******* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
|
||
/* | ||
|
@@ -14,10 +14,8 @@ Defines a atomic_three Operation that Computes Square Root | |
Syntax | ||
****** | ||
``atomic_user`` *a_square_root* | ||
*a_square_root* ( *au* , *ay* ) | ||
| ``atomic_user`` *a_square_root* | ||
| *a_square_root* ( *au* , *ay* ) | ||
Purpose | ||
******* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-22 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
|
||
/* | ||
|
@@ -14,10 +14,8 @@ Defines a atomic_two Operation that Computes Square Root | |
Syntax | ||
****** | ||
``atomic_user`` *a_square_root* | ||
*a_square_root* ( *au* , *ay* ) | ||
| ``atomic_user`` *a_square_root* | ||
| *a_square_root* ( *au* , *ay* ) | ||
Purpose | ||
******* | ||
|
Oops, something went wrong.