ADMB Documentation
-a65f1c97
|
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
dvector | operator& (const dvector &a, const dvector &b) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
dvar_vector | operator& (const dvar_vector &a, const dvar_vector &b) |
Concatenates variable vector elements in a with b and return results. More... | |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Concatenates dvector elements in a with b and return results.
a | scalar vector |
b | scalar vector |
Definition at line 17 of file dvect15.cpp.
dvar_vector operator& | ( | const dvar_vector & | a, |
const dvar_vector & | b | ||
) |
Concatenates variable vector elements in a with b and return results.
a | variable vector |
b | variable vector |
Definition at line 42 of file dvect15.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |