Skip to content

Commit

Permalink
master: valvector: fix title in split, join, and sum.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Mar 3, 2024
1 parent 0ff3867 commit e382e93
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IF( POLICY CMP0054 )
ENDIF( POLICY CMP0054 )
#
# cppad_version is used by version.sh to get the version number.
SET(cppad_version "20240302")
SET(cppad_version "20240303")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
16 changes: 6 additions & 10 deletions include/cppad/example/valvector/split_join.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
{xrst_begin valvector_ad_split}
{xrst_spell
asplit
valvectors
}
Split A valvector Into a Vector of valvector
############################################
Split a valvector into a vector of valvectors each with size one.
Split A AD valvector
####################
Split one AD<valvector> into a vector of AD<valvector> each with size one.
Syntax
******
Expand Down Expand Up @@ -55,12 +54,9 @@ of this operation.
valvectors
}
Join a Vector of valvectors Into One valvector
##############################################
Join a vector of valvectors each with size one, into one valvector.
Under Construction
******************
Join a Vector of AD valvectors
##############################
Join a vector of AD<valvector>, each with size one, into one AD<valvector>.
Syntax
******
Expand Down
8 changes: 4 additions & 4 deletions include/cppad/example/valvector/sum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
{xrst_begin valvector_ad_sum}
{xrst_spell
asum
valvectors
}
Split A valvector Into a Vector of valvector
############################################
Split a valvector into a vector of valvectors each with size one.
Sum The Elements of and AD valvector
####################################
Sum the elements of an AD<valvector> and return the result as one AD<valvector>
with size one.
Syntax
******
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

{xrst_comment BEGIN: Before changing see new_release.sh and check_version.sh}

cppad-20240302: CppAD User's Manual
cppad-20240303: CppAD User's Manual
###################################

.. image:: {xrst_dir coin.png}
Expand Down

0 comments on commit e382e93

Please sign in to comment.