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
    • xio: pretty printing
    • xnpy: read/write NPY files
    • xcsv: read/write CSV files
    • xjson: serialize to/from JSON
  • 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
  • IO Operations
  • View page source

IO Operations

  • xio: pretty printing
    • set_line_width()
    • set_threshold()
    • set_edge_items()
    • set_precision()
    • line_width
    • threshold
    • edge_items
    • precision
  • xnpy: read/write NPY files
    • load_npy()
    • load_npy()
    • dump_npy()
    • dump_npy()
  • xcsv: read/write CSV files
    • load_csv()
    • dump_csv()
  • xjson: serialize to/from JSON
Previous Next

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

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