norms.h

Back to Norms

pastel/math/norm/

// Description: An aggregate file form norms.
// Documentation: norms.txt

#ifndef PASTELMATH_NORMS_H
#define PASTELMATH_NORMS_H

#include "pastel/math/norm/euclidean_norm.h"
#include "pastel/math/norm/manhattan_norm.h"
#include "pastel/math/norm/maximum_norm.h"
#include "pastel/math/norm/minkowski_norm.h"
#include "pastel/math/norm/product_norm.h"

#endif