ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model20.cpp
Go to the documentation of this file.
1 
5 #include <admodel.h>
6 
14 {
16  return *this;
17 }
25 {
26  dvar_vector::operator=(varvec);
27  return *this;
28 }
36 {
38  return *this;
39 }
47 {
49  return *this;
50 }
51 
53  const dvector& v)
54  {
56  return *this;
57  }
59  const dvar_vector& v)
60  {
62  return *this;
63  }
65  const prevariable& v)
66  {
68  return *this;
69  }
71  {
73  return *this;
74  }
82 {
84  return *this;
85 }
93 {
94  dvar_matrix::operator=(varmat);
95  return *this;
96 }
104 {
106  return *this;
107 }
115 {
117  return *this;
118 }
Base class for dvariable.
Definition: fvar.hpp:1315
Vector of double precision numbers.
Definition: dvector.h:50
void val(const adstring &s, int &v, int &code)
Definition: val.cpp:11
param_init_bounded_vector & operator=(const dvector &)
Definition: model20.cpp:52
ADMB variable vector.
Definition: fvar.hpp:2172
param_init_vector & operator=(const dvector &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: model20.cpp:13
Description not yet available.
Definition: admodel.h:968
Description not yet available.
Definition: admodel.h:1058
double var(const dvector &vec)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: cranfill.cpp:23
Description not yet available.
Description not yet available.
Definition: fvar.hpp:2819
Description not yet available.
Definition: admodel.h:1316
dvar_matrix & operator=(const dvar_matrix &)
Assigns other values to dvar_matrix.
Definition: fvar_mat.cpp:515
param_init_matrix & operator=(const dmatrix &m)
Assigns values from mat to param_init_matrix.
Definition: model20.cpp:81
Class definition of matrix with derivitive information .
Definition: fvar.hpp:2480
dvar_vector & operator=(const dvar_vector &t)
Assign values from other t to dvar_vector.
Definition: fvar_a20.cpp:31
Fundamental data type for reverse mode automatic differentiation.
Definition: fvar.hpp:1518