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

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 dcompressed_triplet (int mmin, int mmax, int n, int m)
void allocate (int mmin, int mmax, int n, int m)
void deallocate (void)
imatrixget_coords (void)
int get_m ()
int get_n ()
dvectorget_x (void)
int indexmax (void)
int indexmin (void)
void initialize (void)
double & operator() (int i)
int & operator() (int i, int j)
double & operator[] (int i)

Private Attributes

imatrix coords
int m
int n
dvector x

Detailed Description

Description not yet available.

Parameters:

Definition at line 9116 of file fvar.hpp.


Constructor & Destructor Documentation

dcompressed_triplet::dcompressed_triplet ( int  mmin,
int  mmax,
int  n,
int  m 
)

Definition at line 2571 of file hs_sparse.cpp.


Member Function Documentation

void dcompressed_triplet::allocate ( int  mmin,
int  mmax,
int  n,
int  m 
)

Definition at line 2593 of file hs_sparse.cpp.

Referenced by dcompressed_triplet().

Definition at line 2601 of file hs_sparse.cpp.

Definition at line 9149 of file fvar.hpp.

Referenced by function_minimizer::computations1().

int dcompressed_triplet::get_m ( ) [inline]

Definition at line 9161 of file fvar.hpp.

Referenced by make_dmatrix(), and make_sdmatrix().

int dcompressed_triplet::get_n ( ) [inline]
dvector& dcompressed_triplet::get_x ( void  ) [inline]
int dcompressed_triplet::indexmax ( void  ) [inline]
int dcompressed_triplet::indexmin ( void  ) [inline]
double& dcompressed_triplet::operator() ( int  i) [inline]

Definition at line 9137 of file fvar.hpp.

int& dcompressed_triplet::operator() ( int  i,
int  j 
) [inline]

Definition at line 9141 of file fvar.hpp.

double& dcompressed_triplet::operator[] ( int  i) [inline]

Definition at line 9133 of file fvar.hpp.


Member Data Documentation

Definition at line 9122 of file fvar.hpp.

Referenced by allocate(), deallocate(), get_coords(), and operator()().

int dcompressed_triplet::m [private]

Definition at line 9121 of file fvar.hpp.

Referenced by allocate(), deallocate(), and get_m().

int dcompressed_triplet::n [private]

Definition at line 9119 of file fvar.hpp.

Referenced by get_n().

Definition at line 9123 of file fvar.hpp.

Referenced by allocate(), deallocate(), get_x(), initialize(), and operator()().

List of all members.


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