src/norms.rs

branch
dev
changeset 33
75d65fa74eba
parent 6
d80b87b8acd0
child 59
9226980e45a7
child 81
d2acaaddd9af
equal deleted inserted replaced
32:e3cfc4917ee7 33:75d65fa74eba
10 // Abstract norms 10 // Abstract norms
11 // 11 //
12 12
13 /// An exponent for norms. 13 /// An exponent for norms.
14 /// 14 ///
15 // Just a collection of desirabl attributes for a marker type 15 // Just a collection of desirable attributes for a marker type
16 pub trait NormExponent : Copy + Send + Sync + 'static {} 16 pub trait NormExponent : Copy + Send + Sync + 'static {}
17 17
18 18
19 /// Exponent type for the 1-[`Norm`]. 19 /// Exponent type for the 1-[`Norm`].
20 #[derive(Copy,Debug,Clone,Serialize,Eq,PartialEq)] 20 #[derive(Copy,Debug,Clone,Serialize,Eq,PartialEq)]

mercurial