Changeset 1000


Ignore:
Timestamp:
Dec 23, 2007, 9:09:15 PM (15 years ago)
Author:
Jari Häkkinen
Message:

trac moved to new location.

Location:
trunk
Files:
222 edited

Legend:

Unmodified
Added
Removed
  • trunk/.svndigest/config

    r855 r1000  
    1616[trac]
    1717# If trac-root is set, svndigest will create anchors to the Trac page.
    18 # trac-root = http://lev.thep.lu.se/trac/svndigest/
    19 trac-root = http://trac.thep.lu.se/trac/yat/
     18# trac-root = http://lev.thep.lu.se/svndigest/
     19trac-root = http://trac.thep.lu.se/yat/
    2020
  • trunk/AUTHORS

    r865 r1000  
    1010source code revision system.
    1111
    12 This file is part of yat library, http://trac.thep.lu.se/trac/yat
     12This file is part of yat library, http://trac.thep.lu.se/yat
    1313
    1414The yat library is free software; you can redistribute it and/or
  • trunk/ChangeLog

    r865 r1000  
    55Copyright (C) 2005, 2006 Jari Häkkinen
    66
    7 This file is part of yat library, http://trac.thep.lu.se/trac/yat
     7This file is part of yat library, http://trac.thep.lu.se/yat
    88
    99The yat library is free software; you can redistribute it and/or
  • trunk/Makefile.am

    r977 r1000  
    77# Copyright (C) 2006 Jari Häkkinen
    88#
    9 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9# This file is part of the yat library, http://trac.thep.lu.se/yat
    1010#
    1111# The yat library is free software; you can redistribute it and/or
  • trunk/NEWS

    r933 r1000  
    1212
    1313  A complete list of closed tickets can be found here [[br]]
    14   http://trac.thep.lu.se/trac/yat/query?status=closed&milestone=0.4
     14  http://trac.thep.lu.se/yat/query?status=closed&milestone=0.4
    1515
    1616Version 0.3.1 (released 28 April 2007)
     
    1919
    2020  A complete list of closed tickets can be found here [[br]]
    21   http://trac.thep.lu.se/trac/yat/query?status=closed&milestone=0.3.1
     21  http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3.1
    2222
    2323Version 0.3 (released 9 April 2007)
     
    2626
    2727  A complete list of closed tickets can be found here [[br]]
    28   http://trac.thep.lu.se/trac/yat/query?status=closed&milestone=0.3
     28  http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3
    2929
    3030
     
    3535Copyright (C) 2007 Peter Johansson
    3636
    37 This file is part of yat library, http://trac.thep.lu.se/trac/yat
     37This file is part of yat library, http://trac.thep.lu.se/yat
    3838
    3939The yat library is free software; you can redistribute it and/or
  • trunk/README

    r953 r1000  
    66Copyright (C) 2007 Peter Johansson
    77
    8 This file is part of yat library, http://trac.thep.lu.se/trac/yat
     8This file is part of yat library, http://trac.thep.lu.se/yat
    99
    1010The yat library is free software; you can redistribute it and/or
     
    4242updated.
    4343
    44 Contact information through http://trac.thep.lu.se/trac/yat
     44Contact information through http://trac.thep.lu.se/yat
  • trunk/TODO

    r865 r1000  
    44Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
    55
    6 This file is part of yat library, http://trac.thep.lu.se/trac/yat
     6This file is part of yat library, http://trac.thep.lu.se/yat
    77
    88The yat library is free software; you can redistribute it and/or
     
    2525
    2626General information:
    27 http://trac.thep.lu.se/trac/yat/
     27http://trac.thep.lu.se/yat/
    2828
    2929The road map for the project:
    30 http://trac.thep.lu.se/trac/yat/roadmap
     30http://trac.thep.lu.se/yat/roadmap
    3131
    3232Itemized list of issues:
    33 http://trac.thep.lu.se/trac/yat/query
     33http://trac.thep.lu.se/yat/query
  • trunk/bootstrap

    r865 r1000  
    77# Copyright (C) 2006 Jari Häkkinen
    88#
    9 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9# This file is part of the yat library, http://trac.thep.lu.se/yat
    1010#
    1111# The yat library is free software; you can redistribute it and/or
  • trunk/configure.ac

    r976 r1000  
    77# Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    88#
    9 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9# This file is part of the yat library, http://trac.thep.lu.se/yat
    1010#
    1111# The yat library is free software; you can redistribute it
  • trunk/doc/Makefile.am

    r967 r1000  
    88# Copyright (C) 2007 Peter Johansson
    99#
    10 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10# This file is part of the yat library, http://trac.thep.lu.se/yat
    1111#
    1212# The yat library is free software; you can redistribute it and/or
  • trunk/doc/Statistics.tex

    r865 r1000  
    77% Copyright (C) 2007 Peter Johansson
    88%
    9 % This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9% This file is part of the yat library, http://trac.thep.lu.se/yat
    1010%
    1111% The yat library is free software; you can redistribute it and/or
  • trunk/doc/doxygen.config.in

    r865 r1000  
    44# Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    55#
    6 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6# This file is part of the yat library, http://trac.thep.lu.se/yat
    77#
    88# The yat library is free software; you can redistribute it
  • trunk/doc/first_page.doxygen

    r967 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
     
    4343   <b>Future development</b><br>
    4444   We use trac as issue tracking system. Through the <a
    45    href="http://trac.thep.lu.se/trac/yat/">trac environment</a> you can
     45   href="http://trac.thep.lu.se/yat/">trac environment</a> you can
    4646   report bugs and suggest enhancements. Forthcoming releases are
    4747   scheduled in the <a
    48    href="http://trac.thep.lu.se/trac/yat/roadmap">roadmap</a> of the
     48   href="http://trac.thep.lu.se/yat/roadmap">roadmap</a> of the
    4949   project. Future development can be monitored through the list of <a
    50    href="http://trac.thep.lu.se/trac/yat/query">known issues</a>.
     50   href="http://trac.thep.lu.se/yat/query">known issues</a>.
    5151
    5252
  • trunk/doc/namespaces.doxygen

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/Makefile.am

    r965 r1000  
    99# Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010#
    11 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11# This file is part of the yat library, http://trac.thep.lu.se/yat
    1212#
    1313# The yat library is free software; you can redistribute it
  • trunk/test/README

    r865 r1000  
    55Copyright (C) 2006 Jari Häkkinen
    66
    7 This file is part of yat library, http://trac.thep.lu.se/trac/yat
     7This file is part of yat library, http://trac.thep.lu.se/yat
    88
    99The yat library is free software; you can redistribute it and/or
  • trunk/test/alignment_test.cc

    r875 r1000  
    55  Copyright (C) 2006, 2007 Jari Häkkinen
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/test/averager_test.cc

    r916 r1000  
    66  Copyright (C) 2007 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/commandline_test.cc

    r981 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/consensus_inputranker_test.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/crossvalidation_test.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/data/Makefile.am

    r970 r1000  
    55# Copyright (C) 2007 Jari Häkkinen
    66#
    7 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7# This file is part of the yat library, http://trac.thep.lu.se/yat
    88#
    99# The yat library is free software; you can redistribute it and/or
  • trunk/test/data_lookup_1d_test.cc

    r922 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/test/ensemble_test.cc

    r931 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/test/feature_selection_test.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/test/fileutil_test.cc

    r865 r1000  
    44  Copyright (C) 2006 Jari Häkkinen
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/inputranker_test.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/iterator_test.cc

    r898 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/kernel_lookup_test.cc

    r865 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/kernel_test.cc

    r865 r1000  
    66  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/matrix_lookup_test.cc

    r865 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/matrix_test.cc

    r865 r1000  
    66  Copyright (C) 2007 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/nbc_test.cc

    r865 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/ncc_test.cc

    r948 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/nni_test.cc

    r865 r1000  
    66  Copyright (C) 2006, 2007 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/pca_test.cc

    r865 r1000  
    77  Copyright (C) 2006, 2007 Jari Häkkinen
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/test/regression_test.cc

    r865 r1000  
    44  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/rnd_test.cc

    r865 r1000  
    77  Copyright (C) 2006, 2007 Jari Häkkinen
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/test/roc_test.cc

    r865 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/score_test.cc

    r865 r1000  
    44  Copyright (C) 2004, 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/statistics_test.cc

    r932 r1000  
    66  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/subset_generator_test.cc

    r931 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/test/svd_test.cc

    r865 r1000  
    77  Copyright (C) 2006, 2007 Jari Häkkinen
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/test/svm_test.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/test/target_test.cc

    r865 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/ttest_test.cc

    r865 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/utility_test.cc

    r918 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/test/vector_test.cc

    r988 r1000  
    77  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/Makefile.am

    r865 r1000  
    88# Copyright (C) 2007 Peter Johansson
    99#
    10 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10# This file is part of the yat library, http://trac.thep.lu.se/yat
    1111#
    1212# The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/BootstrapSampler.cc

    r865 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/BootstrapSampler.h

    r871 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/ConsensusInputRanker.cc

    r938 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/ConsensusInputRanker.h

    r938 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/CrossValidationSampler.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/CrossValidationSampler.h

    r935 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/DataLookup1D.cc

    r880 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/DataLookup1D.h

    r966 r1000  
    99  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/DataLookup2D.cc

    r916 r1000  
    55  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/DataLookup2D.h

    r916 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/DataLookupWeighted1D.cc

    r890 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/DataLookupWeighted1D.h

    r966 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/EnsembleBuilder.cc

    r876 r1000  
    66  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/EnsembleBuilder.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/FeatureSelector.cc

    r865 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/FeatureSelector.h

    r865 r1000  
    77  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/FeatureSelectorIR.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/FeatureSelectorIR.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/FeatureSelectorRandom.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/FeatureSelectorRandom.h

    r865 r1000  
    77  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/GaussianKernelFunction.cc

    r865 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/GaussianKernelFunction.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/IGP.h

    r936 r1000  
    77  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/IRRank.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/IRRetrieve.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/InputRanker.cc

    r938 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/InputRanker.h

    r938 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Kernel.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Kernel.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/KernelFunction.h

    r865 r1000  
    1111  Copyright (C) 2007 Peter Johansson
    1212
    13   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     13  This file is part of the yat library, http://trac.thep.lu.se/yat
    1414
    1515  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/KernelLookup.cc

    r865 r1000  
    44  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/KernelLookup.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Kernel_MEV.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Kernel_MEV.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Kernel_SEV.cc

    r865 r1000  
    44  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Kernel_SEV.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Makefile.am

    r926 r1000  
    66# Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77#
    8 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8# This file is part of the yat library, http://trac.thep.lu.se/yat
    99#
    1010# The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/MatrixLookup.cc

    r916 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/MatrixLookup.h

    r966 r1000  
    99  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/MatrixLookupWeighted.cc

    r865 r1000  
    55  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/MatrixLookupWeighted.h

    r865 r1000  
    88  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/NBC.cc

    r963 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/NBC.h

    r960 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/NCC.h

    r956 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/PolynomialKernelFunction.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/PolynomialKernelFunction.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SVM.cc

    r964 r1000  
    66  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SVM.h

    r966 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SVindex.cc

    r865 r1000  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SVindex.h

    r966 r1000  
    88  Copyright (C) 2007 Jari Häkkinen
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Sampler.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Sampler.h

    r966 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SubsetGenerator.cc

    r865 r1000  
    66  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SubsetGenerator.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SupervisedClassifier.cc

    r865 r1000  
    55  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/SupervisedClassifier.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Target.cc

    r991 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/Target.h

    r991 r1000  
    99  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/utility.cc

    r865 r1000  
    55  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/classifier/utility.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/random/Makefile.am

    r865 r1000  
    55# Copyright (C) 2005, 2006, 2007 Jari Häkkinen
    66#
    7 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7# This file is part of the yat library, http://trac.thep.lu.se/yat
    88#
    99# The yat library is free software; you can redistribute it
  • trunk/yat/random/random.cc

    r865 r1000  
    55  Copyright (C) 2007 Jari Häkkinen
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/random/random.h

    r966 r1000  
    77  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Kernel.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/KernelBox.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/KernelBox.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/KernelTriCube.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/KernelTriCube.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Linear.cc

    r865 r1000  
    44  Copyright (C) 2004, 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Linear.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/LinearWeighted.cc

    r865 r1000  
    66  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/LinearWeighted.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Local.cc

    r865 r1000  
    55  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Local.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Makefile.am

    r865 r1000  
    66# Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77#
    8 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8# This file is part of the yat library, http://trac.thep.lu.se/yat
    99#
    1010# The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/MultiDimensional.cc

    r865 r1000  
    55  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/MultiDimensional.h

    r865 r1000  
    77  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/MultiDimensionalWeighted.cc

    r916 r1000  
    44  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/MultiDimensionalWeighted.h

    r865 r1000  
    77  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Naive.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Naive.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/NaiveWeighted.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/NaiveWeighted.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/OneDimensional.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/OneDimensional.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/OneDimensionalWeighted.cc

    r865 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/OneDimensionalWeighted.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Polynomial.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/Polynomial.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/PolynomialWeighted.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/regression/PolynomialWeighted.h

    r865 r1000  
    77  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AUC.cc

    r998 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AUC.h

    r966 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Averager.cc

    r916 r1000  
    55  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Averager.h

    r937 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AveragerPair.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AveragerPair.h

    r937 r1000  
    99  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AveragerPairWeighted.cc

    r916 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AveragerPairWeighted.h

    r937 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AveragerWeighted.cc

    r865 r1000  
    55  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/AveragerWeighted.h

    r949 r1000  
    99  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Fisher.cc

    r865 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Fisher.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/FoldChange.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/FoldChange.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Histogram.cc

    r865 r1000  
    66  Copyright (C) 2006 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Histogram.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Makefile.am

    r931 r1000  
    77# Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    88#
    9 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9# This file is part of the yat library, http://trac.thep.lu.se/yat
    1010#
    1111# The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Pearson.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Pearson.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/PearsonCorrelation.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/PearsonCorrelation.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/ROC.cc

    r865 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/ROC.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/SAMScore.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/SAMScore.h

    r966 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/SNRScore.cc

    r865 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/SNRScore.h

    r865 r1000  
    88  Copyright (C) 2007 Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Score.cc

    r865 r1000  
    66  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/Score.h

    r966 r1000  
    99  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/VectorFunction.cc

    r932 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/VectorFunction.h

    r966 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/WilcoxonFoldChange.cc

    r932 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/WilcoxonFoldChange.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/tScore.cc

    r865 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/tScore.h

    r966 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/tTest.cc

    r865 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/tTest.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/utility.cc

    r933 r1000  
    77  Copyright (C) 2007 Jari Häkkinen
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/statistics/utility.h

    r936 r1000  
    1010  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Alignment.cc

    r875 r1000  
    66  Copyright (C) 2006 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Alignment.h

    r873 r1000  
    99  Copyright (C) 2006 Jari Häkkinen
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/ColumnStream.cc

    r968 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest
     6  This file is part of svndigest, http://trac.thep.lu.se/svndigest
    77
    88  svndigest is free software; you can redistribute it and/or modify it
  • trunk/yat/utility/ColumnStream.h

    r968 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest
     9  This file is part of svndigest, http://trac.thep.lu.se/svndigest
    1010
    1111  svndigest is free software; you can redistribute it and/or modify it
  • trunk/yat/utility/CommandLine.cc

    r989 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/CommandLine.h

    r982 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Exception.h

    r865 r1000  
    88  Copyright (C) 2007 Jari Häkkinen
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/FileUtil.cc

    r865 r1000  
    66  Copyright (C) 2006 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/FileUtil.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Iterator.h

    r966 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Makefile.am

    r981 r1000  
    55# Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    66#
    7 # This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7# This file is part of the yat library, http://trac.thep.lu.se/yat
    88#
    99# The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/NNI.cc

    r865 r1000  
    66  Copyright (C) 2006 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/NNI.h

    r865 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Option.cc

    r986 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/Option.h

    r980 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionArg.h

    r989 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionFile.cc

    r980 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionFile.h

    r980 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionHelp.cc

    r985 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionHelp.h

    r981 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionSwitch.cc

    r997 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/OptionSwitch.h

    r981 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/PCA.cc

    r865 r1000  
    88  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    99
    10   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     10  This file is part of the yat library, http://trac.thep.lu.se/yat
    1111
    1212  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/PCA.h

    r865 r1000  
    1111  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1212
    13   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     13  This file is part of the yat library, http://trac.thep.lu.se/yat
    1414
    1515  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/SVD.cc

    r865 r1000  
    77  Copyright (C) 2006, 2007 Jari Häkkinen
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/SVD.h

    r865 r1000  
    1111  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1212
    13   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     13  This file is part of the yat library, http://trac.thep.lu.se/yat
    1414
    1515  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/TypeInfo.cc

    r865 r1000  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     6  This file is part of the yat library, http://trac.thep.lu.se/yat
    77
    88  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/TypeInfo.h

    r966 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/WeNNI.cc

    r865 r1000  
    66  Copyright (C) 2006, 2007 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/WeNNI.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it
  • trunk/yat/utility/iterator_traits.h

    r966 r1000  
    77  Copyright (C) 2007 Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/kNNI.cc

    r865 r1000  
    66  Copyright (C) 2006, 2007 Jari Häkkinen
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/kNNI.h

    r865 r1000  
    1010  Copyright (C) 2007 Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/matrix.cc

    r916 r1000  
    77  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/matrix.h

    r865 r1000  
    1010  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1111
    12   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     12  This file is part of the yat library, http://trac.thep.lu.se/yat
    1313
    1414  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/stl_utility.cc

    r919 r1000  
    66  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/stl_utility.h

    r919 r1000  
    99  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/utility.cc

    r928 r1000  
    55  Copyright (C) 2007 Peter Johansson
    66
    7   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     7  This file is part of the yat library, http://trac.thep.lu.se/yat
    88
    99  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/utility.h

    r966 r1000  
    99  Copyright (C) 2007 Peter Johansson
    1010
    11   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     11  This file is part of the yat library, http://trac.thep.lu.se/yat
    1212
    1313  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/vector.cc

    r978 r1000  
    77  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    88
    9   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     9  This file is part of the yat library, http://trac.thep.lu.se/yat
    1010
    1111  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/vector.h

    r966 r1000  
    1111  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    1212
    13   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     13  This file is part of the yat library, http://trac.thep.lu.se/yat
    1414
    1515  The yat library is free software; you can redistribute it and/or
  • trunk/yat/utility/yat_assert.h

    r966 r1000  
    66  Copyright (C) 2007 Peter Johansson
    77
    8   This file is part of the yat library, http://trac.thep.lu.se/trac/yat
     8  This file is part of the yat library, http://trac.thep.lu.se/yat
    99
    1010  The yat library is free software; you can redistribute it and/or
Note: See TracChangeset for help on using the changeset viewer.