PROBI
1.0
Main Page
Classes
Files
File List
All
Classes
Functions
EuclideanSquaredNorm.hpp
1
#ifndef EUCLIDEANSQUAREDNORM_H
2
#define EUCLIDEANSQUAREDNORM_H
3
4
#include "Point.hpp"
5
#include "Norm.hpp"
6
10
class
EuclideanSquaredNorm
:
public
Norm
<Point>
11
{
12
public
:
13
virtual
double
length(
Point
const
& x)
const
;
14
};
15
16
#endif
probi-source
EuclideanSquaredNorm.hpp
Generated on Wed Aug 28 2013 20:04:15 for PROBI by
1.8.4