|
110 | 110 | "source": [
|
111 | 111 | "# One Tensor to Rule Them All\n",
|
112 | 112 | "\n",
|
113 |
| - "<img src=\"../2017-04-09-PyDataAmsterdam-xtensor/src/ring.png\" />" |
| 113 | + "<img src=\"src/ring.png\" />" |
114 | 114 | ]
|
115 | 115 | },
|
116 | 116 | {
|
|
659 | 659 | "source": [
|
660 | 660 | "# xtensor\n",
|
661 | 661 | "\n",
|
662 |
| - "- Modular sub-packages:\n", |
| 662 | + "- **Modular sub-packages:**\n", |
663 | 663 | " - xsimd: for SIMD vectorization support\n",
|
664 | 664 | " (batch classes, hi-speed implementations of trigo, exp, ... functions) \n",
|
665 | 665 | " - Intel TBB: parallelization\n",
|
666 |
| - "- On top of xtensor:\n", |
| 666 | + "- **On top of xtensor:**\n", |
667 | 667 | " - xtensor-blas: bindings to BLAS & LAPACK – matrix multiplication, inverse, svd, ...\n",
|
668 | 668 | " - xtensor-io: image, sound, NPZ, HDF5, (soon video support)\n",
|
669 | 669 | " - xtensor-fftw, xtensor-interpolate and more"
|
|
801 | 801 | "\n",
|
802 | 802 | "Follow on Twitter:\n",
|
803 | 803 | "\n",
|
804 |
| - "- @JohanMabille\n", |
805 |
| - "- @wuoulf\n", |
806 |
| - "- @QuantStack\n" |
| 804 | + "- Sylvain: @SylvainCorlay\n", |
| 805 | + "- Wolf: @wuoulf\n", |
| 806 | + "- QuantStack: @QuantStack\n" |
807 | 807 | ]
|
808 | 808 | },
|
809 | 809 | {
|
|
814 | 814 | }
|
815 | 815 | },
|
816 | 816 | "source": [
|
817 |
| - "# xtensor vs Blitz++\n", |
| 817 | + "# xtensor vs blitz++\n", |
818 | 818 | "\n",
|
819 | 819 | "- No runtime dimension container in Blitz (xarray)\n",
|
820 |
| - "- Blitz++ unmaintained/dead\n", |
| 820 | + "- Blitz++ unmaintained\n", |
821 | 821 | "- Legacy code, already broken with new compilers"
|
822 | 822 | ]
|
823 | 823 | },
|
|
829 | 829 | }
|
830 | 830 | },
|
831 | 831 | "source": [
|
832 |
| - "# xtensor vs Eigen3\n", |
| 832 | + "# xtensor vs eigen3\n", |
833 | 833 | "\n",
|
834 | 834 | "- n-Dimensions from the start (Eigen has Tensor Module in /unsupported)\n",
|
835 | 835 | "- modularity vs monolithical Eigen\n",
|
836 | 836 | "- API subjectively \"nicer\", modern C++ features\n",
|
837 |
| - "- extensibility (Python/Julia/R)" |
| 837 | + "- extensibility (Python / Julia / R)" |
838 | 838 | ]
|
839 | 839 | }
|
840 | 840 | ],
|
|
0 commit comments