MCPcopy Create free account

hub / github.com/b45ch1/algopy / types & classes

Types & classes88 in github.com/b45ch1/algopy

↓ 505 callersClassUTPM
r""" UTPM == Univariate Taylor Polynomial of Matrices This class implements univariate Taylor arithmetic on matrices, i.e. [A]_D = \sum_{
algopy/utpm/utpm.py:71
↓ 149 callersClassFunction
algopy/tracer/tracer.py:695
↓ 121 callersClassarray
experimental/numpy_array_dtype_interface.py:47
↓ 100 callersClassTc
Taylor coefficients Tc. One can propagate more than one direction at a time (called vector mode) by initializing with mytc = Tc(x0, [[x11
experimental/vectorized_taylor_arithmetic.py:9
↓ 85 callersClassCGraph
The CGraph (short for Computational Graph) represents a computational procedure of elementary functions. It is a Directed Acylic Graph (D
algopy/tracer/tracer.py:23
↓ 82 callersClassFunction
experimental/vectorized_taylor_arithmetic.py:280
↓ 56 callersClassUTPS
UTPS == Univariate Taylor Polynomial on Scalars This class implements univariate Taylor arithmetic on real numbers, i.e. [x] = \sum_{d=0}
experimental/utps/utps.py:13
↓ 51 callersClassadouble
Class: Algorithmic differentiation
experimental/vector_forward_mode.py:12
↓ 40 callersClassCGraph
We implement the Computational Graph (CG) as Directed Graph The Graph of y = x1(x2+x3) looks like --- independent variables v1(x1):
experimental/vectorized_taylor_arithmetic.py:480
↓ 20 callersClassNumpyVersion
Parse and compare numpy version strings. Numpy has the following versioning scheme (numbers given are examples; they can be >9) in principle)
algopy/_npversion.py:17
↓ 16 callersClassCTPS
experimental/ctps/ctps.py:17
↓ 13 callersClassExpmCase
documentation/sphinx/examples/expm_accuracy.py:25
↓ 10 callersClasscgraph
algopy/tracer/tests/test_tracer_complex.py:18
↓ 7 callersClassoofun
experimental/numpy_array_dtype_interface.py:3
↓ 5 callersClassWrappedPade
documentation/sphinx/examples/expm_accuracy.py:263
↓ 4 callersClassPlotError
algopy/tracer/tracer.py:10
↓ 4 callersClassUTP
UTP(X, vectorized=False) Univariate Taylor Polynomial (UTP) with coefficients that are arbitrary numpy.ndarrays Attributes ----
algopy/utpm/utpm.py:3302
↓ 2 callersClassNotSet
algopy/tracer/tracer.py:12
↓ 2 callersClassadouble
experimental/sequential_tape_prototype.py:37
↓ 1 callersClassBB_tape
experimental/sequential_tape_prototype.py:11
↓ 1 callersClassModel
documentation/sphinx/examples/ampl_minimization_problem.py:6
↓ 1 callersClassModel
algopy/tracer/tests/test_tracer.py:2478
↓ 1 callersClassSparseMatrix
Sparse Matrix as Vertex List
experimental/sparse_test.py:7
↓ 1 callersClassX
algopy/_six.py:53
↓ 1 callersClassclassicalHamiltonian
documentation/sphinx/examples/hessian_of_potential_function.py:27
↓ 1 callersClassfoo
algopy/tracer/tests/test_tracer.py:20
ClassEVAL
documentation/sphinx/speed_comparison/use_numdifftools.py:4
ClassEVAL
documentation/sphinx/speed_comparison/use_funcdesigner.py:4
ClassEVAL
documentation/sphinx/speed_comparison/use_algopy.py:4
ClassEVAL
documentation/sphinx/speed_comparison/use_uncertainties.py:6
ClassEVAL
documentation/sphinx/speed_comparison/use_adolc.py:4
ClassEVAL
documentation/sphinx/speed_comparison/use_theano.py:9
ClassEVAL
documentation/sphinx/speed_comparison/use_scientific.py:5
ClassEVAL2
documentation/sphinx/speed_comparison/use_algopy.py:29
ClassElementaryFunctions
experimental/utps/tests/test_utps.py:7
ClassF
documentation/sphinx/speed_comparison/benchmark1.py:4
ClassG
documentation/sphinx/speed_comparison/benchmark1.py:13
ClassIterator
algopy/_six.py:136
ClassNumpyArrayOperationsTests
experimental/utps/tests/test_utps.py:97
ClassRawAlgorithmsMixIn
algopy/utpm/algorithms.py:263
ClassRing
An abstract base class in an attempt to follow the DRY principle. It implements the algebraic class of a ring as defined on http://e
algopy/base_type.py:26
ClassSettings
algopy/tracer/tests/environment.py:7
ClassTestAuto
algopy/tests/test_nthderiv.py:67
ClassTestExactInterpolation
algopy/tests/test_exact_interpolation.py:16
ClassTestExtras
Test nth derivatives of scalar functions that take auxiliary arguments.
algopy/tests/test_nthderiv.py:122
ClassTestFFT
algopy/utpm/tests/test_utpm.py:2656
ClassTestForwardDrivers
algopy/tests/test_exact_interpolation.py:128
ClassTestFunctionOfJacobian
algopy/utpm/tests/test_utpm.py:2636
ClassTestLog
algopy/tests/test_nthderiv.py:152
ClassTestMisc
algopy/tests/test_nthderiv.py:204
ClassTestUtils
algopy/tests/test_utils.py:9
ClassTest_Broadcasting
algopy/tests/test_examples.py:326
ClassTest_CGgraph_on_UTPM
algopy/tracer/tests/test_tracer.py:361
ClassTest_CGgraph_on_numpy_operations
algopy/tracer/tests/test_tracer.py:311
ClassTest_CGraph_Plotting
algopy/tracer/tests/test_tracer.py:2557
ClassTest_CTPS_operations
experimental/ctps/tests/test_ctps.py:6
ClassTest_Cholesky_Decomposition
algopy/utpm/tests/test_utpm.py:1651
ClassTest_Eigen_Value_Decomposition
algopy/utpm/tests/test_utpm.py:2602
ClassTest_Eigenvalue_Decomposition
algopy/utpm/tests/test_utpm.py:2068
ClassTest_ExpmScaledSymmetric
documentation/sphinx/examples/expm_identities.py:65
ClassTest_Forward_Complex
algopy/utpm/tests/test_utpm_complex.py:17
ClassTest_Function_on_UTPM
algopy/tracer/tests/test_tracer.py:73
ClassTest_Function_on_numpy_types
algopy/tracer/tests/test_tracer.py:16
ClassTest_Helper_Functions
algopy/utpm/tests/test_algorithms.py:12
ClassTest_LU_Decomposition
algopy/utpm/tests/test_utpm.py:1662
ClassTest_MaximimLikelihoodExample
algopy/tests/test_examples.py:17
ClassTest_Mixed_Function_Operations
algopy/tracer/tests/test_tracer.py:278
ClassTest_NumpyOperators
algopy/tests/test_operators.py:8
ClassTest_NumpyScipyLinalgFunctions
algopy/tests/test_linalg.py:28
ClassTest_NumpyScipyLinalgFunctions
algopy/tests/test_compound.py:10
ClassTest_OdoeExample
algopy/tests/test_examples.py:210
ClassTest_Piecewise
documentation/sphinx/examples/if_then_else.py:85
ClassTest_PlainIdentities
Test scalar math identities involving only elementary functions in numpy.
algopy/utpm/tests/test_special_function_identities.py:83
ClassTest_Pullbacks
algopy/utpm/tests/test_utpm.py:1489
ClassTest_Push_Forward
algopy/utpm/tests/test_utpm.py:17
ClassTest_QR_Decomposition
algopy/utpm/tests/test_utpm.py:1684
ClassTest_RemovableSingularities
Check the examples from the last slide of a talk by Warwick Tucker 2010. It is from Lecture 1 of the Automatic Differentiation Winter School
algopy/tests/test_examples.py:277
ClassTest_ScipySpecialFunctions
algopy/tests/test_special.py:14
ClassTest_Singular_Value_Decomposition
algopy/utpm/tests/test_utpm.py:2230
ClassTest_SpecialIdentities
Test scalar math identities involving special functions in scipy.
algopy/utpm/tests/test_special_function_identities.py:265
ClassTest_UserFriendlyDrivers
algopy/tracer/tests/test_tracer.py:2399
ClassTest_aliasing
algopy/utpm/tests/test_algorithms.py:319
ClassTest_deferring
algopy/tests/test_globalfuncs.py:23
ClassTest_future_division
algopy/tracer/tests/test_future_division.py:8
ClassTest_global_functions
algopy/tests/test_globalfuncs.py:141
ClassTest_pushforward_class_functions
Test the push forward class functions that operate directly on data.
algopy/utpm/tests/test_algorithms.py:278
ClassTest_taylor_polynomials_of_ode_solutions
algopy/utpm/tests/test_algorithms.py:103
Classtimeval
experimental/performance_tests/adolc_implementation_for_speed_comparison/main.cpp:6