Changeset 2509


Ignore:
Timestamp:
Jul 9, 2011, 12:36:21 AM (12 years ago)
Author:
Peter
Message:

avoid inlined funtions

Location:
trunk/yat/utility
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/WeNNI.cc

    r2119 r2509  
    9191
    9292
     93  const utility::Matrix& WeNNI::imputed_data_raw(void) const
     94  {
     95    return imputed_data_raw_;
     96  }
     97
    9398}}} // of namespace utility, yat, and theplu
  • trunk/yat/utility/WeNNI.h

    r2119 r2509  
    8080    /// @return A const reference to imputed_data_raw.
    8181    ///
    82     const utility::Matrix& imputed_data_raw(void) const
    83     { return imputed_data_raw_; }
    84 
     82    const utility::Matrix& imputed_data_raw(void) const;
    8583
    8684  private:
Note: See TracChangeset for help on using the changeset viewer.