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
    • xaxis_iterator
    • xaxis_slice_iterator
  • Functions and generators
  • IO Operations
  • Mathematical functions
  • Shape/index manipulation

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
  • Iterators
  • View page source

Iterators

In addition to the iterators defined in the different types of expressions, xtensor provides classes that allow to iterate over slices of an expression along a specified axis.

  • xaxis_iterator
    • xt::xaxis_iterator
      • xaxis_iterator()
      • xaxis_iterator()
      • operator++()
      • operator++()
      • operator*()
      • operator->()
      • equal()
    • operator==()
    • operator!=()
    • axis_begin()
    • axis_begin()
    • axis_end()
    • axis_end()
  • xaxis_slice_iterator
    • xt::xaxis_slice_iterator
      • xaxis_slice_iterator()
      • xaxis_slice_iterator()
      • operator++()
      • operator++()
      • operator*()
      • operator->()
      • equal()
    • operator==()
    • operator!=()
    • axis_slice_begin()
    • axis_slice_begin()
    • axis_slice_end()
    • axis_slice_end()
Previous Next

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

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