src/bisection_tree/btfn.rs

branch
dev
changeset 164
fd9dba51afd3
parent 162
bea0c3841ced
child 166
20fa28637737
equal deleted inserted replaced
163:b4a47e8e80d1 164:fd9dba51afd3
64 where 64 where
65 G: SupportGenerator<N, F, Id = BT::Data>, 65 G: SupportGenerator<N, F, Id = BT::Data>,
66 G::SupportType: LocalAnalysis<F, BT::Agg, N>, 66 G::SupportType: LocalAnalysis<F, BT::Agg, N>,
67 BT: BTImpl<N, F>, 67 BT: BTImpl<N, F>,
68 { 68 {
69 type OwnedSpace = Self; 69 type Principal = Self;
70 type Decomp = BasicDecomposition; 70 type Decomp = BasicDecomposition;
71 } 71 }
72 72
73 impl<F: Float, G, BT, const N: usize> BTFN<F, G, BT, N> 73 impl<F: Float, G, BT, const N: usize> BTFN<F, G, BT, N>
74 where 74 where

mercurial