MANIFEST.in
README.md
setup.cfg
setup.py
Dotua/__init__.py
Dotua/autodiff.py
Dotua/operator.py
Dotua/rautodiff.py
Dotua/roperator.py
Dotua.egg-info/PKG-INFO
Dotua.egg-info/SOURCES.txt
Dotua.egg-info/dependency_links.txt
Dotua.egg-info/requires.txt
Dotua.egg-info/top_level.txt
Dotua/nodes/__init__.py
Dotua/nodes/node.py
Dotua/nodes/rscalar.py
Dotua/nodes/rvector.py
Dotua/nodes/scalar.py
Dotua/nodes/vector.py
Dotua/tests/__init__.py
Dotua/tests/test_initializer.py
Dotua/tests/test_operator.py
Dotua/tests/test_rautodiff.py
Dotua/tests/test_roperator.py
Dotua/tests/test_rscalar.py
Dotua/tests/test_scalar.py
Dotua/tests/test_vector.py
examples/__init__.py
examples/neural_network_demo.py
examples/newton_demo.py