Changeset 67 for bdm/stat/libEF.h

Show
Ignore:
Timestamp:
04/09/08 15:40:33 (16 years ago)
Author:
smidl
Message:

opavy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libEF.h

    r60 r67  
    101101        //! returns a pointer to the internal mean value. Use with Care! 
    102102        vec* _mu() {return μ} 
     103         
     104        //! access function 
     105        void set_mu(const vec mu0) { mu=mu0;} 
    103106 
    104107        //! returns pointers to the internal variance and its inverse. Use with Care!