Ignore:
Timestamp:
Jan 14, 2022, 5:57:51 AM (14 months ago)
Author:
Peter
Message:

when possible change public interface 'const Matrix&' and 'Matrix&' to 'const MatrixBase?&' and 'MatrixMutable?&', respectively, except for virtual and deprecated functionality. refs #202.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/normalizer/QuantileNormalizer.cc

    r3342 r4125  
    3737namespace normalizer {
    3838
    39   void QuantileNormalizer::operator()(const utility::Matrix& data,
     39  void QuantileNormalizer::operator()(const utility::MatrixBase& data,
    4040                                      utility::Matrix& result) const
    4141  {
Note: See TracChangeset for help on using the changeset viewer.