ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model24.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
7 #include <admodel.h>
8 
10  const dvector& m)
11 {
13  return *this;
14 }
16  const dvar_vector& m)
17 {
19  return *this;
20 }
21 
23  const prevariable& m)
24 {
26  return *this;
27 }
28 
30  const double& m)
31 {
33  return *this;
34 }
Base class for dvariable.
Definition: fvar.hpp:1315
Vector of double precision numbers.
Definition: dvector.h:50
ADMB variable vector.
Definition: fvar.hpp:2172
param_init_bounded_dev_vector & operator=(const dvar_vector &m)
Definition: model24.cpp:15
Description not yet available.
Description not yet available.
Definition: admodel.h:1135
dvar_vector & operator=(const dvar_vector &t)
Assign values from other t to dvar_vector.
Definition: fvar_a20.cpp:31