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

Description not yet available. More...

#include <df12fun.h>

Public Member Functions

 df1_two_matrix (int rmin, int rmax, int cmin, int cmax)
 Construct matrix of df1_two_variable with dimension [rmin to rmax] x [cmin to cmax]. More...
 
 df1_two_matrix (const df1_two_matrix &m2)
 Description not yet available. More...
 
 ~df1_two_matrix ()
 Description not yet available. More...
 
void deallocate (void)
 Description not yet available. More...
 
int indexmax (void) const
 
int indexmin (void) const
 
void initialize (void)
 Description not yet available. More...
 
df1_two_vectoroperator() (int i) const
 
df1_two_variableoperator() (int i, int j) const
 
df1_two_vectoroperator[] (int i) const
 

Private Attributes

int index_max
 
int index_min
 
mat_shapexshape
 
df1_two_vectorv
 

Detailed Description

Description not yet available.

Parameters

Definition at line 131 of file df12fun.h.

Constructor & Destructor Documentation

df1_two_matrix::df1_two_matrix ( int  rmin,
int  rmax,
int  cmin,
int  cmax 
)

Construct matrix of df1_two_variable with dimension [rmin to rmax] x [cmin to cmax].

Parameters
rminlower row index
rmaxupper row index
cminlower column index
cmaxupper column index

Definition at line 259 of file df12fun.cpp.

df1_two_matrix::~df1_two_matrix ( )

Description not yet available.

Parameters

Definition at line 207 of file df12fun.cpp.

df1_two_matrix::df1_two_matrix ( const df1_two_matrix m2)

Description not yet available.

Parameters

Definition at line 191 of file df12fun.cpp.

Member Function Documentation

void df1_two_matrix::deallocate ( void  )

Description not yet available.

Parameters

Definition at line 216 of file df12fun.cpp.

Referenced by ~df1_two_matrix().

int df1_two_matrix::indexmax ( void  ) const
inline

Definition at line 139 of file df12fun.h.

Referenced by choleski_decomp(), initialize(), and value().

int df1_two_matrix::indexmin ( void  ) const
inline

Definition at line 138 of file df12fun.h.

Referenced by choleski_decomp(), initialize(), and value().

void df1_two_matrix::initialize ( void  )

Description not yet available.

Parameters

Definition at line 241 of file df12fun.cpp.

Referenced by choleski_decomp().

df1_two_vector& df1_two_matrix::operator() ( int  i) const
inline

Definition at line 141 of file df12fun.h.

df1_two_variable& df1_two_matrix::operator() ( int  i,
int  j 
) const
inline

Definition at line 149 of file df12fun.h.

df1_two_vector& df1_two_matrix::operator[] ( int  i) const
inline

Definition at line 145 of file df12fun.h.

Member Data Documentation

int df1_two_matrix::index_max
private

Definition at line 134 of file df12fun.h.

Referenced by deallocate(), df1_two_matrix(), and indexmax().

int df1_two_matrix::index_min
private

Definition at line 133 of file df12fun.h.

Referenced by deallocate(), df1_two_matrix(), and indexmin().

mat_shapex* df1_two_matrix::shape
private

Definition at line 135 of file df12fun.h.

Referenced by deallocate(), and df1_two_matrix().

df1_two_vector* df1_two_matrix::v
private

Definition at line 136 of file df12fun.h.

Referenced by deallocate(), df1_two_matrix(), operator()(), and operator[]().


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