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

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 banded_symmetric_dvar_matrix (int _min, int _max, int _bw)
 Description not yet available. More...
 
 banded_symmetric_dvar_matrix (const banded_symmetric_dvar_matrix &)
 Description not yet available. More...
 
int bandwidth (void) const
 
int indexmax (void) const
 
int indexmin (void) const
 
void initialize (void)
 Description not yet available. More...
 
prevariable operator() (int i, int j)
 
dvar_vector operator() (int i)
 
int rowmax (void) const
 
int rowmin (void) const
 
void save_dvar_matrix_position () const
 Description not yet available. More...
 
void save_dvar_matrix_value () const
 Description not yet available. More...
 

Public Attributes

int bw
 
dvar_matrix d
 

Friends

dvariable norm (const banded_symmetric_dvar_matrix &B)
 Description not yet available. More...
 
dvariable norm2 (const banded_symmetric_dvar_matrix &B)
 Description not yet available. More...
 
dvariable sumsq (const banded_symmetric_dvar_matrix &B)
 
banded_symmetric_dmatrix value (const banded_symmetric_dvar_matrix &v)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Parameters

Definition at line 8065 of file fvar.hpp.

Constructor & Destructor Documentation

banded_symmetric_dvar_matrix::banded_symmetric_dvar_matrix ( int  _min,
int  _max,
int  _bw 
)

Description not yet available.

Parameters

Definition at line 102 of file fvar_m40.cpp.

banded_symmetric_dvar_matrix::banded_symmetric_dvar_matrix ( const banded_symmetric_dvar_matrix S)

Description not yet available.

Parameters

Definition at line 26 of file fvar_m40.cpp.

Member Function Documentation

int banded_symmetric_dvar_matrix::bandwidth ( void  ) const
inline
int banded_symmetric_dvar_matrix::indexmax ( void  ) const
inline
int banded_symmetric_dvar_matrix::indexmin ( void  ) const
inline

Definition at line 8075 of file fvar.hpp.

Referenced by dvar_matrix::dvar_matrix(), operator<<(), and value().

void banded_symmetric_dvar_matrix::initialize ( void  )

Description not yet available.

Parameters

Definition at line 77 of file fvar_m40.cpp.

prevariable banded_symmetric_dvar_matrix::operator() ( int  i,
int  j 
)
inline

Definition at line 8098 of file fvar.hpp.

dvar_vector banded_symmetric_dvar_matrix::operator() ( int  i)
inline

Definition at line 8102 of file fvar.hpp.

int banded_symmetric_dvar_matrix::rowmax ( void  ) const
inline

Definition at line 8087 of file fvar.hpp.

Referenced by initialize().

int banded_symmetric_dvar_matrix::rowmin ( void  ) const
inline

Definition at line 8083 of file fvar.hpp.

Referenced by initialize().

void banded_symmetric_dvar_matrix::save_dvar_matrix_position ( ) const

Description not yet available.

Parameters

Definition at line 100 of file cmpdif11.cpp.

void banded_symmetric_dvar_matrix::save_dvar_matrix_value ( ) const

Description not yet available.

Parameters

Definition at line 28 of file cmpdif11.cpp.

Friends And Related Function Documentation

dvariable norm ( const banded_symmetric_dvar_matrix B)
friend

Description not yet available.

Parameters

Definition at line 701 of file fvar_m40.cpp.

dvariable norm2 ( const banded_symmetric_dvar_matrix B)
friend

Description not yet available.

Parameters

Definition at line 710 of file fvar_m40.cpp.

dvariable sumsq ( const banded_symmetric_dvar_matrix B)
friend

Definition at line 721 of file fvar_m40.cpp.

Description not yet available.

Parameters

Definition at line 114 of file fvar_m40.cpp.

Member Data Documentation

int banded_symmetric_dvar_matrix::bw

Definition at line 8068 of file fvar.hpp.

Referenced by bandwidth(), norm2(), and value().

dvar_matrix banded_symmetric_dvar_matrix::d

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