Skip to content

Commit

Permalink
DOC: Add explanation for memory view.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 27, 2023
1 parent 1659e11 commit 718c6e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pywrapper/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Python wrapper around the
The Fortran library does not need to be installed, the python wrapper embeds all needed dependencies.
On linux, you might have to install `libgfortran` if it is not distributed with your linux distribution.

All functions that operate on arrays, more precisely on objects with the buffer protocol, return memory views
in order to avoid compilation dependencies on 3rd party packages.

.. readme_inclusion_end
Expand Down

0 comments on commit 718c6e0

Please sign in to comment.