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

#include <df3fun.h>

Public Member Functions

 df3_one_matrix (int rmin, int rmax, int cmin, int cmax)
 
 df3_one_matrix (const df3_one_matrix &m2)
 
 ~df3_one_matrix ()
 Destructor. More...
 
void deallocate (void)
 Deallocate df3_one_matrix, then set to empty. More...
 
int indexmax (void) const
 
int indexmin (void) const
 
void initialize (void)
 
df3_one_vectoroperator() (int i) const
 
df3_one_variableoperator() (int i, int j) const
 
df3_one_vectoroperator[] (int i) const
 

Private Attributes

int index_max
 
int index_min
 
mat_shapexshape
 
df3_one_vectorv
 

Detailed Description

Definition at line 115 of file df3fun.h.

Constructor & Destructor Documentation

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

Definition at line 303 of file df3fun.cpp.

df3_one_matrix::~df3_one_matrix ( )

Destructor.

Definition at line 257 of file df3fun.cpp.

df3_one_matrix::df3_one_matrix ( const df3_one_matrix m2)

Definition at line 244 of file df3fun.cpp.

Member Function Documentation

void df3_one_matrix::deallocate ( void  )

Deallocate df3_one_matrix, then set to empty.

Definition at line 262 of file df3fun.cpp.

Referenced by ~df3_one_matrix().

int df3_one_matrix::indexmax ( void  ) const
inline
int df3_one_matrix::indexmin ( void  ) const
inline
void df3_one_matrix::initialize ( void  )

Definition at line 283 of file df3fun.cpp.

Referenced by choleski_decomp().

df3_one_vector& df3_one_matrix::operator() ( int  i) const
inline

Definition at line 125 of file df3fun.h.

df3_one_variable& df3_one_matrix::operator() ( int  i,
int  j 
) const
inline

Definition at line 133 of file df3fun.h.

df3_one_vector& df3_one_matrix::operator[] ( int  i) const
inline

Definition at line 129 of file df3fun.h.

Member Data Documentation

int df3_one_matrix::index_max
private

Definition at line 118 of file df3fun.h.

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

int df3_one_matrix::index_min
private

Definition at line 117 of file df3fun.h.

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

mat_shapex* df3_one_matrix::shape
private

Definition at line 119 of file df3fun.h.

Referenced by deallocate(), and df3_one_matrix().

df3_one_vector* df3_one_matrix::v
private

Definition at line 120 of file df3fun.h.

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


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