ADMB Documentation
-a65f1c97
|
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
dvariable & | square (const prevariable &variable) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
dvar_matrix | square (const dvar_matrix &matrix) |
Return results of computing the square of variable matrix. More... | |
dvariable& square | ( | const prevariable & | variable | ) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Return the computed square of variable, then set gradient_structure.
variable | prevariable |
Definition at line 12 of file fvar_op7.cpp.
dvar_matrix square | ( | const dvar_matrix & | matrix | ) |
Return results of computing the square of variable matrix.
matrix | variable matrix |
Definition at line 29 of file fvar_op7.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |