ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Friends | List of all members
d3_index Class Reference

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 d3_index (d3_array &v)
 
virtual int indexmax (void)
 
virtual int indexmin (void)
 
- Public Member Functions inherited from d3_array
 d3_array (void)
 Default constructor. More...
 
 d3_array (int sl, int sh, int nrl, int nrh, int ncl, int nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, int nrl, int nrh)
 
 d3_array (int sl, int sh, const index_type &nrl, const index_type &nrh)
 
 d3_array (int sl, int sh)
 Construct d3_array with a vector of empty dmatrix with dimension [nrl to nrh]. More...
 
 d3_array (const d3_array_position &)
 Construct d3_array with a vector of empty dmatrix using position. More...
 
 d3_array (int sl, int sh, int nrl, int nrh, const ivector &ncl, int nch)
 Description not yet available. More...
 
 d3_array (const ad_integer &sl, const ad_integer &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, const ivector &nrl, const ivector &nrh, const imatrix &ncl, const imatrix &nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, const ivector &nrl, const ivector &nrh, int ncl, const imatrix &nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, int nrl, const ivector &nrh, int ncl, const imatrix &nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, const ivector &nrl, const ivector &nrh, const ivector &ncl, const ivector &nch)
 
 d3_array (int sl, int sh, int nrl, int nrh, const ivector &ncl, const ivector &nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, int nrl, const ivector &nrh, int ncl, const ivector &nch)
 Description not yet available. More...
 
 d3_array (int sl, int sh, int nrl, const ivector &nrh, int ncl, int nch)
 Description not yet available. More...
 
 d3_array (const d3_array &m2)
 Copy constructor. More...
 
 ~d3_array ()
 Destructor. More...
 
void allocate (const ad_integer &sl, const ad_integer &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch)
 Allocate array of matrices with dimensions [sl to sh] x [nrl to nrh] x [ncl to nch]. More...
 
void allocate (const dvar3_array &)
 Allocate d3_array with same dimensions as d3v. More...
 
void allocate (const d3_array &d3v)
 Allocate d3_array with the same dimensions as other. More...
 
void allocate (int sl, int sh, int nrl, int nrh, int ncl, int nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) More...
 
void allocate (int sl, int sh, int nrl, int nrh)
 Allocate vector of matrices having empty columns and with dimensions [sl to sh] x [nrl to nrh]. More...
 
void allocate (int sl, int sh, const index_type &nrl, const index_type &nrh)
 Allocate vector of matrices having empty columns and with dimensions [sl to sh] x [nrl to nrh]. More...
 
void allocate (int sl, int sh)
 Allocate vector [sl to sh] of empty matrices. More...
 
void allocate (int sl, int sh, int nrl, int nrh, const ivector &ncl, int nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where ncl is a vector of indexes. More...
 
void allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, const imatrix &ncl, const imatrix &nch)
 
void allocate (int sl, int sh, int nrl, const ivector &nrh, int ncl, const imatrix &nch)
 Allocate d3_array with dimensions [sl to sh] x [nrl to nrh] x [ncl to nch]. More...
 
void allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, int ncl, const imatrix &nch)
 Description not yet available. More...
 
void allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, int ncl, int nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
 
void allocate (int sl, int sh, const ivector &nrl, int nrh, int ncl, int nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
 
void allocate (int sl, int sh, int nrl, const ivector &nrh, int ncl, int nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
 
void allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, const ivector &ncl, const ivector &nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
 
void allocate (int sl, int sh, int nrl, const ivector &nrh, int ncl, const ivector &nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
 
void allocate (int sl, int sh, int nrl, int nrh, const ivector &ncl, const ivector &nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes with dimensions [sl to sh]. More...
 
void allocate (int sl, int sh, int nrl, int nrh, int ncl, const ivector &nch)
 Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh is a vector of indexes. More...
 
void allocate (void)
 Does NOT allocate, but initializes empty d3_array. More...
 
dmatrixbegin () const
 
int colmax (void) const
 
int colmin (void) const
 
int colsize (void) const
 
void deallocate (void)
 Deallocates d3_array memory. More...
 
dmatrixelem (int k)
 
const dmatrixelem (int k) const
 
dmatrixend () const
 
void fill_randcau (const random_number_generator &rng)
 Description not yet available. More...
 
void fill_randn (const random_number_generator &rng)
 Description not yet available. More...
 
void fill_randn (long int &n)
 Fill multi array with random numbers. More...
 
void fill_randn_ni (long int &n)
 Description not yet available. More...
 
void fill_randu (const random_number_generator &rng)
 Description not yet available. More...
 
void fill_randu (long int &n)
 Fill multi array with random numbers. More...
 
void fill_randu_ni (long int &n)
 Description not yet available. More...
 
double fill_seqadd (double, double)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
unsigned int get_ncopies () const
 
int indexmax () const
 
int indexmin () const
 
void initialize (int sl, int sh, int nrl, const ivector &nrh, int ncl, const ivector &nch)
 
void initialize (void)
 Initializes all elements of d3_array to zero. More...
 
int operator! (void) const
 
double & operator() (int k, int i, int j)
 
dvectoroperator() (int k, int i)
 
dmatrixoperator() (int i)
 
const double & operator() (int k, int i, int j) const
 
const dvectoroperator() (int k, int i) const
 
const dmatrixoperator() (int i) const
 
void operator/= (double d)
 Divide each element of d3_array by d. More...
 
d3_arrayoperator= (const d3_array &m1)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
d3_arrayoperator= (double x)
 Assign elements of d3_array to value. More...
 
dmatrixoperator[] (int i)
 
const dmatrixoperator[] (int i) const
 
int rowmax (void) const
 
int rowmin (void) const
 
int rowsize (void) const
 
void save_d3_array_position () const
 Description not yet available. More...
 
void save_d3_array_value () const
 Description not yet available. More...
 
void shallow_copy (const d3_array &)
 Shallow copy other data structure pointers. More...
 
int slicemax () const
 
int slicemin () const
 
unsigned int slicesize () const
 
d3_array sub (int, int)
 Description not yet available. More...
 
- Public Member Functions inherited from double_index_guts
 double_index_guts ()
 Description not yet available. More...
 
 double_index_guts (const double_index_guts &ig)
 Description not yet available. More...
 
virtual ~double_index_guts ()
 Description not yet available. More...
 
virtual int isdouble (void) const
 
virtual operator double ()
 

Private Member Functions

virtual double_index_gutsoperator[] (int i)
 

Friends

class index_type
 

Additional Inherited Members

- Protected Attributes inherited from double_index_guts
int * ncopies
 

Detailed Description

Description not yet available.

Parameters

Definition at line 8688 of file fvar.hpp.

Constructor & Destructor Documentation

d3_index::d3_index ( d3_array v)
inline

Definition at line 8695 of file fvar.hpp.

Member Function Documentation

virtual int d3_index::indexmax ( void  )
inlinevirtual

Implements double_index_guts.

Definition at line 8702 of file fvar.hpp.

virtual int d3_index::indexmin ( void  )
inlinevirtual

Implements double_index_guts.

Definition at line 8698 of file fvar.hpp.

virtual double_index_guts* d3_index::operator[] ( int  i)
inlineprivatevirtual

Implements double_index_guts.

Definition at line 8690 of file fvar.hpp.

Friends And Related Function Documentation

friend class index_type
friend

Definition at line 8706 of file fvar.hpp.


The documentation for this class was generated from the following file: