Ignore:
Timestamp:
Sep 1, 2008, 11:34:15 PM (15 years ago)
Author:
Peter
Message:

fixing compilation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/normalization/ColumnNormalizer.h

    r1462 r1463  
    2323*/
    2424
     25#include "yat/utility/matrix.h"
     26
    2527namespace theplu {
    2628namespace yat {
    27 namespace utility {
    28   class Matrix;
    29 }
    3029namespace normalization {
    3130
     
    4443       functor used to normalize each column
    4544    */
    46     typedef T normalizer_type
     45    typedef T normalizer_type;
    4746
    4847    /**
     
    7372  {
    7473    for (size_t i=0; i<matrix.rows(); ++i)
    75       normalizer_(result.begin_const_column(i), result.end_const_columns(i),
     74      normalizer_(result.begin_column(i), result.end_column(i),
    7675                  result.begin_column(i));
    7776
Note: See TracChangeset for help on using the changeset viewer.