Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions
ode_iv_table< func_t, vec_t, alloc_vec_t, alloc_t > Class Template Reference

Solve an initial-value ODE problem and store the result in a table object. More...

#include <ode_iv_table.h>

Inheritance diagram for ode_iv_table< func_t, vec_t, alloc_vec_t, alloc_t >:
ode_iv_solve< func_t, vec_t, alloc_vec_t, alloc_t >

Detailed Description

template<class func_t = ode_funct<>, class vec_t = ovector_base, class alloc_vec_t = ovector, class alloc_t = ovector_alloc>
class ode_iv_table< func_t, vec_t, alloc_vec_t, alloc_t >

This class is experimental.

Definition at line 43 of file ode_iv_table.h.

Public Member Functions

int solve_grid_table (size_t n, vec_t &ystart, table &t, std::string x_col, std::string y_prefix, std::string dydx_prefix, std::string yerr_prefix, func_t &derivs)
 Desc.
int solve_store_table (double x0, double x1, double h, size_t n, vec_t &ystart, size_t &n_sol, table &t, std::string x_col, std::string y_prefix, std::string dydx_prefix, std::string yerr_prefix, func_t &derivs)
 Desc.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.