norm.h File Reference

This file contains the description of various norm functions. More...

Include dependency graph for norm.h:

Go to the source code of this file.

Classes

class  highprecisionpso::Norm1
 This class represents a function which calculates the Manhattan norm of a vector. More...
 
class  highprecisionpso::Norm1Plus2PowerMinusK
 This class represents a function, which calculates the p-norm for all p=1+1/2exponent. More...
 
class  highprecisionpso::Norm2
 This class represents a function, which calculates the 2-norm. More...
 
class  highprecisionpso::Norm2PowerK
 This class represents a function which calculates the p-norm for all p which are powers of 2. More...
 
class  highprecisionpso::Norm4
 This class represents a function, which calculates the 4-norm. More...
 
class  highprecisionpso::Norm8
 This class represents a function, which calculates the 8-norm. More...
 
class  highprecisionpso::NormInfinity
 This class represents a function which calculates the infinity norm of a vector. More...
 
class  highprecisionpso::Sphere
 This class represents a function which calculates the 2-norm (which is equivalent to the sphere function). More...
 

Namespaces

 highprecisionpso
 base namespace for this project.
 

Detailed Description

This file contains the description of various norm functions.

Author
Alexander Raß (alexa.nosp@m.nder.nosp@m..rass.nosp@m.@fau.nosp@m..de)
Date
July, 2013