File: expression_index.rst

package info (click to toggle)
xtensor 0.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,476 kB
  • sloc: cpp: 65,302; makefile: 202; python: 171; javascript: 8
file content (20 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

Expressions and semantic
========================

:cpp:type:`xt::xexpression` and the semantic classes contain all the methods required to perform evaluation and
assignment of expressions. They define the computed assignment operators, the assignment methods for
``noalias`` and the downcast methods.

.. toctree::

   xexpression
   xsemantic_base
   xcontainer_semantic
   xview_semantic
   xeval