Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102858530
RungeKuttaSolver.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 22:33
Size
385 B
Mime Type
text/x-c++
Expires
Wed, Feb 26, 22:33 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24443533
Attached To
R1106 Programming Concept Rouaze
RungeKuttaSolver.hpp
View Options
/*
* RungeKuttaSolver.hpp
*
* Created on: Oct 25, 2012
* Author: rpopescu
*/
#ifndef RUNGEKUTTASOLVER_HPP_
#define RUNGEKUTTASOLVER_HPP_
#include "AbstractOdeSolver.hpp"
class RungeKuttaSolver: public AbstractOdeSolver {
public:
RungeKuttaSolver();
virtual ~RungeKuttaSolver();
virtual void SolveEquation(std::ostream& stream);
};
#endif /* RUNGEKUTTASOLVER_HPP_ */
Event Timeline
Log In to Comment