ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
fvar_a30.cpp File Reference

(Last Changed on August 06, 2022 for git-revision 808780089317c67198079de06b64df009a4a6543.)

Unary functions for dvar_vector operator-= and operator+=. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

void dv_xminuseq (void)
 Adjoint function to compute gradients for dvar_vector::operator-=(const prevariable&) More...
 
void dv_xpluseq (void)
 Adjoint function to compute gradients for dvar_vector::operator+=(const prevariable&). More...
 

Detailed Description

Unary functions for dvar_vector operator-= and operator+=.

Author
David Fournier

Definition in file fvar_a30.cpp.

Function Documentation

void dv_xminuseq ( void  )

Adjoint function to compute gradients for dvar_vector::operator-=(const prevariable&)

Definition at line 34 of file fvar_a30.cpp.

Referenced by dvar_vector::operator-=().

void dv_xpluseq ( void  )

Adjoint function to compute gradients for dvar_vector::operator+=(const prevariable&).

Definition at line 72 of file fvar_a30.cpp.

Referenced by dvar_vector::operator+=().