xtensor Logo

INSTALLATION

  • Installation
  • Changelog

USAGE

  • Getting started
  • Expressions and lazy evaluation
  • Arrays and tensors
  • Scalars and 0-D expressions
  • Adapting 1-D containers
  • Operators and functions
  • Views
  • Indices
  • Expression builders
  • Missing values
  • Histogram
  • Random
  • Tensor Rank
  • File input and output
  • Build and configuration
  • Common pitfalls

QUICK REFERENCE

  • Basics
  • Builders
  • Operators
  • Mathematical functions
  • Reductions
  • Views
  • Iterators
  • Manipulation
  • Chunked arrays

API REFERENCE

  • Expressions and semantic
  • Containers and views
  • Iterators
  • Functions and generators
  • IO Operations
  • Mathematical functions
  • Shape/index manipulation
    • xshape
    • xstrides

DEVELOPER ZONE

  • Compiler workarounds
  • Build and configuration
  • Internals of xtensor
  • Extending xtensor
  • Releasing xtensor

MISCELLANEOUS

  • From NumPy to xtensor
  • Notable differences with numpy
  • Closure semantics
  • Related projects
  • Designing language bindings with xtensor
xtensor
  • Shape/index manipulation
  • View page source

Shape/index manipulation

  • xshape
    • promote_shape_t
    • promote_strides_t
    • index_from_shape_t
    • filter_fixed_shape_t
    • same_shape()
    • has_shape()
    • select_layout
  • xstrides
    • stride_type
      • stride_type::internal
      • stride_type::normal
      • stride_type::bytes
    • data_offset()
    • compute_strides()
    • normalize_periodic()
    • strides()
    • strides()
Previous Next

© Copyright 2024, Johan Mabille, Sylvain Corlay and Wolf Vollprecht.

Built with Sphinx using a theme provided by Read the Docs.