GPLIB++
|
#include <vector>
#include "VecMat.h"
#include <boost/function.hpp>
#include <map>
Go to the source code of this file.
Namespaces | |
gplib | |
Typedefs | |
typedef ublas::vector< double > | gplib::tprobabilityv |
typedef ublas::vector< double > | gplib::tmisfit |
typedef ublas::vector< double > | gplib::tdata |
typedef ublas::vector< double > | gplib::tcrowddistv |
typedef ublas::vector< double > | gplib::ttranscribed |
typedef ublas::vector< bool > | gplib::tpopmember |
typedef ublas::vector< double > | gplib::tfitvec |
typedef gplib::rmat | gplib::tfitmat |
typedef gplib::rmat | gplib::tpopulation |
typedef std::vector< int > | gplib::tindexv |
typedef ublas::vector< int > | gplib::tsizev |
typedef std::multimap< double, int > | gplib::tIndexMap |
typedef boost::function< const tprobabilityv &()> | gplib::tProbabilityFunction |
typedef boost::function< const tcrowddistv &()> | gplib::tDistanceFunction |