Show
Ignore:
Timestamp:
09/06/09 22:53:06 (15 years ago)
Author:
smidl
Message:

change of syntax of RV

Files:
1 modified

Legend:

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

    r583 r604  
    569569 
    570570                //!access function 
    571                 vec& _mu_const() {return mu_const;} 
     571                const vec& _mu_const() const {return mu_const;} 
    572572                //!access function 
    573                 mat& _A() {return A;} 
     573                const mat& _A() const {return A;} 
    574574                //!access function 
    575                 mat _R() { return this->iepdf._R().to_mat(); } 
     575                mat _R() const { return this->iepdf._R().to_mat(); } 
    576576 
    577577                //! Debug stream