54 #ifdef CHECK_MEMORY_LEAKS
56 #endif // CHECK_MEMORY_LEAKS
63 1.0, 1.0, 2.0, 6.0, 24.0, 120.0, 720.0
77 a[ntop] = a[j1] * ntop;
92 const SUMOReal ti = (i == 0) ? 1.0 : pow(t, i);
93 const SUMOReal tni = (n == i) ? 1.0 : pow(1 - t, n - i);
94 return Ni(n, i) * ti * tni;
114 for (i1 = 1; i1 <= cpts; i1++) {
116 if ((1.0 - t) < 5e-6) {
120 for (j = 1; j <= 3; j++) {
123 for (i = 1; i <= npts; i++) {
124 p[icount + j] = p[icount + j] +
Basis(npts - 1, i - 1, t) * b[jcount];