Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 764 Bytes

xtensor_internals.rst

File metadata and controls

21 lines (15 loc) · 764 Bytes

Internals of xtensor

This section provides information about xtensor's internals and its architecture. It is intended for developers who want to contribute to xtensor or simply understand how it works under the hood. xtensor makes heavy use of the CRTP pattern, template meta-programming, universal references and perfect forwarding. One should be familiar with these notions before going any further.

.. toctree::

   concepts
   implementation_classes
   expression_tree.rst
   iterating_expression.rst
   assignment.rst