Numerical Tools  1.0
Numerical tools from SciPy and Numerical Methods in Physics with Python
NumericalTools.RkDenseOutput Class Reference

Inherits NumericalTools.DenseOutput.

Public Member Functions

 RkDenseOutput (double t_old, double t, double[] y_old, double[,] Q)
 
override List< double[]> Call (double[] t_array)
 
- Public Member Functions inherited from NumericalTools.DenseOutput
 DenseOutput (double t_old, double t)
 
List< double[]> CallScalar (double t)
 

Additional Inherited Members

- Protected Attributes inherited from NumericalTools.DenseOutput
double t_old
 
double t
 
double t_min
 
double t_max
 

The documentation for this class was generated from the following file: