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

#include <df11fun.h>

List of all members.

Public Member Functions

int indexmin (void) const
int indexmax (void) const
 df1_one_matrix (int rmin, int rmax, int cmin, int cmax)
df1_one_vectoroperator() (int i) const
df1_one_vectoroperator[] (int i) const
df1_one_variableoperator() (int i, int j) const
void initialize (void)
void deallocate (void)
 ~df1_one_matrix ()
 df1_one_matrix (const df1_one_matrix &m2)

Private Attributes

int index_min
int index_max
mat_shapexshape
df1_one_vectorv

Detailed Description

Definition at line 114 of file df11fun.h.


Constructor & Destructor Documentation

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

Definition at line 188 of file df11fun.cpp.

Definition at line 152 of file df11fun.cpp.

Definition at line 140 of file df11fun.cpp.


Member Function Documentation

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

Definition at line 121 of file df11fun.h.

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

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

Definition at line 122 of file df11fun.h.

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

df1_one_vector& df1_one_matrix::operator() ( int  i) const [inline]

Definition at line 124 of file df11fun.h.

df1_one_vector& df1_one_matrix::operator[] ( int  i) const [inline]

Definition at line 128 of file df11fun.h.

df1_one_variable& df1_one_matrix::operator() ( int  i,
int  j 
) const [inline]

Definition at line 132 of file df11fun.h.

void df1_one_matrix::initialize ( void  )

Definition at line 177 of file df11fun.cpp.

Referenced by choleski_decomp().

void df1_one_matrix::deallocate ( void  )

Definition at line 157 of file df11fun.cpp.

Referenced by ~df1_one_matrix().


Member Data Documentation

Definition at line 116 of file df11fun.h.

Referenced by df1_one_matrix(), and indexmin().

Definition at line 117 of file df11fun.h.

Referenced by df1_one_matrix(), and indexmax().

Definition at line 118 of file df11fun.h.

Referenced by deallocate(), and df1_one_matrix().

Definition at line 119 of file df11fun.h.

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


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