Revision c01a1c1ade0ebeda166d9a070318b0abc6391086 authored by Wenzel Jakob on 13 October 2016, 23:08:03 UTC, committed by Wenzel Jakob on 13 October 2016, 23:08:07 UTC
This convenience function ensures that a py::object is either a
py::array, or the implementation will try to convert it into one. Layout
requirements (such as c_style or f_style) can be also be provided.
1 parent 00488a3
History
File Mode Size
docs
include
pybind11
tests
tools
.appveyor.yml -rw-r--r-- 1.1 KB
.gitignore -rw-r--r-- 303 bytes
.gitmodules -rw-r--r-- 100 bytes
.travis.yml -rw-r--r-- 3.6 KB
CMakeLists.txt -rw-r--r-- 6.9 KB
CONTRIBUTING.md -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 2.1 KB
MANIFEST.in -rw-r--r-- 29 bytes
README.md -rw-r--r-- 5.4 KB
setup.cfg -rw-r--r-- 26 bytes
setup.py -rw-r--r-- 3.1 KB

README.md

back to top