ADMB Documentation
-a65f1c97
|
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
dvar_matrix | cube (const dvar_matrix &varmat) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
dvar3_array | cube (const dvar3_array &vararr3) |
Returns dvar3_array where each element (i, j, k) is equal to varmat(i, j, k)^3. More... | |
dvar_matrix cube | ( | const dvar_matrix & | varmat | ) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Returns dvar_matrix where each element (i, j) is equal to varmat(i, j)^3.
varmat | dvar_matrix input |
Definition at line 12 of file f3arr7.cpp.
dvar3_array cube | ( | const dvar3_array & | vararr3 | ) |
Returns dvar3_array where each element (i, j, k) is equal to varmat(i, j, k)^3.
varmat | dvar3_array input |
Definition at line 27 of file f3arr7.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |