Changeset 700 for library/bdm/math

Show
Ignore:
Timestamp:
11/04/09 22:54:58 (15 years ago)
Author:
smidl
Message:

Making tutorial/userguide example work again (changes of mpdf and bayes)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/math/square_mat.h

    r619 r700  
    221221        //! print full matrix 
    222222        friend std::ostream &operator<< ( std::ostream &os, const fsqmat &sq ); 
     223        //!access function 
     224        mat & _M (  ) {return M;}; 
    223225 
    224226};