ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
df3_three_matrix Class Reference

Description not yet available. More...

#include <df33fun.h>

Public Member Functions

 df3_three_matrix (int rmin, int rmax, int cmin, int cmax)
 Description not yet available.
 df3_three_matrix (const df3_three_matrix &m2)
 Description not yet available.
 ~df3_three_matrix ()
 Description not yet available.
void deallocate (void)
 Description not yet available.
int indexmax (void) const
int indexmin (void) const
void initialize (void)
 Description not yet available.
df3_three_vectoroperator() (int i) const
df3_three_variableoperator() (int i, int j) const
df3_three_vectoroperator[] (int i) const

Private Attributes

int index_max
int index_min
mat_shapexshape
df3_three_vectorv

Detailed Description

Description not yet available.

Parameters:

Definition at line 162 of file df33fun.h.


Constructor & Destructor Documentation

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

Description not yet available.

Parameters:

Definition at line 309 of file df33fun.cpp.

Description not yet available.

Parameters:

Definition at line 263 of file df33fun.cpp.

Description not yet available.

Parameters:

Definition at line 247 of file df33fun.cpp.


Member Function Documentation

Description not yet available.

Parameters:

Definition at line 272 of file df33fun.cpp.

Referenced by ~df3_three_matrix().

int df3_three_matrix::indexmax ( void  ) const [inline]

Definition at line 170 of file df33fun.h.

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

int df3_three_matrix::indexmin ( void  ) const [inline]

Definition at line 169 of file df33fun.h.

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

Description not yet available.

Parameters:

Definition at line 295 of file df33fun.cpp.

Referenced by choleski_decomp().

df3_three_vector& df3_three_matrix::operator() ( int  i) const [inline]

Definition at line 172 of file df33fun.h.

df3_three_variable& df3_three_matrix::operator() ( int  i,
int  j 
) const [inline]

Definition at line 180 of file df33fun.h.

df3_three_vector& df3_three_matrix::operator[] ( int  i) const [inline]

Definition at line 176 of file df33fun.h.


Member Data Documentation

Definition at line 165 of file df33fun.h.

Referenced by df3_three_matrix(), and indexmax().

Definition at line 164 of file df33fun.h.

Referenced by df3_three_matrix(), and indexmin().

Definition at line 166 of file df33fun.h.

Referenced by deallocate(), and df3_three_matrix().

Definition at line 167 of file df33fun.h.

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

List of all members.


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