CppAD: A C++ Algorithmic Differentiation Package
20130918
|
size_t CppAD::recorder< Base >::PutTxt | ( | const char * | text | ) | [inline] |
Put a character string in the text for this recording.
text | is a '\0' terminated character string that is to be put in the vector of characters corresponding to this recording. The terminator '\0' will be included. |
Definition at line 541 of file recorder.hpp.