git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
27 lines
722 B
Groff
27 lines
722 B
Groff
.TH "eoDistance" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
eoDistance \- This is a generic class for distance functors: takes 2 things ane returns a double.
|
|
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <eoDistance.h>\fP
|
|
.PP
|
|
Inherits \fBeoBF< const EOT &, const EOT &, double >\fP.
|
|
.PP
|
|
Inherited by eoFitnessDistance< EOT >, \fBeoHammingDistance< EOT >\fP, and \fBeoQuadDistance< EOT >\fP.
|
|
.PP
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SS "template<class EOT> class eoDistance< EOT >"
|
|
This is a generic class for distance functors: takes 2 things ane returns a double.
|
|
.PP
|
|
Definition at line 35 of file eoDistance.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for EO from the source code.
|