Ignore:
Timestamp:
Sep 30, 2007, 2:50:10 AM (16 years ago)
Author:
Peter
Message:

Sorry this commit is a bit to big.

Adding a yat_assert. The yat assert are turned on by providing a
'-DYAT_DEBUG' flag to preprocessor if normal cassert is turned
on. This flag is activated for developers running configure with
--enable-debug. The motivation is that we can use these yat_asserts in
header files and the yat_asserts will be invisible to the normal user
also if he uses C-asserts.

added output operator in DataLookup2D and removed output operator in
MatrixLookup?

Removed template function add_values in Averager and weighted version

Added function to AveragerWeighted? taking iterator to four ranges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Makefile.am

    r908 r916  
    3434  Alignment.h Exception.h FileUtil.h Iterator.h IteratorTraits.h \
    3535  IteratorWeighted.h kNNI.h matrix.h NNI.h  \
    36   PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h WeNNI.h
     36  PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h WeNNI.h \
     37  yat_assert.h
Note: See TracChangeset for help on using the changeset viewer.