- Timestamp:
- 09/05/13 17:31:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/CubicSplineInterpolator1D.tcc
r2849 r2850 138 138 // Then, solve the system by backsubstitution and store solution 139 139 // vector to y2_. 140 for (int k = ny2_ - 2; k >= 0; k--)140 for (int k = ny2_ - 2; k >= 1; k--) 141 141 y2_[k] -= u[k] * y2_[k+1]; 142 142
Note:
See TracChangeset
for help on using the changeset viewer.