SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
norm.hpp File Reference

Go to the source code of this file.

Classes

struct  sig::Norm< P >
 Pノルム More...
 
struct  sig::MaxNorm
 最大ノルム More...
 

Namespaces

 sig
 

Variables

const Norm< 1 > sig::norm_L1
 L1ノルムを求める関数(関数オブジェクト) More...
 
const Norm< 2 > sig::norm_L2
 L2ノルムを求める関数(関数オブジェクト) More...
 
const MaxNorm sig::norm_max
 最大ノルムを求める関数(関数オブジェクト) More...