Are there any methods in Math.NET that provide for simple numerical integration (ie. box approximation, Simpson approximation)? Also, I noticed that one of the to-do's was Runge-Kutta--I have an implementation of RK4 that could probably be accomodated to fit the rest of Math.NET. However, my code...