René's URL Explorer Experiment


Title: Introduction — xtensor documentation

direct link

Domain: xtensor.readthedocs.io

readthedocs-addons-api-version1
readthedocs-project-slugxtensor
readthedocs-version-sluglatest
readthedocs-resolver-filename/
readthedocs-http-status200

Links:

xtensor http://xtensor.readthedocs.io/
Installationhttp://xtensor.readthedocs.io/installation.html
Changeloghttp://xtensor.readthedocs.io/changelog.html
Getting startedhttp://xtensor.readthedocs.io/getting_started.html
Expressions and lazy evaluationhttp://xtensor.readthedocs.io/expression.html
Arrays and tensorshttp://xtensor.readthedocs.io/container.html
Scalars and 0-D expressionshttp://xtensor.readthedocs.io/scalar.html
Adapting 1-D containershttp://xtensor.readthedocs.io/adaptor.html
Operators and functionshttp://xtensor.readthedocs.io/operator.html
Viewshttp://xtensor.readthedocs.io/view.html
Indiceshttp://xtensor.readthedocs.io/indices.html
Expression buildershttp://xtensor.readthedocs.io/builder.html
Missing valueshttp://xtensor.readthedocs.io/missing.html
Histogramhttp://xtensor.readthedocs.io/histogram.html
Randomhttp://xtensor.readthedocs.io/random.html
Tensor Rankhttp://xtensor.readthedocs.io/rank.html
File input and outputhttp://xtensor.readthedocs.io/file_loading.html
Build and configurationhttp://xtensor.readthedocs.io/build-options.html
Common pitfallshttp://xtensor.readthedocs.io/pitfall.html
Basicshttp://xtensor.readthedocs.io/quickref/basic.html
Buildershttp://xtensor.readthedocs.io/quickref/builder.html
Operatorshttp://xtensor.readthedocs.io/quickref/operator.html
Mathematical functionshttp://xtensor.readthedocs.io/quickref/math.html
Reductionshttp://xtensor.readthedocs.io/quickref/reducer.html
Viewshttp://xtensor.readthedocs.io/view.html
Iteratorshttp://xtensor.readthedocs.io/quickref/iterator.html
Manipulationhttp://xtensor.readthedocs.io/quickref/manipulation.html
Chunked arrayshttp://xtensor.readthedocs.io/quickref/chunked_arrays.html
Expressions and semantichttp://xtensor.readthedocs.io/api/expression_index.html
Containers and viewshttp://xtensor.readthedocs.io/api/container_index.html
Iteratorshttp://xtensor.readthedocs.io/api/iterator_index.html
Functions and generatorshttp://xtensor.readthedocs.io/api/function_index.html
IO Operationshttp://xtensor.readthedocs.io/api/io_index.html
Mathematical functionshttp://xtensor.readthedocs.io/api/xmath.html
Shape/index manipulationhttp://xtensor.readthedocs.io/api/shape.html
Compiler workaroundshttp://xtensor.readthedocs.io/compilers.html
Build and configurationhttp://xtensor.readthedocs.io/dev-build-options.html
Internals of xtensorhttp://xtensor.readthedocs.io/developer/xtensor_internals.html
Extending xtensorhttp://xtensor.readthedocs.io/external-structures.html
Releasing xtensorhttp://xtensor.readthedocs.io/releasing.html
From NumPy to xtensorhttp://xtensor.readthedocs.io/numpy.html
Notable differences with numpyhttp://xtensor.readthedocs.io/numpy-differences.html
Closure semanticshttp://xtensor.readthedocs.io/closure-semantics.html
Related projectshttp://xtensor.readthedocs.io/related.html
Designing language bindings with xtensorhttp://xtensor.readthedocs.io/bindings.html
xtensorhttp://xtensor.readthedocs.io/
http://xtensor.readthedocs.io/
View page sourcehttp://xtensor.readthedocs.io/_sources/index.rst.txt
http://xtensor.readthedocs.io/#introduction
NumPyhttp://www.numpy.org
buffer protocolhttps://docs.python.org/3/c-api/buffer.html
xtensor-pythonhttps://github.com/xtensor-stack/xtensor-python
http://xtensor.readthedocs.io/#licensing
Installationhttp://xtensor.readthedocs.io/installation.html
Changeloghttp://xtensor.readthedocs.io/changelog.html
Getting startedhttp://xtensor.readthedocs.io/getting_started.html
First examplehttp://xtensor.readthedocs.io/getting_started.html#first-example
Compiling the first examplehttp://xtensor.readthedocs.io/getting_started.html#compiling-the-first-example
Building with cmakehttp://xtensor.readthedocs.io/getting_started.html#building-with-cmake
Second example: reshapehttp://xtensor.readthedocs.io/getting_started.html#second-example-reshape
Third example: index accesshttp://xtensor.readthedocs.io/getting_started.html#third-example-index-access
Fourth example: broadcastinghttp://xtensor.readthedocs.io/getting_started.html#fourth-example-broadcasting
Expressions and lazy evaluationhttp://xtensor.readthedocs.io/expression.html
Expressionshttp://xtensor.readthedocs.io/expression.html#expressions
Lazy evaluationhttp://xtensor.readthedocs.io/expression.html#id1
Forcing evaluationhttp://xtensor.readthedocs.io/expression.html#forcing-evaluation
Broadcastinghttp://xtensor.readthedocs.io/expression.html#broadcasting
Accessing elementshttp://xtensor.readthedocs.io/expression.html#accessing-elements
Expression interfacehttp://xtensor.readthedocs.io/expression.html#expression-interface
Arrays and tensorshttp://xtensor.readthedocs.io/container.html
Internal memory layouthttp://xtensor.readthedocs.io/container.html#internal-memory-layout
Runtime vs Compile-time dimensionalityhttp://xtensor.readthedocs.io/container.html#runtime-vs-compile-time-dimensionality
Reshapehttp://xtensor.readthedocs.io/container.html#reshape
Performancehttp://xtensor.readthedocs.io/container.html#performance
Aliasing and temporarieshttp://xtensor.readthedocs.io/container.html#aliasing-and-temporaries
Scalars and 0-D expressionshttp://xtensor.readthedocs.io/scalar.html
Assignmenthttp://xtensor.readthedocs.io/scalar.html#assignment
Copy semantic consistencyhttp://xtensor.readthedocs.io/scalar.html#copy-semantic-consistency
Scalar and 0-D expressionshttp://xtensor.readthedocs.io/scalar.html#scalar-and-0-d-expressions
Adapting 1-D containershttp://xtensor.readthedocs.io/adaptor.html
Adapting std::vectorhttp://xtensor.readthedocs.io/adaptor.html#adapting-std-vector
Adapting C-style arrayshttp://xtensor.readthedocs.io/adaptor.html#adapting-c-style-arrays
Adapting stack-allocated arrayshttp://xtensor.readthedocs.io/adaptor.html#adapting-stack-allocated-arrays
Adapting C++ smart pointershttp://xtensor.readthedocs.io/adaptor.html#adapting-c-smart-pointers
Operators and functionshttp://xtensor.readthedocs.io/operator.html
Arithmetic operatorshttp://xtensor.readthedocs.io/operator.html#arithmetic-operators
Logical operatorshttp://xtensor.readthedocs.io/operator.html#logical-operators
Comparison operatorshttp://xtensor.readthedocs.io/operator.html#comparison-operators
Bitwise operatorshttp://xtensor.readthedocs.io/operator.html#bitwise-operators
Mathematical functionshttp://xtensor.readthedocs.io/operator.html#mathematical-functions
Castinghttp://xtensor.readthedocs.io/operator.html#casting
Reducershttp://xtensor.readthedocs.io/operator.html#reducers
Accumulatorshttp://xtensor.readthedocs.io/operator.html#accumulators
Evaluation strategyhttp://xtensor.readthedocs.io/operator.html#evaluation-strategy
Universal functions and vectorizationhttp://xtensor.readthedocs.io/operator.html#universal-functions-and-vectorization
Viewshttp://xtensor.readthedocs.io/view.html
Sliced viewshttp://xtensor.readthedocs.io/view.html#sliced-views
Strided viewshttp://xtensor.readthedocs.io/view.html#strided-views
Transposed viewshttp://xtensor.readthedocs.io/view.html#transposed-views
Flatten viewshttp://xtensor.readthedocs.io/view.html#flatten-views
Reshape viewshttp://xtensor.readthedocs.io/view.html#reshape-views
Dynamic viewshttp://xtensor.readthedocs.io/view.html#dynamic-views
Index viewshttp://xtensor.readthedocs.io/view.html#index-views
Filter viewshttp://xtensor.readthedocs.io/view.html#filter-views
Filtrationhttp://xtensor.readthedocs.io/view.html#filtration
Masked viewhttp://xtensor.readthedocs.io/view.html#masked-view
Broadcasting viewshttp://xtensor.readthedocs.io/view.html#broadcasting-views
Complex viewshttp://xtensor.readthedocs.io/view.html#complex-views
Assigning to a viewhttp://xtensor.readthedocs.io/view.html#assigning-to-a-view
Indiceshttp://xtensor.readthedocs.io/indices.html
Definitionhttp://xtensor.readthedocs.io/indices.html#definition
Operators: array indexhttp://xtensor.readthedocs.io/indices.html#operators-array-index
Operators: flat indexhttp://xtensor.readthedocs.io/indices.html#operators-flat-index
Array indiceshttp://xtensor.readthedocs.io/indices.html#array-indices
From array indices to flat indiceshttp://xtensor.readthedocs.io/indices.html#from-array-indices-to-flat-indices
1-D arrays: array indices == flat indiceshttp://xtensor.readthedocs.io/indices.html#d-arrays-array-indices-flat-indices
From flat indices to array indiceshttp://xtensor.readthedocs.io/indices.html#from-flat-indices-to-array-indices
Expression buildershttp://xtensor.readthedocs.io/builder.html
Ones and zeroshttp://xtensor.readthedocs.io/builder.html#ones-and-zeros
Numerical rangeshttp://xtensor.readthedocs.io/builder.html#numerical-ranges
Joining expressionshttp://xtensor.readthedocs.io/builder.html#joining-expressions
Random distributionshttp://xtensor.readthedocs.io/builder.html#random-distributions
Mesheshttp://xtensor.readthedocs.io/builder.html#meshes
Missing valueshttp://xtensor.readthedocs.io/missing.html
Optional expressionshttp://xtensor.readthedocs.io/missing.html#optional-expressions
Operating on missing valueshttp://xtensor.readthedocs.io/missing.html#operating-on-missing-values
Optional assemblieshttp://xtensor.readthedocs.io/missing.html#optional-assemblies
Handling expressions with missing valueshttp://xtensor.readthedocs.io/missing.html#handling-expressions-with-missing-values
Histogramhttp://xtensor.readthedocs.io/histogram.html
Basic usagehttp://xtensor.readthedocs.io/histogram.html#basic-usage
Bin-edges algorithmhttp://xtensor.readthedocs.io/histogram.html#bin-edges-algorithm
Randomhttp://xtensor.readthedocs.io/random.html
xt::random::seed()http://xtensor.readthedocs.io/random.html#xt-random-seed
xt::random::rand()http://xtensor.readthedocs.io/random.html#xt-random-rand
xt::random::randint()http://xtensor.readthedocs.io/random.html#xt-random-randint
xt::random::randn()http://xtensor.readthedocs.io/random.html#xt-random-randn
xt::random::binomial()http://xtensor.readthedocs.io/random.html#xt-random-binomial
xt::random::geometric()http://xtensor.readthedocs.io/random.html#xt-random-geometric
xt::random::negative_binomial()http://xtensor.readthedocs.io/random.html#xt-random-negative-binomial
xt::random::poisson()http://xtensor.readthedocs.io/random.html#xt-random-poisson
xt::random::exponential()http://xtensor.readthedocs.io/random.html#xt-random-exponential
xt::random::gamma()http://xtensor.readthedocs.io/random.html#xt-random-gamma
xt::random::weibull()http://xtensor.readthedocs.io/random.html#xt-random-weibull
xt::random::extreme_value()http://xtensor.readthedocs.io/random.html#xt-random-extreme-value
xt::random::lognormal()http://xtensor.readthedocs.io/random.html#xt-random-lognormal
xt::random::cauchy()http://xtensor.readthedocs.io/random.html#xt-random-cauchy
xt::random::fisher_f()http://xtensor.readthedocs.io/random.html#xt-random-fisher-f
xt::random::student_t()http://xtensor.readthedocs.io/random.html#xt-random-student-t
xt::random::choice()http://xtensor.readthedocs.io/random.html#xt-random-choice
xt::random::shuffle()http://xtensor.readthedocs.io/random.html#xt-random-shuffle
xt::random::permutation()http://xtensor.readthedocs.io/random.html#xt-random-permutation
Tensor Rankhttp://xtensor.readthedocs.io/rank.html
Rank overloadhttp://xtensor.readthedocs.io/rank.html#rank-overload
Rank as memberhttp://xtensor.readthedocs.io/rank.html#rank-as-member
File input and outputhttp://xtensor.readthedocs.io/file_loading.html
Loading CSV data into xtensorhttp://xtensor.readthedocs.io/file_loading.html#loading-csv-data-into-xtensor
Loading NPY data into xtensorhttp://xtensor.readthedocs.io/file_loading.html#loading-npy-data-into-xtensor
Loading JSON data into xtensorhttp://xtensor.readthedocs.io/file_loading.html#loading-json-data-into-xtensor
Build and configurationhttp://xtensor.readthedocs.io/build-options.html
Configurationhttp://xtensor.readthedocs.io/build-options.html#configuration
External dependencieshttp://xtensor.readthedocs.io/build-options.html#external-dependencies
Build and optimizationhttp://xtensor.readthedocs.io/build-options.html#build-and-optimization
Common pitfallshttp://xtensor.readthedocs.io/pitfall.html
xarray initializationhttp://xtensor.readthedocs.io/pitfall.html#xarray-initialization
Intermediate resulthttp://xtensor.readthedocs.io/pitfall.html#intermediate-result
Random numbers not consistenthttp://xtensor.readthedocs.io/pitfall.html#random-numbers-not-consistent
variance argumentshttp://xtensor.readthedocs.io/pitfall.html#variance-arguments
fixed_shape on Windowshttp://xtensor.readthedocs.io/pitfall.html#fixed-shape-on-windows
Alignment of fixed-size membershttp://xtensor.readthedocs.io/pitfall.html#alignment-of-fixed-size-members
Basicshttp://xtensor.readthedocs.io/quickref/basic.html
Tensor typeshttp://xtensor.readthedocs.io/quickref/basic.html#tensor-types
Initializationhttp://xtensor.readthedocs.io/quickref/basic.html#initialization
Outputhttp://xtensor.readthedocs.io/quickref/basic.html#output
Shape - dimension - sizehttp://xtensor.readthedocs.io/quickref/basic.html#shape-dimension-size
Print the shapehttp://xtensor.readthedocs.io/quickref/basic.html#print-the-shape
Reshapehttp://xtensor.readthedocs.io/quickref/basic.html#reshape
Resizehttp://xtensor.readthedocs.io/quickref/basic.html#resize
Element accesshttp://xtensor.readthedocs.io/quickref/basic.html#element-access
Fillhttp://xtensor.readthedocs.io/quickref/basic.html#fill
Iteratorshttp://xtensor.readthedocs.io/quickref/basic.html#iterators
Data bufferhttp://xtensor.readthedocs.io/quickref/basic.html#data-buffer
Buildershttp://xtensor.readthedocs.io/quickref/builder.html
Oneshttp://xtensor.readthedocs.io/quickref/builder.html#ones
Zeroshttp://xtensor.readthedocs.io/quickref/builder.html#zeros
Emptyhttp://xtensor.readthedocs.io/quickref/builder.html#empty
Full likehttp://xtensor.readthedocs.io/quickref/builder.html#full-like
Ones likehttp://xtensor.readthedocs.io/quickref/builder.html#ones-like
Zeros likehttp://xtensor.readthedocs.io/quickref/builder.html#zeros-like
Eyehttp://xtensor.readthedocs.io/quickref/builder.html#eye
Arangehttp://xtensor.readthedocs.io/quickref/builder.html#arange
Linspacehttp://xtensor.readthedocs.io/quickref/builder.html#linspace
Logspacehttp://xtensor.readthedocs.io/quickref/builder.html#logspace
Concatenatehttp://xtensor.readthedocs.io/quickref/builder.html#concatenate
Stackhttp://xtensor.readthedocs.io/quickref/builder.html#stack
HStackhttp://xtensor.readthedocs.io/quickref/builder.html#hstack
VStackhttp://xtensor.readthedocs.io/quickref/builder.html#vstack
Diaghttp://xtensor.readthedocs.io/quickref/builder.html#diag
Diagonalhttp://xtensor.readthedocs.io/quickref/builder.html#diagonal
Operatorshttp://xtensor.readthedocs.io/quickref/operator.html
Arithmetic operatorshttp://xtensor.readthedocs.io/quickref/operator.html#arithmetic-operators
Bitwise operatorshttp://xtensor.readthedocs.io/quickref/operator.html#bitwise-operators
Logical operatorshttp://xtensor.readthedocs.io/quickref/operator.html#logical-operators
Comparison operatorshttp://xtensor.readthedocs.io/quickref/operator.html#comparison-operators
Mathematical functionshttp://xtensor.readthedocs.io/quickref/math.html
Basic functionshttp://xtensor.readthedocs.io/quickref/math.html#basic-functions
Exponential functionshttp://xtensor.readthedocs.io/quickref/math.html#exponential-functions
Power functionshttp://xtensor.readthedocs.io/quickref/math.html#power-functions
Trigonometric functionshttp://xtensor.readthedocs.io/quickref/math.html#trigonometric-functions
Hyperbolic functionshttp://xtensor.readthedocs.io/quickref/math.html#hyperbolic-functions
Error and gamma functionshttp://xtensor.readthedocs.io/quickref/math.html#error-and-gamma-functions
Nearest integer operationshttp://xtensor.readthedocs.io/quickref/math.html#nearest-integer-operations
Classification functionshttp://xtensor.readthedocs.io/quickref/math.html#classification-functions
Reductionshttp://xtensor.readthedocs.io/quickref/reducer.html
Sumhttp://xtensor.readthedocs.io/quickref/reducer.html#sum
Prodhttp://xtensor.readthedocs.io/quickref/reducer.html#prod
Meanhttp://xtensor.readthedocs.io/quickref/reducer.html#mean
Variancehttp://xtensor.readthedocs.io/quickref/reducer.html#variance
Standard deviationhttp://xtensor.readthedocs.io/quickref/reducer.html#standard-deviation
Diffhttp://xtensor.readthedocs.io/quickref/reducer.html#diff
Amaxhttp://xtensor.readthedocs.io/quickref/reducer.html#amax
Aminhttp://xtensor.readthedocs.io/quickref/reducer.html#amin
Normshttp://xtensor.readthedocs.io/quickref/reducer.html#norms
Accumulating functionshttp://xtensor.readthedocs.io/quickref/reducer.html#accumulating-functions
Viewshttp://xtensor.readthedocs.io/view.html
Sliced viewshttp://xtensor.readthedocs.io/view.html#sliced-views
Strided viewshttp://xtensor.readthedocs.io/view.html#strided-views
Transposed viewshttp://xtensor.readthedocs.io/view.html#transposed-views
Flatten viewshttp://xtensor.readthedocs.io/view.html#flatten-views
Reshape viewshttp://xtensor.readthedocs.io/view.html#reshape-views
Dynamic viewshttp://xtensor.readthedocs.io/view.html#dynamic-views
Index viewshttp://xtensor.readthedocs.io/view.html#index-views
Filter viewshttp://xtensor.readthedocs.io/view.html#filter-views
Filtrationhttp://xtensor.readthedocs.io/view.html#filtration
Masked viewhttp://xtensor.readthedocs.io/view.html#masked-view
Broadcasting viewshttp://xtensor.readthedocs.io/view.html#broadcasting-views
Complex viewshttp://xtensor.readthedocs.io/view.html#complex-views
Assigning to a viewhttp://xtensor.readthedocs.io/view.html#assigning-to-a-view
Iteratorshttp://xtensor.readthedocs.io/quickref/iterator.html
Default iterationhttp://xtensor.readthedocs.io/quickref/iterator.html#default-iteration
Specified traversal orderhttp://xtensor.readthedocs.io/quickref/iterator.html#specified-traversal-order
Broacasting iterationhttp://xtensor.readthedocs.io/quickref/iterator.html#broacasting-iteration
1-D slice iterationhttp://xtensor.readthedocs.io/quickref/iterator.html#d-slice-iteration
(N-1)-dimensional iterationhttp://xtensor.readthedocs.io/quickref/iterator.html#n-1-dimensional-iteration
Manipulationhttp://xtensor.readthedocs.io/quickref/manipulation.html
atleast_Ndhttp://xtensor.readthedocs.io/quickref/manipulation.html#atleast-nd
expand_dimshttp://xtensor.readthedocs.io/quickref/manipulation.html#expand-dims
fliphttp://xtensor.readthedocs.io/quickref/manipulation.html#flip
repeathttp://xtensor.readthedocs.io/quickref/manipulation.html#repeat
rollhttp://xtensor.readthedocs.io/quickref/manipulation.html#roll
rot90http://xtensor.readthedocs.io/quickref/manipulation.html#rot90
splithttp://xtensor.readthedocs.io/quickref/manipulation.html#split
hsplithttp://xtensor.readthedocs.io/quickref/manipulation.html#hsplit
vsplithttp://xtensor.readthedocs.io/quickref/manipulation.html#vsplit
squeezehttp://xtensor.readthedocs.io/quickref/manipulation.html#squeeze
trim_zeroshttp://xtensor.readthedocs.io/quickref/manipulation.html#trim-zeros
Chunked arrayshttp://xtensor.readthedocs.io/quickref/chunked_arrays.html
Motivationhttp://xtensor.readthedocs.io/quickref/chunked_arrays.html#motivation
In-memory chunked arrayshttp://xtensor.readthedocs.io/quickref/chunked_arrays.html#in-memory-chunked-arrays
Stored chunked arrayshttp://xtensor.readthedocs.io/quickref/chunked_arrays.html#stored-chunked-arrays
Expressions and semantichttp://xtensor.readthedocs.io/api/expression_index.html
xexpressionhttp://xtensor.readthedocs.io/api/xexpression.html
xsemantic_basehttp://xtensor.readthedocs.io/api/xsemantic_base.html
xcontainer_semantichttp://xtensor.readthedocs.io/api/xcontainer_semantic.html
xview_semantichttp://xtensor.readthedocs.io/api/xview_semantic.html
xevalhttp://xtensor.readthedocs.io/api/xeval.html
Containers and viewshttp://xtensor.readthedocs.io/api/container_index.html
layouthttp://xtensor.readthedocs.io/api/xcontainer.html
xcontainerhttp://xtensor.readthedocs.io/api/xcontainer.html#xcontainer
xstrided_containerhttp://xtensor.readthedocs.io/api/xcontainer.html#xstrided-container
xiterablehttp://xtensor.readthedocs.io/api/xiterable.html
xarrayhttp://xtensor.readthedocs.io/api/xarray.html
xarray_adaptorhttp://xtensor.readthedocs.io/api/xarray_adaptor.html
xchunked_arrayhttp://xtensor.readthedocs.io/api/xchunked_array.html
xtensorhttp://xtensor.readthedocs.io/api/xtensor.html
xtensor_adaptorhttp://xtensor.readthedocs.io/api/xtensor_adaptor.html
xtensor_fixedhttp://xtensor.readthedocs.io/api/xfixed.html
xadapthttp://xtensor.readthedocs.io/api/xadapt.html
xoptional_assembly_basehttp://xtensor.readthedocs.io/api/xoptional_assembly_base.html
xoptional_assemblyhttp://xtensor.readthedocs.io/api/xoptional_assembly.html
xoptional_assembly_adaptorhttp://xtensor.readthedocs.io/api/xoptional_assembly_adaptor.html
xmasked_viewhttp://xtensor.readthedocs.io/api/xmasked_view.html
xviewhttp://xtensor.readthedocs.io/api/xview.html
xstrided_viewhttp://xtensor.readthedocs.io/api/xstrided_view.html
xbroadcasthttp://xtensor.readthedocs.io/api/xbroadcast.html
xindex_viewhttp://xtensor.readthedocs.io/api/xindex_view.html
xfunctor_viewhttp://xtensor.readthedocs.io/api/xfunctor_view.html
xrepeathttp://xtensor.readthedocs.io/api/xrepeat.html
Iteratorshttp://xtensor.readthedocs.io/api/iterator_index.html
xaxis_iteratorhttp://xtensor.readthedocs.io/api/xaxis_iterator.html
xaxis_slice_iteratorhttp://xtensor.readthedocs.io/api/xaxis_slice_iterator.html
Functions and generatorshttp://xtensor.readthedocs.io/api/function_index.html
xfunctionhttp://xtensor.readthedocs.io/api/xfunction.html
xreducerhttp://xtensor.readthedocs.io/api/xreducer.html
xaccumulatorhttp://xtensor.readthedocs.io/api/xaccumulator.html
xgeneratorhttp://xtensor.readthedocs.io/api/xgenerator.html
xbuilderhttp://xtensor.readthedocs.io/api/xbuilder.html
xmanipulationhttp://xtensor.readthedocs.io/api/xmanipulation.html
xsorthttp://xtensor.readthedocs.io/api/xsort.html
xset_operationhttp://xtensor.readthedocs.io/api/xset_operation.html
xrandomhttp://xtensor.readthedocs.io/api/xrandom.html
xhistogramhttp://xtensor.readthedocs.io/api/xhistogram.html
xpadhttp://xtensor.readthedocs.io/api/xpad.html
IO Operationshttp://xtensor.readthedocs.io/api/io_index.html
xio: pretty printinghttp://xtensor.readthedocs.io/api/xio.html
xnpy: read/write NPY fileshttp://xtensor.readthedocs.io/api/xnpy.html
xcsv: read/write CSV fileshttp://xtensor.readthedocs.io/api/xcsv.html
xjson: serialize to/from JSONhttp://xtensor.readthedocs.io/api/xjson.html
Mathematical functionshttp://xtensor.readthedocs.io/api/xmath.html
Operators and related functionshttp://xtensor.readthedocs.io/api/operators.html
Index related functionshttp://xtensor.readthedocs.io/api/index_related.html
Basic functionshttp://xtensor.readthedocs.io/api/basic_functions.html
Exponential functionshttp://xtensor.readthedocs.io/api/exponential_functions.html
Power functionshttp://xtensor.readthedocs.io/api/power_functions.html
Trigonometric functionshttp://xtensor.readthedocs.io/api/trigonometric_functions.html
Hyperbolic functionshttp://xtensor.readthedocs.io/api/hyperbolic_functions.html
Error and gamma functionshttp://xtensor.readthedocs.io/api/error_functions.html
Nearest integer floating point operationshttp://xtensor.readthedocs.io/api/nearint_operations.html
Classification functionshttp://xtensor.readthedocs.io/api/classif_functions.html
Reducing functionshttp://xtensor.readthedocs.io/api/reducing_functions.html
Accumulating functionshttp://xtensor.readthedocs.io/api/accumulating_functions.html
NaN functionshttp://xtensor.readthedocs.io/api/nan_functions.html
Shape/index manipulationhttp://xtensor.readthedocs.io/api/shape.html
xshapehttp://xtensor.readthedocs.io/api/xshape.html
xstrideshttp://xtensor.readthedocs.io/api/xstrides.html
Compiler workaroundshttp://xtensor.readthedocs.io/compilers.html
Visual Studio 2015 and std::enable_ifhttp://xtensor.readthedocs.io/compilers.html#visual-studio-2015-and-std-enable-if
GCC-4.9 and Clang < 3.8 and constexpr std::min and std::maxhttp://xtensor.readthedocs.io/compilers.html#gcc-4-9-and-clang-3-8-and-constexpr-std-min-and-std-max
Clang < 3.8 not matching initializer_list with static arrayshttp://xtensor.readthedocs.io/compilers.html#clang-3-8-not-matching-initializer-list-with-static-arrays
Clang-cl and std::gethttp://xtensor.readthedocs.io/compilers.html#clang-cl-and-std-get
GCC < 5.1 and std::is_trivially_default_constructiblehttp://xtensor.readthedocs.io/compilers.html#gcc-5-1-and-std-is-trivially-default-constructible
GCC-6 and the signature of std::isnan and std::isinfhttp://xtensor.readthedocs.io/compilers.html#gcc-6-and-the-signature-of-std-isnan-and-std-isinf
GCC-8 and deleted functionshttp://xtensor.readthedocs.io/compilers.html#gcc-8-and-deleted-functions
Apple LLVM version >= 8.0.0http://xtensor.readthedocs.io/compilers.html#apple-llvm-version-8-0-0
Build and configurationhttp://xtensor.readthedocs.io/dev-build-options.html
Buildhttp://xtensor.readthedocs.io/dev-build-options.html#build
Configurationhttp://xtensor.readthedocs.io/dev-build-options.html#configuration
Build the documentationhttp://xtensor.readthedocs.io/dev-build-options.html#build-the-documentation
Internals of xtensorhttp://xtensor.readthedocs.io/developer/xtensor_internals.html
Conceptshttp://xtensor.readthedocs.io/developer/concepts.html
Implementation classeshttp://xtensor.readthedocs.io/developer/implementation_classes.html
Expression treehttp://xtensor.readthedocs.io/developer/expression_tree.html
Iterating over expressionshttp://xtensor.readthedocs.io/developer/iterating_expression.html
Assignmenthttp://xtensor.readthedocs.io/developer/assignment.html
Extending xtensorhttp://xtensor.readthedocs.io/external-structures.html
Adapting one-dimensional containershttp://xtensor.readthedocs.io/external-structures.html#adapting-one-dimensional-containers
Adapting a pointerhttp://xtensor.readthedocs.io/external-structures.html#adapting-a-pointer
Structures that embed shape and strideshttp://xtensor.readthedocs.io/external-structures.html#structures-that-embed-shape-and-strides
Embedding a full tensor structurehttp://xtensor.readthedocs.io/external-structures.html#embedding-a-full-tensor-structure
Releasing xtensorhttp://xtensor.readthedocs.io/releasing.html
Releasing a new versionhttp://xtensor.readthedocs.io/releasing.html#releasing-a-new-version
Updating the conda-forge recipehttp://xtensor.readthedocs.io/releasing.html#updating-the-conda-forge-recipe
Updating the stable branchhttp://xtensor.readthedocs.io/releasing.html#updating-the-stable-branch
From NumPy to xtensorhttp://xtensor.readthedocs.io/numpy.html
Containershttp://xtensor.readthedocs.io/numpy.html#containers
Initializershttp://xtensor.readthedocs.io/numpy.html#initializers
Slicing and indexinghttp://xtensor.readthedocs.io/numpy.html#slicing-and-indexing
Broadcastinghttp://xtensor.readthedocs.io/numpy.html#broadcasting
Randomhttp://xtensor.readthedocs.io/numpy.html#random
Concatenation, splitting, squeezinghttp://xtensor.readthedocs.io/numpy.html#concatenation-splitting-squeezing
Rearrange elementshttp://xtensor.readthedocs.io/numpy.html#rearrange-elements
Iterationhttp://xtensor.readthedocs.io/numpy.html#iteration
Logicalhttp://xtensor.readthedocs.io/numpy.html#logical
Indiceshttp://xtensor.readthedocs.io/numpy.html#indices
Comparisonshttp://xtensor.readthedocs.io/numpy.html#comparisons
Minimum, Maximum, Sortinghttp://xtensor.readthedocs.io/numpy.html#minimum-maximum-sorting
Complex numbershttp://xtensor.readthedocs.io/numpy.html#complex-numbers
Reducershttp://xtensor.readthedocs.io/numpy.html#reducers
NaN functionshttp://xtensor.readthedocs.io/numpy.html#nan-functions
I/Ohttp://xtensor.readthedocs.io/numpy.html#i-o
Mathematical functionshttp://xtensor.readthedocs.io/numpy.html#mathematical-functions
Linear algebrahttp://xtensor.readthedocs.io/numpy.html#linear-algebra
Notable differences with numpyhttp://xtensor.readthedocs.io/numpy-differences.html
Zero-dimensional arrayshttp://xtensor.readthedocs.io/numpy-differences.html#zero-dimensional-arrays
Meshgridhttp://xtensor.readthedocs.io/numpy-differences.html#meshgrid
The random modulehttp://xtensor.readthedocs.io/numpy-differences.html#the-random-module
Missing valueshttp://xtensor.readthedocs.io/numpy-differences.html#missing-values
Strideshttp://xtensor.readthedocs.io/numpy-differences.html#strides
Array indiceshttp://xtensor.readthedocs.io/numpy-differences.html#array-indices
Closure semanticshttp://xtensor.readthedocs.io/closure-semantics.html
Basic rules for determining closure typeshttp://xtensor.readthedocs.io/closure-semantics.html#basic-rules-for-determining-closure-types
Closure types and scalar wrappershttp://xtensor.readthedocs.io/closure-semantics.html#closure-types-and-scalar-wrappers
Writing functions that return expressionshttp://xtensor.readthedocs.io/closure-semantics.html#writing-functions-that-return-expressions
Returning evaluated or unevaluated expressionshttp://xtensor.readthedocs.io/closure-semantics.html#returning-evaluated-or-unevaluated-expressions
Reusing expressions / sharing expressionshttp://xtensor.readthedocs.io/closure-semantics.html#reusing-expressions-sharing-expressions
Related projectshttp://xtensor.readthedocs.io/related.html
xtensor-pythonhttp://xtensor.readthedocs.io/related.html#xtensor-python
Example 1: Use an algorithm of the C++ library on a NumPy array in-placehttp://xtensor.readthedocs.io/related.html#example-1-use-an-algorithm-of-the-c-library-on-a-numpy-array-in-place
Example 2: Create a universal function from a C++ scalar functionhttp://xtensor.readthedocs.io/related.html#example-2-create-a-universal-function-from-a-c-scalar-function
xtensor-python-cookiecutterhttp://xtensor.readthedocs.io/related.html#xtensor-python-cookiecutter
xtensor-juliahttp://xtensor.readthedocs.io/related.html#xtensor-julia
Example 1: Use an algorithm of the C++ library with a Julia arrayhttp://xtensor.readthedocs.io/related.html#example-1-use-an-algorithm-of-the-c-library-with-a-julia-array
Example 2: Create a NumPy-style universal function from a C++ scalar functionhttp://xtensor.readthedocs.io/related.html#example-2-create-a-numpy-style-universal-function-from-a-c-scalar-function
xtensor-julia-cookiecutterhttp://xtensor.readthedocs.io/related.html#xtensor-julia-cookiecutter
xtensor-rhttp://xtensor.readthedocs.io/related.html#xtensor-r
Example 1: Use an algorithm of the C++ library on a R array in-placehttp://xtensor.readthedocs.io/related.html#example-1-use-an-algorithm-of-the-c-library-on-a-r-array-in-place
xtensor-blashttp://xtensor.readthedocs.io/related.html#xtensor-blas
xtensor-fftwhttp://xtensor.readthedocs.io/related.html#xtensor-fftw
Example 1: Calculate a derivative in Fourier spacehttp://xtensor.readthedocs.io/related.html#example-1-calculate-a-derivative-in-fourier-space
xtensor-iohttp://xtensor.readthedocs.io/related.html#xtensor-io
xtensor-roshttp://xtensor.readthedocs.io/related.html#xtensor-ros
xsimdhttp://xtensor.readthedocs.io/related.html#xsimd
xtlhttp://xtensor.readthedocs.io/related.html#xtl
xframehttp://xtensor.readthedocs.io/related.html#xframe
z5http://xtensor.readthedocs.io/related.html#z5
Designing language bindings with xtensorhttp://xtensor.readthedocs.io/bindings.html
Generic APIhttp://xtensor.readthedocs.io/bindings.html#generic-api
Full qualified APIhttp://xtensor.readthedocs.io/bindings.html#full-qualified-api
Container selectionhttp://xtensor.readthedocs.io/bindings.html#container-selection
Type restriction with SFINAEhttp://xtensor.readthedocs.io/bindings.html#type-restriction-with-sfinae
Conclusionhttp://xtensor.readthedocs.io/bindings.html#conclusion
Next http://xtensor.readthedocs.io/installation.html
Sphinxhttps://www.sphinx-doc.org/
themehttps://github.com/readthedocs/sphinx_rtd_theme
Read the Docshttps://readthedocs.org

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.