LostTech.TensorFlow : API Documentation

Type integrate

Namespace tensorflow.contrib.integrate

Public static methods

ValueTuple<object, IDictionary<string, object>> odeint(object func, double y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IGraphNodeBase y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IGraphNodeBase y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IGraphNodeBase y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IGraphNodeBase y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IndexedSlices y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IndexedSlices y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IndexedSlices y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, IndexedSlices y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ValueTuple<PythonClassContainer, PythonClassContainer> y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ValueTuple<PythonClassContainer, PythonClassContainer> y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ValueTuple<PythonClassContainer, PythonClassContainer> y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ValueTuple<PythonClassContainer, PythonClassContainer> y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, Complex y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, Complex y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, float64 y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, Complex y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ndarray y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ndarray y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ndarray y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, ndarray y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, float64 y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, float64 y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, Complex y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, float64 y0, IEnumerable<int> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, double y0, IGraphNodeBase t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, double y0, IndexedSlices t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

ValueTuple<object, IDictionary<string, object>> odeint(object func, double y0, ValueTuple<PythonClassContainer, PythonClassContainer> t, ImplicitContainer<T> rtol, double atol, string method, IDictionary<string, double> options, bool full_output, string name)

object odeint_dyn(object func, object y0, object t, ImplicitContainer<T> rtol, ImplicitContainer<T> atol, object method, object options, ImplicitContainer<T> full_output, object name)

object odeint_fixed(object func, IEnumerable<double> y0, ndarray t, ndarray dt, string method, string name)

object odeint_fixed(object func, IEnumerable<double> y0, ndarray t, double dt, string method, string name)

object odeint_fixed_dyn(object func, object y0, object t, object dt, ImplicitContainer<T> method, object name)

Public properties

PythonFunctionContainer _FixedGridIntegrator_fn get;

PythonFunctionContainer _History_fn get;

PythonFunctionContainer _MidpointFixedGridIntegrator_fn get;

PythonFunctionContainer _RK4FixedGridIntegrator_fn get;

PythonFunctionContainer _RungeKuttaState_fn get;

PythonFunctionContainer odeint_fixed_fn get;

PythonFunctionContainer odeint_fn get;