| 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)] |