| 
    Jpp
    17.3.2
    
   the software that should make you happy 
   | 
 
Hessian matrix. More...
#include <JHesseMatrix.hh>
  
 Public Types | |
| typedef JData_t | data_type | 
Public Member Functions | |
| JHesseMatrix () | |
| Default constructor.  More... | |
| template<class JResult_t > | |
| JHesseMatrix (const JResultHesse< JResult_t > &result) | |
| Constructor.  More... | |
| template<class JResult_t > | |
| void | set (const JResultHesse< JResult_t > &result) | 
| Set matrix according given result.  More... | |
| const data_type * | operator[] (int row) const | 
| Get row data.  More... | |
| data_type * | operator[] (int row) | 
| Get row data.  More... | |
| JTable2D & | negate () | 
| Negate table.  More... | |
| JTable2D & | add (const JTable2D &table) | 
| Add table.  More... | |
| JTable2D & | sub (const JTable2D &table) | 
| Subtract table.  More... | |
| JTable2D & | mul (const double factor) | 
| Scale table.  More... | |
| JFirst_t & | mul (const JSecond_t &object) | 
| Multiply with object.  More... | |
| JTable2D & | div (const double factor) | 
| Scale table.  More... | |
Static Public Member Functions | |
| static int | getNX () | 
| Get number of rows.  More... | |
| static int | getNY () | 
| Get number of columns.  More... | |
Protected Attributes | |
| data_type | data [NX][NY] | 
Private Member Functions | |
| void | set (unsigned int pivot, const JResultHesse< JData_t > &result) | 
| Set final element.  More... | |
| void | set (unsigned int row, unsigned int col, const JResultHesse< JData_t > &result) | 
| Set final element.  More... | |
| template<class JResult_t > | |
| void | set (unsigned int pivot, const JResultHesse< JResult_t > &result) | 
| Recursivaly set elements.  More... | |
| template<class JResult_t > | |
| void | set (unsigned int row, unsigned int col, const JResultHesse< JResult_t > &result) | 
| Recursivaly set elements.  More... | |
Hessian matrix.
Definition at line 22 of file JHesseMatrix.hh.
      
  | 
  inherited | 
Definition at line 30 of file JTable2D.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
| result | Hesse result | 
Definition at line 38 of file JHesseMatrix.hh.
      
  | 
  inline | 
Set matrix according given result.
| result | Hesse result | 
Definition at line 50 of file JHesseMatrix.hh.
      
  | 
  inlineprivate | 
Set final element.
| pivot | pivot | 
| result | Hesse result | 
Definition at line 68 of file JHesseMatrix.hh.
      
  | 
  inlineprivate | 
Set final element.
| row | row | 
| col | col | 
| result | Hesse result | 
Definition at line 82 of file JHesseMatrix.hh.
      
  | 
  inlineprivate | 
Recursivaly set elements.
| pivot | pivot | 
| result | Hesse result | 
Definition at line 97 of file JHesseMatrix.hh.
      
  | 
  inlineprivate | 
Recursivaly set elements.
| row | row | 
| col | col | 
| result | Hesse result | 
Definition at line 115 of file JHesseMatrix.hh.
      
  | 
  inlinestaticinherited | 
      
  | 
  inlinestaticinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Scale table.
| factor | multiplication factor | 
Definition at line 150 of file JTable2D.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Scale table.
| factor | division factor | 
Definition at line 168 of file JTable2D.hh.
      
  | 
  protectedinherited | 
Definition at line 219 of file JTable2D.hh.
 1.8.5