Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/b45ch1/algopy
/ types & classes
Types & classes
88 in github.com/b45ch1/algopy
⨍
Functions
1,636
◇
Types & classes
88
↓ 505 callers
Class
UTPM
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 callers
Class
Function
algopy/tracer/tracer.py:695
↓ 121 callers
Class
array
experimental/numpy_array_dtype_interface.py:47
↓ 100 callers
Class
Tc
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 callers
Class
CGraph
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 callers
Class
Function
experimental/vectorized_taylor_arithmetic.py:280
↓ 56 callers
Class
UTPS
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 callers
Class
adouble
Class: Algorithmic differentiation
experimental/vector_forward_mode.py:12
↓ 40 callers
Class
CGraph
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 callers
Class
NumpyVersion
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 callers
Class
CTPS
experimental/ctps/ctps.py:17
↓ 13 callers
Class
ExpmCase
documentation/sphinx/examples/expm_accuracy.py:25
↓ 10 callers
Class
cgraph
algopy/tracer/tests/test_tracer_complex.py:18
↓ 7 callers
Class
oofun
experimental/numpy_array_dtype_interface.py:3
↓ 5 callers
Class
WrappedPade
documentation/sphinx/examples/expm_accuracy.py:263
↓ 4 callers
Class
PlotError
algopy/tracer/tracer.py:10
↓ 4 callers
Class
UTP
UTP(X, vectorized=False) Univariate Taylor Polynomial (UTP) with coefficients that are arbitrary numpy.ndarrays Attributes ----
algopy/utpm/utpm.py:3302
↓ 2 callers
Class
NotSet
algopy/tracer/tracer.py:12
↓ 2 callers
Class
adouble
experimental/sequential_tape_prototype.py:37
↓ 1 callers
Class
BB_tape
experimental/sequential_tape_prototype.py:11
↓ 1 callers
Class
Model
documentation/sphinx/examples/ampl_minimization_problem.py:6
↓ 1 callers
Class
Model
algopy/tracer/tests/test_tracer.py:2478
↓ 1 callers
Class
SparseMatrix
Sparse Matrix as Vertex List
experimental/sparse_test.py:7
↓ 1 callers
Class
X
algopy/_six.py:53
↓ 1 callers
Class
classicalHamiltonian
documentation/sphinx/examples/hessian_of_potential_function.py:27
↓ 1 callers
Class
foo
algopy/tracer/tests/test_tracer.py:20
Class
EVAL
documentation/sphinx/speed_comparison/use_numdifftools.py:4
Class
EVAL
documentation/sphinx/speed_comparison/use_funcdesigner.py:4
Class
EVAL
documentation/sphinx/speed_comparison/use_algopy.py:4
Class
EVAL
documentation/sphinx/speed_comparison/use_uncertainties.py:6
Class
EVAL
documentation/sphinx/speed_comparison/use_adolc.py:4
Class
EVAL
documentation/sphinx/speed_comparison/use_theano.py:9
Class
EVAL
documentation/sphinx/speed_comparison/use_scientific.py:5
Class
EVAL2
documentation/sphinx/speed_comparison/use_algopy.py:29
Class
ElementaryFunctions
experimental/utps/tests/test_utps.py:7
Class
F
documentation/sphinx/speed_comparison/benchmark1.py:4
Class
G
documentation/sphinx/speed_comparison/benchmark1.py:13
Class
Iterator
algopy/_six.py:136
Class
NumpyArrayOperationsTests
experimental/utps/tests/test_utps.py:97
Class
RawAlgorithmsMixIn
algopy/utpm/algorithms.py:263
Class
Ring
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
Class
Settings
algopy/tracer/tests/environment.py:7
Class
TestAuto
algopy/tests/test_nthderiv.py:67
Class
TestExactInterpolation
algopy/tests/test_exact_interpolation.py:16
Class
TestExtras
Test nth derivatives of scalar functions that take auxiliary arguments.
algopy/tests/test_nthderiv.py:122
Class
TestFFT
algopy/utpm/tests/test_utpm.py:2656
Class
TestForwardDrivers
algopy/tests/test_exact_interpolation.py:128
Class
TestFunctionOfJacobian
algopy/utpm/tests/test_utpm.py:2636
Class
TestLog
algopy/tests/test_nthderiv.py:152
Class
TestMisc
algopy/tests/test_nthderiv.py:204
Class
TestUtils
algopy/tests/test_utils.py:9
Class
Test_Broadcasting
algopy/tests/test_examples.py:326
Class
Test_CGgraph_on_UTPM
algopy/tracer/tests/test_tracer.py:361
Class
Test_CGgraph_on_numpy_operations
algopy/tracer/tests/test_tracer.py:311
Class
Test_CGraph_Plotting
algopy/tracer/tests/test_tracer.py:2557
Class
Test_CTPS_operations
experimental/ctps/tests/test_ctps.py:6
Class
Test_Cholesky_Decomposition
algopy/utpm/tests/test_utpm.py:1651
Class
Test_Eigen_Value_Decomposition
algopy/utpm/tests/test_utpm.py:2602
Class
Test_Eigenvalue_Decomposition
algopy/utpm/tests/test_utpm.py:2068
Class
Test_ExpmScaledSymmetric
documentation/sphinx/examples/expm_identities.py:65
Class
Test_Forward_Complex
algopy/utpm/tests/test_utpm_complex.py:17
Class
Test_Function_on_UTPM
algopy/tracer/tests/test_tracer.py:73
Class
Test_Function_on_numpy_types
algopy/tracer/tests/test_tracer.py:16
Class
Test_Helper_Functions
algopy/utpm/tests/test_algorithms.py:12
Class
Test_LU_Decomposition
algopy/utpm/tests/test_utpm.py:1662
Class
Test_MaximimLikelihoodExample
algopy/tests/test_examples.py:17
Class
Test_Mixed_Function_Operations
algopy/tracer/tests/test_tracer.py:278
Class
Test_NumpyOperators
algopy/tests/test_operators.py:8
Class
Test_NumpyScipyLinalgFunctions
algopy/tests/test_linalg.py:28
Class
Test_NumpyScipyLinalgFunctions
algopy/tests/test_compound.py:10
Class
Test_OdoeExample
algopy/tests/test_examples.py:210
Class
Test_Piecewise
documentation/sphinx/examples/if_then_else.py:85
Class
Test_PlainIdentities
Test scalar math identities involving only elementary functions in numpy.
algopy/utpm/tests/test_special_function_identities.py:83
Class
Test_Pullbacks
algopy/utpm/tests/test_utpm.py:1489
Class
Test_Push_Forward
algopy/utpm/tests/test_utpm.py:17
Class
Test_QR_Decomposition
algopy/utpm/tests/test_utpm.py:1684
Class
Test_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
Class
Test_ScipySpecialFunctions
algopy/tests/test_special.py:14
Class
Test_Singular_Value_Decomposition
algopy/utpm/tests/test_utpm.py:2230
Class
Test_SpecialIdentities
Test scalar math identities involving special functions in scipy.
algopy/utpm/tests/test_special_function_identities.py:265
Class
Test_UserFriendlyDrivers
algopy/tracer/tests/test_tracer.py:2399
Class
Test_aliasing
algopy/utpm/tests/test_algorithms.py:319
Class
Test_deferring
algopy/tests/test_globalfuncs.py:23
Class
Test_future_division
algopy/tracer/tests/test_future_division.py:8
Class
Test_global_functions
algopy/tests/test_globalfuncs.py:141
Class
Test_pushforward_class_functions
Test the push forward class functions that operate directly on data.
algopy/utpm/tests/test_algorithms.py:278
Class
Test_taylor_polynomials_of_ode_solutions
algopy/utpm/tests/test_algorithms.py:103
Class
timeval
experimental/performance_tests/adolc_implementation_for_speed_comparison/main.cpp:6