PIPS-NLP
Public Member Functions | Protected Attributes | Friends | List of all members
StochInputTree::StochInputNode Class Reference

#include <StochInputTree.h>

Public Member Functions

 StochInputNode ()
 
 StochInputNode (void *user_data, int id, int n, int my, int mz, FMAT fQ, FNNZ fnnzQ, FVEC fc, FMAT fA, FNNZ fnnzA, FMAT fB, FNNZ fnnzB, FVEC fb, FMAT fC, FNNZ fnnzC, FMAT fD, FNNZ fnnzD, FVEC fclow, FVEC ficlow, FVEC fcupp, FVEC ficupp, FVEC fxlow, FVEC fixlow, FVEC fxupp, FVEC fixupp, bool deleteUserData=false)
 
 ~StochInputNode ()
 

Protected Attributes

int id
 
int n
 
int my
 
int mz
 
int nnzQ
 
int nnzA
 
int nnzB
 
int nnzC
 
int nnzD
 
FNNZ fnnzQ
 
FNNZ fnnzA
 
FNNZ fnnzB
 
FNNZ fnnzC
 
FNNZ fnnzD
 
FMAT fQ
 
FMAT fA
 
FMAT fB
 
FMAT fC
 
FMAT fD
 
FVEC fc
 
FVEC fb
 
FVEC fclow
 
FVEC fcupp
 
FVEC ficlow
 
FVEC ficupp
 
FVEC fxlow
 
FVEC fxupp
 
FVEC fixlow
 
FVEC fixupp
 
void * user_data
 
bool deleteUserData
 

Friends

class StochInputTree
 
class StochTree
 
class sTreeCallbacks
 

Detailed Description

Inner class that contains the node related data.

Constructor & Destructor Documentation

StochInputTree::StochInputNode::StochInputNode ( )
StochInputTree::StochInputNode::StochInputNode ( void *  user_data,
int  id,
int  n,
int  my,
int  mz,
FMAT  fQ,
FNNZ  fnnzQ,
FVEC  fc,
FMAT  fA,
FNNZ  fnnzA,
FMAT  fB,
FNNZ  fnnzB,
FVEC  fb,
FMAT  fC,
FNNZ  fnnzC,
FMAT  fD,
FNNZ  fnnzD,
FVEC  fclow,
FVEC  ficlow,
FVEC  fcupp,
FVEC  ficupp,
FVEC  fxlow,
FVEC  fixlow,
FVEC  fxupp,
FVEC  fixupp,
bool  deleteUserData = false 
)
StochInputTree::StochInputNode::~StochInputNode ( )

Friends And Related Function Documentation

friend class StochInputTree
friend
friend class StochTree
friend
friend class sTreeCallbacks
friend

Member Data Documentation

bool StochInputTree::StochInputNode::deleteUserData
protected
FMAT StochInputTree::StochInputNode::fA
protected
FMAT StochInputTree::StochInputNode::fB
protected
FVEC StochInputTree::StochInputNode::fb
protected
FMAT StochInputTree::StochInputNode::fC
protected
FVEC StochInputTree::StochInputNode::fc
protected
FVEC StochInputTree::StochInputNode::fclow
protected
FVEC StochInputTree::StochInputNode::fcupp
protected
FMAT StochInputTree::StochInputNode::fD
protected
FVEC StochInputTree::StochInputNode::ficlow
protected
FVEC StochInputTree::StochInputNode::ficupp
protected
FVEC StochInputTree::StochInputNode::fixlow
protected
FVEC StochInputTree::StochInputNode::fixupp
protected
FNNZ StochInputTree::StochInputNode::fnnzA
protected
FNNZ StochInputTree::StochInputNode::fnnzB
protected
FNNZ StochInputTree::StochInputNode::fnnzC
protected
FNNZ StochInputTree::StochInputNode::fnnzD
protected
FNNZ StochInputTree::StochInputNode::fnnzQ
protected
FMAT StochInputTree::StochInputNode::fQ
protected
FVEC StochInputTree::StochInputNode::fxlow
protected
FVEC StochInputTree::StochInputNode::fxupp
protected
int StochInputTree::StochInputNode::id
protected
int StochInputTree::StochInputNode::my
protected
int StochInputTree::StochInputNode::mz
protected
int StochInputTree::StochInputNode::n
protected
int StochInputTree::StochInputNode::nnzA
protected
int StochInputTree::StochInputNode::nnzB
protected
int StochInputTree::StochInputNode::nnzC
protected
int StochInputTree::StochInputNode::nnzD
protected
int StochInputTree::StochInputNode::nnzQ
protected
void* StochInputTree::StochInputNode::user_data
protected

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