Lines Matching refs:N0
191 template <typename JetT, typename T, int N0, int N>
197 src[i].v.template segment<N>(N0); in Take1stOrderPart()
206 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0,
227 << "(ignore trailing 0s): " << N0 << ", " << N1 << ", " << N2 << ", " in Differentiate()
231 typedef Jet<T, N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9> JetT; in Differentiate()
233 N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9 + num_outputs); in Differentiate()
237 const int jet1 = N0; in Differentiate()
238 const int jet2 = N0 + N1; in Differentiate()
239 const int jet3 = N0 + N1 + N2; in Differentiate()
240 const int jet4 = N0 + N1 + N2 + N3; in Differentiate()
241 const int jet5 = N0 + N1 + N2 + N3 + N4; in Differentiate()
242 const int jet6 = N0 + N1 + N2 + N3 + N4 + N5; in Differentiate()
243 const int jet7 = N0 + N1 + N2 + N3 + N4 + N5 + N6; in Differentiate()
244 const int jet8 = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7; in Differentiate()
245 const int jet9 = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8; in Differentiate()
260 JetT* output = x.get() + N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9; in Differentiate()
282 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call( in Differentiate()