| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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().
