-
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: Corrections and additions to the previous commit on master.
- Loading branch information
Showing
7 changed files
with
20 additions
and
15 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
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 addon app} | ||
{xrst_spell | ||
|
@@ -42,17 +42,17 @@ a longer name *longer* and a *description* : | |
* - `mixed <https://bradbell.github.io/cppad_mixed>`_ | ||
- ``cppad_mixed`` | ||
- A C++ Interface to Random Effects Laplace Approximation | ||
* - `swig <https://bradbell.github.io/cppad_swig>`_ | ||
- ``cppad_swig`` | ||
- A C++ AD Library with a Swig Interface to Perl, Octave, and Python | ||
* - `cppad_py <https://cppad-py.readthedocs.io>`_ | ||
- ``cppad_py`` | ||
- A Python Interface to CppAD | ||
- A Python Interface to CppAD | ||
* - `swig <https://bradbell.github.io/cppad_swig>`_ | ||
- ``cppad_swig`` | ||
- A C++ AD Library with a Swig Interface to Perl, Octave, and Python | ||
(no longer being developed) | ||
* - `pycppad <https://github.com/b45ch1/pycppad>`_ | ||
- ``pycppad`` | ||
- A Python Interface to CppAD (no longer being developed) | ||
|
||
|
||
Include Files | ||
************* | ||
|
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_CPPAD_IPOPT_SRC_CPPAD_IPOPT_NLP_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 cppad_ipopt_nlp app} | ||
|
@@ -49,7 +49,7 @@ problems of the form | |
\end{array} | ||
This is done using | ||
`Ipopt <https://coin-or.github.io/Ipopt>`_ | ||
`Ipopt <https://coin-or.github.io/Ipopt>`_ | ||
optimizer and | ||
`CppAD <https://www.coin-or.org/CppAD/>`_ | ||
Algorithmic Differentiation package. | ||
|
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-23 Bradley M. Bell | ||
# SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
# ---------------------------------------------------------------------------- | ||
|
||
{xrst_begin cmake} | ||
|
@@ -53,7 +53,7 @@ The cmake program enables one to create a single set of scripts, | |
called ``CMakeLists.txt`` , | ||
that can be used to test and install a program on Unix, Microsoft, or | ||
Apple operating systems; see | ||
`cmake resources <https://cmake.org/resources/>_ . | ||
`cmake resources <https://cmake.org/resources/>`_ . | ||
|
||
Build Directory | ||
*************** | ||
|
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 research} | ||
|
@@ -73,7 +73,7 @@ connect CppAD to a scripting languages. | |
The package | ||
`cppad_swig <https://github.com/bradbell/cppad_swig>`_ | ||
demonstrates how one could use swig to do this and | ||
`cppad_py < https://cppad-py.readthedocs.io>`_ | ||
`cppad_py <https://cppad-py.readthedocs.io>`_ | ||
is an example connection to Python. | ||
|
||
Sparsity | ||
|