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
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 9345 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().

void dcompressed_triplet::deallocate ( void  )

Definition at line 2601 of file hs_sparse.cpp.

imatrix& dcompressed_triplet::get_coords ( void  )
inline

Definition at line 9378 of file fvar.hpp.

Referenced by function_minimizer::computations1().

int dcompressed_triplet::get_m ( )
inline

Definition at line 9390 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
void dcompressed_triplet::initialize ( void  )
double& dcompressed_triplet::operator() ( int  i)
inline

Definition at line 9366 of file fvar.hpp.

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

Definition at line 9370 of file fvar.hpp.

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

Definition at line 9362 of file fvar.hpp.

Member Data Documentation

imatrix dcompressed_triplet::coords
private

Definition at line 9351 of file fvar.hpp.

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

int dcompressed_triplet::m
private

Definition at line 9350 of file fvar.hpp.

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

int dcompressed_triplet::n
private

Definition at line 9348 of file fvar.hpp.

Referenced by get_n().

dvector dcompressed_triplet::x
private

Definition at line 9352 of file fvar.hpp.

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


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