CMakeLists.txt
LICENSE
MANIFEST.in
README.md
setup.py
cmake/FindIPOPT.cmake
cmake/FindSUNDIALS.cmake
pysrc/simcem/KilnData.py
pysrc/simcem/__init__.py
pysrc/simcem/core.cpp
pysrc/simcem/kiln.cpp
pysrc/simcem.egg-info/PKG-INFO
pysrc/simcem.egg-info/SOURCES.txt
pysrc/simcem.egg-info/dependency_links.txt
pysrc/simcem.egg-info/not-zip-safe
pysrc/simcem.egg-info/requires.txt
pysrc/simcem.egg-info/top_level.txt
src/pybind11/.appveyor.yml
src/pybind11/.git
src/pybind11/.gitignore
src/pybind11/.gitmodules
src/pybind11/.readthedocs.yml
src/pybind11/.travis.yml
src/pybind11/CMakeLists.txt
src/pybind11/CONTRIBUTING.md
src/pybind11/ISSUE_TEMPLATE.md
src/pybind11/LICENSE
src/pybind11/MANIFEST.in
src/pybind11/README.md
src/pybind11/setup.cfg
src/pybind11/setup.py
src/pybind11/docs/Doxyfile
src/pybind11/docs/Makefile
src/pybind11/docs/basics.rst
src/pybind11/docs/benchmark.py
src/pybind11/docs/benchmark.rst
src/pybind11/docs/changelog.rst
src/pybind11/docs/classes.rst
src/pybind11/docs/compiling.rst
src/pybind11/docs/conf.py
src/pybind11/docs/faq.rst
src/pybind11/docs/index.rst
src/pybind11/docs/intro.rst
src/pybind11/docs/limitations.rst
src/pybind11/docs/pybind11-logo.png
src/pybind11/docs/pybind11_vs_boost_python1.png
src/pybind11/docs/pybind11_vs_boost_python1.svg
src/pybind11/docs/pybind11_vs_boost_python2.png
src/pybind11/docs/pybind11_vs_boost_python2.svg
src/pybind11/docs/reference.rst
src/pybind11/docs/release.rst
src/pybind11/docs/requirements.txt
src/pybind11/docs/upgrade.rst
src/pybind11/docs/_static/theme_overrides.css
src/pybind11/docs/advanced/classes.rst
src/pybind11/docs/advanced/embedding.rst
src/pybind11/docs/advanced/exceptions.rst
src/pybind11/docs/advanced/functions.rst
src/pybind11/docs/advanced/misc.rst
src/pybind11/docs/advanced/smart_ptrs.rst
src/pybind11/docs/advanced/cast/chrono.rst
src/pybind11/docs/advanced/cast/custom.rst
src/pybind11/docs/advanced/cast/eigen.rst
src/pybind11/docs/advanced/cast/functional.rst
src/pybind11/docs/advanced/cast/index.rst
src/pybind11/docs/advanced/cast/overview.rst
src/pybind11/docs/advanced/cast/stl.rst
src/pybind11/docs/advanced/cast/strings.rst
src/pybind11/docs/advanced/pycpp/index.rst
src/pybind11/docs/advanced/pycpp/numpy.rst
src/pybind11/docs/advanced/pycpp/object.rst
src/pybind11/docs/advanced/pycpp/utilities.rst
src/pybind11/include/pybind11/attr.h
src/pybind11/include/pybind11/buffer_info.h
src/pybind11/include/pybind11/cast.h
src/pybind11/include/pybind11/chrono.h
src/pybind11/include/pybind11/common.h
src/pybind11/include/pybind11/complex.h
src/pybind11/include/pybind11/eigen.h
src/pybind11/include/pybind11/embed.h
src/pybind11/include/pybind11/eval.h
src/pybind11/include/pybind11/functional.h
src/pybind11/include/pybind11/iostream.h
src/pybind11/include/pybind11/numpy.h
src/pybind11/include/pybind11/operators.h
src/pybind11/include/pybind11/options.h
src/pybind11/include/pybind11/pybind11.h
src/pybind11/include/pybind11/pytypes.h
src/pybind11/include/pybind11/stl.h
src/pybind11/include/pybind11/stl_bind.h
src/pybind11/include/pybind11/detail/class.h
src/pybind11/include/pybind11/detail/common.h
src/pybind11/include/pybind11/detail/descr.h
src/pybind11/include/pybind11/detail/init.h
src/pybind11/include/pybind11/detail/internals.h
src/pybind11/include/pybind11/detail/typeid.h
src/pybind11/pybind11/__init__.py
src/pybind11/pybind11/__main__.py
src/pybind11/pybind11/_version.py
src/pybind11/tests/CMakeLists.txt
src/pybind11/tests/conftest.py
src/pybind11/tests/constructor_stats.h
src/pybind11/tests/cross_module_gil_utils.cpp
src/pybind11/tests/local_bindings.h
src/pybind11/tests/object.h
src/pybind11/tests/pybind11_cross_module_tests.cpp
src/pybind11/tests/pybind11_tests.cpp
src/pybind11/tests/pybind11_tests.h
src/pybind11/tests/pytest.ini
src/pybind11/tests/test_async.cpp
src/pybind11/tests/test_async.py
src/pybind11/tests/test_buffers.cpp
src/pybind11/tests/test_buffers.py
src/pybind11/tests/test_builtin_casters.cpp
src/pybind11/tests/test_builtin_casters.py
src/pybind11/tests/test_call_policies.cpp
src/pybind11/tests/test_call_policies.py
src/pybind11/tests/test_callbacks.cpp
src/pybind11/tests/test_callbacks.py
src/pybind11/tests/test_chrono.cpp
src/pybind11/tests/test_chrono.py
src/pybind11/tests/test_class.cpp
src/pybind11/tests/test_class.py
src/pybind11/tests/test_constants_and_functions.cpp
src/pybind11/tests/test_constants_and_functions.py
src/pybind11/tests/test_copy_move.cpp
src/pybind11/tests/test_copy_move.py
src/pybind11/tests/test_docstring_options.cpp
src/pybind11/tests/test_docstring_options.py
src/pybind11/tests/test_eigen.cpp
src/pybind11/tests/test_eigen.py
src/pybind11/tests/test_enum.cpp
src/pybind11/tests/test_enum.py
src/pybind11/tests/test_eval.cpp
src/pybind11/tests/test_eval.py
src/pybind11/tests/test_eval_call.py
src/pybind11/tests/test_exceptions.cpp
src/pybind11/tests/test_exceptions.py
src/pybind11/tests/test_factory_constructors.cpp
src/pybind11/tests/test_factory_constructors.py
src/pybind11/tests/test_gil_scoped.cpp
src/pybind11/tests/test_gil_scoped.py
src/pybind11/tests/test_iostream.cpp
src/pybind11/tests/test_iostream.py
src/pybind11/tests/test_kwargs_and_defaults.cpp
src/pybind11/tests/test_kwargs_and_defaults.py
src/pybind11/tests/test_local_bindings.cpp
src/pybind11/tests/test_local_bindings.py
src/pybind11/tests/test_methods_and_attributes.cpp
src/pybind11/tests/test_methods_and_attributes.py
src/pybind11/tests/test_modules.cpp
src/pybind11/tests/test_modules.py
src/pybind11/tests/test_multiple_inheritance.cpp
src/pybind11/tests/test_multiple_inheritance.py
src/pybind11/tests/test_numpy_array.cpp
src/pybind11/tests/test_numpy_array.py
src/pybind11/tests/test_numpy_dtypes.cpp
src/pybind11/tests/test_numpy_dtypes.py
src/pybind11/tests/test_numpy_vectorize.cpp
src/pybind11/tests/test_numpy_vectorize.py
src/pybind11/tests/test_opaque_types.cpp
src/pybind11/tests/test_opaque_types.py
src/pybind11/tests/test_operator_overloading.cpp
src/pybind11/tests/test_operator_overloading.py
src/pybind11/tests/test_pickling.cpp
src/pybind11/tests/test_pickling.py
src/pybind11/tests/test_pytypes.cpp
src/pybind11/tests/test_pytypes.py
src/pybind11/tests/test_sequences_and_iterators.cpp
src/pybind11/tests/test_sequences_and_iterators.py
src/pybind11/tests/test_smart_ptr.cpp
src/pybind11/tests/test_smart_ptr.py
src/pybind11/tests/test_stl.cpp
src/pybind11/tests/test_stl.py
src/pybind11/tests/test_stl_binders.cpp
src/pybind11/tests/test_stl_binders.py
src/pybind11/tests/test_tagbased_polymorphic.cpp
src/pybind11/tests/test_tagbased_polymorphic.py
src/pybind11/tests/test_union.cpp
src/pybind11/tests/test_union.py
src/pybind11/tests/test_virtual_functions.cpp
src/pybind11/tests/test_virtual_functions.py
src/pybind11/tests/__pycache__/conftest.cpython-27-PYTEST.pyc
src/pybind11/tests/test_cmake_build/CMakeLists.txt
src/pybind11/tests/test_cmake_build/embed.cpp
src/pybind11/tests/test_cmake_build/main.cpp
src/pybind11/tests/test_cmake_build/test.py
src/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
src/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
src/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
src/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
src/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
src/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
src/pybind11/tests/test_embed/CMakeLists.txt
src/pybind11/tests/test_embed/catch.cpp
src/pybind11/tests/test_embed/external_module.cpp
src/pybind11/tests/test_embed/test_interpreter.cpp
src/pybind11/tests/test_embed/test_interpreter.py
src/pybind11/tools/FindCatch.cmake
src/pybind11/tools/FindEigen3.cmake
src/pybind11/tools/FindPythonLibsNew.cmake
src/pybind11/tools/check-style.sh
src/pybind11/tools/libsize.py
src/pybind11/tools/mkdoc.py
src/pybind11/tools/pybind11Config.cmake.in
src/pybind11/tools/pybind11Tools.cmake
src/rapidXML/license.txt
src/rapidXML/manual.html
src/rapidXML/rapidxml.hpp
src/rapidXML/rapidxml_iterators.hpp
src/rapidXML/rapidxml_print.hpp
src/rapidXML/rapidxml_utils.hpp
src/simcem/simcem/config.hpp
src/simcem/simcem/curve.hpp
src/simcem/simcem/enum.hpp
src/simcem/simcem/kiln.hpp
src/simcem/simcem/simcem.cpp
src/simcem/simcem/simcem.hpp
src/simcem/simcem/sundials.hpp
src/stator/.git
src/stator/.gitignore
src/stator/.gitmodules
src/stator/.travis.yml
src/stator/CMakeLists.txt
src/stator/CTestConfig.cmake
src/stator/Doxyfile.in
src/stator/README.md
src/stator/appveyor.yml
src/stator/frontpage.dox
src/stator/install-icc.sh
src/stator/examples/symbolic_example.cpp
src/stator/stator/config.hpp
src/stator/stator/constants.hpp
src/stator/stator/exception.hpp
src/stator/stator/repr.hpp
src/stator/stator/string.hpp
src/stator/stator/unit_test.hpp
src/stator/stator/xml.hpp
src/stator/stator/geometry/box.hpp
src/stator/stator/geometry/indicator.hpp
src/stator/stator/geometry/plane.hpp
src/stator/stator/geometry/point.hpp
src/stator/stator/geometry/sphere.hpp
src/stator/stator/orphan/stack_vector.hpp
src/stator/stator/orphan/static_list.hpp
src/stator/stator/orphan/template_config.hpp
src/stator/stator/symbolic/ad.hpp
src/stator/stator/symbolic/binary_ops.hpp
src/stator/stator/symbolic/constants.hpp
src/stator/stator/symbolic/integrate.hpp
src/stator/stator/symbolic/numeric.hpp
src/stator/stator/symbolic/parser.hpp
src/stator/stator/symbolic/polynomial.hpp
src/stator/stator/symbolic/precision.hpp
src/stator/stator/symbolic/print.hpp
src/stator/stator/symbolic/runtime.hpp
src/stator/stator/symbolic/simplify.hpp
src/stator/stator/symbolic/symbolic.hpp
src/stator/stator/symbolic/taylor.hpp
src/stator/stator/symbolic/unary_ops.hpp
src/stator/testing/geometry_shapes.cpp
src/stator/testing/orphan_static_list.cpp
src/stator/testing/stack_vector.cpp
src/stator/testing/symbolic_ad.cpp
src/stator/testing/symbolic_generic.cpp
src/stator/testing/symbolic_integration.cpp
src/stator/testing/symbolic_numeric.cpp
src/stator/testing/symbolic_parser.cpp
src/stator/testing/symbolic_poly_solve_roots.cpp
src/stator/testing/symbolic_poly_taylor.cpp
src/stator/testing/symbolic_polynomial.cpp
src/stator/testing/symbolic_runtime.cpp