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

Description not yet available. More...

#include <fvar.hpp>

List of all members.

Public Member Functions

const dmatrixget_dmatrix (void) const
void initialize (void)
 Description not yet available.
int bandwidth (void) const
int indexmin (void) const
int indexmax (void) const
int rowmin (void) const
int rowmax (void) const
 banded_symmetric_dmatrix (void)
 banded_symmetric_dmatrix (const banded_symmetric_dmatrix &, int, int)
 Description not yet available.
banded_symmetric_dmatrix sub (int l, int u)
 Description not yet available.
void shift (int)
 Description not yet available.
banded_symmetric_dmatrixoperator= (const banded_symmetric_dmatrix &)
 Description not yet available.
 banded_symmetric_dmatrix (int _min, int _max, int _bw)
 Description not yet available.
 banded_symmetric_dmatrix (const dvar_matrix_position &mpos)
 Description not yet available.
void save_dmatrix_value (void) const
 Description not yet available.
void save_dmatrix_position (void) const
void save_dmatrix_derivatives (const dvar_matrix_position &) const
 Description not yet available.
double & operator() (register int i, register int j)
dvector operator() (register int i)
const double & operator() (register int i, register int j) const
const dvector operator() (register int i) const

Private Attributes

int bw
dmatrix d

Friends

banded_symmetric_dmatrix value (const banded_symmetric_dvar_matrix &v)
 Description not yet available.
banded_symmetric_dmatrix restore_banded_symmetric_dvar_matrix_value (const dvar_matrix_position &mpos)
 Description not yet available.
double norm2 (const banded_symmetric_dmatrix &B)
double sumsq (const banded_symmetric_dmatrix &B)

Detailed Description

Description not yet available.

Parameters:

Definition at line 9061 of file fvar.hpp.


Constructor & Destructor Documentation

Definition at line 9092 of file fvar.hpp.

Referenced by sub().

Description not yet available.

Parameters:

Definition at line 95 of file dmat28.cpp.

Description not yet available.

Parameters:

Definition at line 136 of file dmat28.cpp.

Description not yet available.

Parameters:

Definition at line 148 of file dmat28.cpp.


Member Function Documentation

const dmatrix& banded_symmetric_dmatrix::get_dmatrix ( void  ) const [inline]

Definition at line 9066 of file fvar.hpp.

int banded_symmetric_dmatrix::bandwidth ( void  ) const [inline]
int banded_symmetric_dmatrix::indexmin ( void  ) const [inline]
int banded_symmetric_dmatrix::indexmax ( void  ) const [inline]
int banded_symmetric_dmatrix::rowmin ( void  ) const [inline]
int banded_symmetric_dmatrix::rowmax ( void  ) const [inline]

Description not yet available.

Parameters:

Definition at line 410 of file dmat28.cpp.

Description not yet available.

Parameters:

Definition at line 115 of file dmat28.cpp.

banded_symmetric_dmatrix & banded_symmetric_dmatrix::operator= ( const banded_symmetric_dmatrix M)

Description not yet available.

Parameters:

Definition at line 372 of file dmat28.cpp.

Description not yet available.

Parameters:

Definition at line 60 of file cmpdif11.cpp.

Description not yet available.

Parameters:

Definition at line 160 of file cmpdif11.cpp.

Referenced by dfcholeski_decomp_banded(), and dfcholeski_decomp_banded_positive().

double& banded_symmetric_dmatrix::operator() ( register int  i,
register int  j 
) [inline]

Definition at line 9110 of file fvar.hpp.

dvector banded_symmetric_dmatrix::operator() ( register int  i) [inline]

Definition at line 9114 of file fvar.hpp.

const double& banded_symmetric_dmatrix::operator() ( register int  i,
register int  j 
) const [inline]

Definition at line 9119 of file fvar.hpp.

const dvector banded_symmetric_dmatrix::operator() ( register int  i) const [inline]

Definition at line 9123 of file fvar.hpp.


Friends And Related Function Documentation

Description not yet available.

Parameters:

Definition at line 135 of file fvar_m40.cpp.

Description not yet available.

Parameters:

Definition at line 76 of file cmpdif11.cpp.

double norm2 ( const banded_symmetric_dmatrix B) [friend]

Definition at line 217 of file dmat38.cpp.

double sumsq ( const banded_symmetric_dmatrix B) [friend]

Member Data Documentation

Definition at line 9063 of file fvar.hpp.

Referenced by banded_symmetric_dmatrix(), bandwidth(), norm2(), and shift().


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