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

(Last Changed on August 01, 2022 for git-revision c159956c7a1088d1ddf4d0b926b1fcb26294216a.)

Functions for prevariable to compute cube(const prevariable&) and fourth(const prevariable&). More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

prevariablecube (const prevariable &v1)
 Returns variable result of v1 cubed. More...
 
prevariablefourth (const prevariable &v1)
 Returns variable result of v1 raised to the power of four. More...
 

Detailed Description

Functions for prevariable to compute cube(const prevariable&) and fourth(const prevariable&).

Author
David Fournier

Definition in file fvar_op8.cpp.