Show
Ignore:
Timestamp:
11/15/09 23:02:02 (15 years ago)
Author:
smidl
Message:

Big commit of LQG stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r713 r723  
    708708                //!access function 
    709709                mat _R() const { return this->iepdf._R().to_mat(); } 
    710  
     710                //!access function 
     711                sq_T __R() const { return this->iepdf._R(); } 
     712                 
    711713                //! Debug stream 
    712714                template<typename sq_M>