![]() |
Numerical Tools
1.0
Numerical tools from SciPy and Numerical Methods in Physics with Python
|
This is the complete list of members for NumericalTools.NumPhysPy, including all inherited members.
BackSub(double[,] U, double[] bs) (defined in NumericalTools.NumPhysPy) | NumericalTools.NumPhysPy | inlinestatic |
Function(double x) (defined in NumericalTools.NumPhysPy) | NumericalTools.NumPhysPy | |
GaussElimPivot(double[,] inA, double[] inBs) (defined in NumericalTools.NumPhysPy) | NumericalTools.NumPhysPy | inlinestatic |
Secant(Function f, double x0, double x1, int kmax=200, double tol=1E-8) | NumericalTools.NumPhysPy | inlinestatic |