This is the complete list of members for array_t< T, ExtraFlags >, including all inherited members.
array() | array | inline |
array(const pybind11::dtype &dt, ShapeContainer shape, StridesContainer strides, const void *ptr=nullptr, handle base=handle()) | array | inline |
array(const pybind11::dtype &dt, ShapeContainer shape, const void *ptr=nullptr, handle base=handle()) | array | inline |
array(const pybind11::dtype &dt, T count, const void *ptr=nullptr, handle base=handle()) | array | inline |
array(ShapeContainer shape, StridesContainer strides, const T *ptr, handle base=handle()) | array | inline |
array(ShapeContainer shape, const T *ptr, handle base=handle()) | array | inline |
array(ssize_t count, const T *ptr, handle base=handle()) | array | inlineexplicit |
array(const buffer_info &info, handle base=handle()) | array | inlineexplicit |
array_t(private_ctor, ShapeContainer &&shape, StridesContainer &&strides, const T *ptr, handle base) | array_t< T, ExtraFlags > | inlineprivate |
array_t() | array_t< T, ExtraFlags > | inline |
array_t(handle h, borrowed_t) | array_t< T, ExtraFlags > | inline |
array_t(handle h, stolen_t) | array_t< T, ExtraFlags > | inline |
array_t(handle h, bool is_borrowed) | array_t< T, ExtraFlags > | inline |
array_t(const object &o) | array_t< T, ExtraFlags > | inline |
array_t(const buffer_info &info, handle base=handle()) | array_t< T, ExtraFlags > | inlineexplicit |
array_t(ShapeContainer shape, StridesContainer strides, const T *ptr=nullptr, handle base=handle()) | array_t< T, ExtraFlags > | inline |
array_t(ShapeContainer shape, const T *ptr=nullptr, handle base=handle()) | array_t< T, ExtraFlags > | inlineexplicit |
array_t(ssize_t count, const T *ptr=nullptr, handle base=handle()) | array_t< T, ExtraFlags > | inlineexplicit |
at(Ix... index) const | array_t< T, ExtraFlags > | inline |
base() const | array | inline |
byte_offset(Ix... index) const | array | inlineprotected |
c_style enum value | array | |
cast() const & | object | |
cast() && | object | |
cast() const & | object | inline |
check() const | handle | inline |
check_(handle h) | array_t< T, ExtraFlags > | inlinestatic |
check_dimensions(Ix... index) const | array | inlineprotected |
check_dimensions_impl(ssize_t, const ssize_t *) const | array | inlineprotected |
check_dimensions_impl(ssize_t axis, const ssize_t *shape, ssize_t i, Ix... index) const | array | inlineprotected |
check_writeable() const | array | inlineprotected |
data(Ix... index) const | array_t< T, ExtraFlags > | inline |
dec_ref() const & | handle | inline |
dtype() const | array | inline |
ensure(handle h) | array_t< T, ExtraFlags > | inlinestatic |
array::ensure(handle h, int ExtraFlags=0) | array | inlinestatic |
f_style enum value | array | |
fail_dim_check(ssize_t dim, const std::string &msg) const | array | inlineprotected |
flags() const | array | inline |
forcecast enum value | array | |
handle()=default | handle | |
handle(T ptr) | handle | inline |
handle(T &obj) | handle | inline |
inc_ref() const & | handle | inline |
inc_ref_counter(std::size_t add) | handle | inlineprivatestatic |
inc_ref_counter() | handle | inlinestatic |
index_at(Ix... index) const | array_t< T, ExtraFlags > | inline |
is_borrowed | object | |
itemsize() const | array_t< T, ExtraFlags > | inline |
m_ptr | handle | protected |
mutable_at(Ix... index) | array_t< T, ExtraFlags > | inline |
mutable_data(Ix... index) | array_t< T, ExtraFlags > | inline |
mutable_unchecked() & | array_t< T, ExtraFlags > | inline |
nbytes() const | array | inline |
ndim() const | array | inline |
object()=default | object | |
object(const object &o) | object | inline |
object(object &&other) noexcept | object | inline |
object(handle h, borrowed_t) | object | inline |
object(handle h, stolen_t) | object | inline |
offset_at(Ix... index) const | array | inline |
offset_at() const | array | inline |
operator bool() const | handle | inlineexplicit |
operator!=(const handle &h) const | handle | inline |
operator=(const object &other) | object | inline |
operator=(object &&other) noexcept | object | inline |
operator==(const handle &h) const | handle | inline |
owndata() const | array | inline |
ptr() const | handle | inline |
ptr() | handle | inline |
PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle h | object | |
raw_array(PyObject *ptr, int ExtraFlags=0) | array | inlineprotectedstatic |
raw_array_t(PyObject *ptr) | array_t< T, ExtraFlags > | inlineprotectedstatic |
release() | object | inline |
request(bool writable=false) const | buffer | inline |
reshape(ShapeContainer new_shape) | array | inline |
resize(ShapeContainer new_shape, bool refcheck=true) | array | inline |
shape() const | array | inline |
shape(ssize_t dim) const | array | inline |
ShapeContainer typedef | array | |
size() const | array | inline |
squeeze() | array | inline |
strides() const | array | inline |
strides(ssize_t dim) const | array | inline |
StridesContainer typedef | array | |
throw_gilstate_error(const std::string &function_name) const | handle | inlineprivate |
unchecked() const & | array_t< T, ExtraFlags > | inline |
value_type typedef | array_t< T, ExtraFlags > | |
view(const std::string &dtype) | array | inline |
writeable() const | array | inline |
~object() | object | inline |