Jpp 19.3.0-rc.1
the software that should make you happy
|
Hessian matrix. More...
#include <JHesseMatrix.hh>
Public Types | |
typedef double | data_type |
Public Member Functions | |
JHesseMatrix () | |
Default constructor. | |
template<class JResult_t > | |
JHesseMatrix (const JResultHesse< JResult_t > &result) | |
Constructor. | |
template<class JResult_t > | |
void | set (const JResultHesse< JResult_t > &result) |
Set matrix according given result. | |
const data_type * | operator[] (int row) const |
Get row data. | |
data_type * | operator[] (int row) |
Get row data. | |
JTable2D & | negate () |
Negate table. | |
JTable2D & | add (const JTable2D &table) |
Add table. | |
JTable2D & | sub (const JTable2D &table) |
Subtract table. | |
JTable2D & | mul (const double factor) |
Scale table. | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. | |
JTable2D & | div (const double factor) |
Scale table. | |
Static Public Member Functions | |
static int | getNX () |
Get number of rows. | |
static int | getNY () |
Get number of columns. | |
Protected Attributes | |
data_type | data [NX][NY] |
Private Member Functions | |
void | set (unsigned int pivot, const JResultHesse< JData_t > &result) |
Set final element. | |
void | set (unsigned int row, unsigned int col, const JResultHesse< JData_t > &result) |
Set final element. | |
template<class JResult_t > | |
void | set (unsigned int pivot, const JResultHesse< JResult_t > &result) |
Recursivaly set elements. | |
template<class JResult_t > | |
void | set (unsigned int row, unsigned int col, const JResultHesse< JResult_t > &result) |
Recursivaly set elements. | |
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 |
|
inlinestaticinherited |
Get number of rows.
Definition at line 50 of file JTable2D.hh.
|
inlinestaticinherited |
Get number of columns.
Definition at line 61 of file JTable2D.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
Definition at line 219 of file JTable2D.hh.