Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 463 Bytes

pymrpt_example_matrices.rst

File metadata and controls

19 lines (12 loc) · 463 Bytes

Python example: matrices.py

This example shows how to create, manipulate, and print MRPT matrix classes in Python, as well as converting from/to numpy matrices.

.. literalinclude:: ../../python-examples/matrices.py
   :language: python
   :linenos:


Output:

.. literalinclude:: ../../python-examples/matrices.out
   :linenos: