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

Description not yet available. More...

#include <fvar.hpp>

List of all members.

Public Member Functions

int indexmin (void)
int indexmax (void)
prevariable operator[] (int i)
prevariable operator() (int i)
intoperator() (int i, int j)
 dvar_compressed_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)
dvar_vectorget_x (void)
int get_n ()
int get_m ()

Private Attributes

int n
int m
imatrix coords
dvar_vector x

Detailed Description

Description not yet available.

Parameters:

Definition at line 10395 of file fvar.hpp.


Constructor & Destructor Documentation

Definition at line 2554 of file hs_sparse.cpp.


Member Function Documentation

Definition at line 10402 of file fvar.hpp.

Referenced by make_dvar_matrix(), make_sdvar_matrix(), and operator>>().

Definition at line 10406 of file fvar.hpp.

Referenced by make_dvar_matrix(), make_sdvar_matrix(), and operator>>().

prevariable dvar_compressed_triplet::operator[] ( int  i) [inline]

Definition at line 10410 of file fvar.hpp.

prevariable dvar_compressed_triplet::operator() ( int  i) [inline]

Definition at line 10414 of file fvar.hpp.

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

Definition at line 10418 of file fvar.hpp.

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

Definition at line 2570 of file hs_sparse.cpp.

Referenced by dvar_compressed_triplet().

Definition at line 2578 of file hs_sparse.cpp.

Definition at line 10425 of file fvar.hpp.

Definition at line 10433 of file fvar.hpp.

Referenced by ln_det(), make_dvar_matrix(), make_sdvar_matrix(), and return_choleski_decomp().

Definition at line 10437 of file fvar.hpp.

Referenced by make_dvar_matrix(), and make_sdvar_matrix().


Member Data Documentation

Definition at line 10397 of file fvar.hpp.

Referenced by get_n().

Definition at line 10398 of file fvar.hpp.

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

Definition at line 10399 of file fvar.hpp.

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

Definition at line 10400 of file fvar.hpp.

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


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