|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|

Go to the source code of this file.
Functions | |
| const double | LogSumExp (const double LogVal1, const double LogVal2) |
| const double | LogSumExp (const TFltV &LogValV) |
| const double | LogSumExp (const double *LogValArray, const int Len) |
| const double LogSumExp | ( | const double | LogVal1, |
| const double | LogVal2 | ||
| ) |
Definition at line 675 of file mag.cpp.
Referenced by TMAGFitBern::GradApxAffMtx(), LogSumExp(), TMAGFitBern::UpdateApxPhiMI(), TMAGFitBern::UpdatePhi(), and TMAGFitBern::UpdatePhiMI().

| const double LogSumExp | ( | const TFltV & | LogValV | ) |
Definition at line 681 of file mag.cpp.
References TVec< TVal, TSizeTy >::Len().

| const double LogSumExp | ( | const double * | LogValArray, |
| const int | Len | ||
| ) |
Definition at line 697 of file mag.cpp.
References LogSumExp().
