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
df3_two_matrix Class Reference

Description not yet available. More...

#include <df32fun.h>

Public Member Functions

 df3_two_matrix (int rmin, int rmax, int cmin, int cmax)
 Construct matrix of df3_two_variable with dimension [rmin to rmax] x [cmin to cmax]. More...
 
 df3_two_matrix (const df3_two_matrix &m2)
 Description not yet available. More...
 
 ~df3_two_matrix ()
 Destructor. More...
 
void deallocate (void)
 Deallocate df3_two_vector, then set to empty. More...
 
int indexmax (void) const
 
int indexmin (void) const
 
void initialize (void)
 Description not yet available. More...
 
df3_two_vectoroperator() (int i) const
 
df3_two_variableoperator() (int i, int j) const
 
df3_two_vectoroperator[] (int i) const
 

Private Attributes

int index_max
 
int index_min
 
mat_shapexshape
 
df3_two_vectorv
 

Detailed Description

Description not yet available.

Parameters

Definition at line 188 of file df32fun.h.

Constructor & Destructor Documentation

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

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

Parameters
rminrow lower index
rmaxrow upper index
cmincolumn lower index
cmaxcolumn upper index

Definition at line 240 of file df32fun.cpp.

df3_two_matrix::~df3_two_matrix ( )

Destructor.

Definition at line 191 of file df32fun.cpp.

df3_two_matrix::df3_two_matrix ( const df3_two_matrix m2)

Description not yet available.

Parameters

Definition at line 179 of file df32fun.cpp.

Member Function Documentation

void df3_two_matrix::deallocate ( void  )

Deallocate df3_two_vector, then set to empty.

Definition at line 196 of file df32fun.cpp.

Referenced by ~df3_two_matrix().

int df3_two_matrix::indexmax ( void  ) const
inline

Definition at line 199 of file df32fun.h.

Referenced by choleski_decomp(), initialize(), df1b2matrix::operator=(), and value().

int df3_two_matrix::indexmin ( void  ) const
inline

Definition at line 195 of file df32fun.h.

Referenced by choleski_decomp(), initialize(), df1b2matrix::operator=(), and value().

void df3_two_matrix::initialize ( void  )

Description not yet available.

Parameters

Definition at line 221 of file df32fun.cpp.

Referenced by choleski_decomp().

df3_two_vector& df3_two_matrix::operator() ( int  i) const
inline

Definition at line 204 of file df32fun.h.

df3_two_variable& df3_two_matrix::operator() ( int  i,
int  j 
) const
inline

Definition at line 212 of file df32fun.h.

df3_two_vector& df3_two_matrix::operator[] ( int  i) const
inline

Definition at line 208 of file df32fun.h.

Member Data Documentation

int df3_two_matrix::index_max
private

Definition at line 191 of file df32fun.h.

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

int df3_two_matrix::index_min
private

Definition at line 190 of file df32fun.h.

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

mat_shapex* df3_two_matrix::shape
private

Definition at line 192 of file df32fun.h.

Referenced by deallocate(), and df3_two_matrix().

df3_two_vector* df3_two_matrix::v
private

Definition at line 193 of file df32fun.h.

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


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