├── .gitignore ├── Data-Parallel-C++.tex ├── LICENSE ├── README.md ├── content ├── Acknowledgments.tex ├── chapter-1 │ ├── 1-0.tex │ ├── 1-1.tex │ ├── 1-10.tex │ ├── 1-2.tex │ ├── 1-3.tex │ ├── 1-4.tex │ ├── 1-5.tex │ ├── 1-6.tex │ ├── 1-7.tex │ ├── 1-8.tex │ ├── 1-9.tex │ └── images │ │ └── 1.png ├── chapter-10 │ ├── 10-0.tex │ ├── 10-1.tex │ ├── 10-2.tex │ ├── 10-3.tex │ ├── 10-4.tex │ ├── 10-5.tex │ ├── 10-6.tex │ └── images │ │ ├── 1.png │ │ └── 2.png ├── chapter-11 │ ├── 11-0.tex │ ├── 11-1.tex │ ├── 11-2.tex │ ├── 11-3.tex │ ├── 11-4.tex │ ├── 11-5.tex │ ├── 11-6.tex │ └── images │ │ ├── 1.png │ │ └── 2.png ├── chapter-12 │ ├── 12-0.tex │ ├── 12-1.tex │ ├── 12-2.tex │ ├── 12-3.tex │ ├── 12-4.tex │ ├── 12-5.tex │ ├── 12-6.tex │ ├── 12-7.tex │ ├── 12-8.tex │ └── images │ │ └── 1.png ├── chapter-13 │ ├── 13-0.tex │ ├── 13-1.tex │ ├── 13-10.tex │ ├── 13-2.tex │ ├── 13-3.tex │ ├── 13-4.tex │ ├── 13-5.tex │ ├── 13-6.tex │ ├── 13-7.tex │ ├── 13-8.tex │ ├── 13-9.tex │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png ├── chapter-14 │ ├── 14-0.tex │ ├── 14-1.tex │ ├── 14-2.tex │ ├── 14-3.tex │ ├── 14-4.tex │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png ├── chapter-15 │ ├── 15-0.tex │ ├── 15-1.tex │ ├── 15-2.tex │ ├── 15-3.tex │ ├── 15-4.tex │ ├── 15-5.tex │ └── images │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── chapter-16 │ ├── 16-0.tex │ ├── 16-1.tex │ ├── 16-2.tex │ ├── 16-3.tex │ ├── 16-4.tex │ ├── 16-5.tex │ ├── 16-6.tex │ └── images │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── chapter-17 │ ├── 17-0.tex │ ├── 17-1.tex │ ├── 17-2.tex │ ├── 17-3.tex │ ├── 17-4.tex │ ├── 17-5.tex │ ├── 17-6.tex │ ├── 17-7.tex │ └── images │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── chapter-18 │ ├── 18-0.tex │ ├── 18-1.tex │ ├── 18-2.tex │ ├── 18-3.tex │ └── images │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── chapter-19 │ ├── 19-0.tex │ ├── 19-1.tex │ ├── 19-2.tex │ ├── 19-3.tex │ ├── 19-4.tex │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 8.png ├── chapter-2 │ ├── 2-0.tex │ ├── 2-1.tex │ ├── 2-10.tex │ ├── 2-2.tex │ ├── 2-3.tex │ ├── 2-4.tex │ ├── 2-5.tex │ ├── 2-6.tex │ ├── 2-7.tex │ ├── 2-8.tex │ ├── 2-9.tex │ └── images │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── chapter-20 │ ├── 20-0.tex │ ├── 20-1.tex │ ├── 20-2.tex │ ├── 20-3.tex │ ├── 20-4.tex │ ├── 20-5.tex │ └── images │ │ └── 1.png ├── chapter-3 │ ├── 3-0.tex │ ├── 3-1.tex │ ├── 3-10.tex │ ├── 3-11.tex │ ├── 3-12.tex │ ├── 3-2.tex │ ├── 3-4.tex │ ├── 3-5.tex │ ├── 3-6.tex │ ├── 3-7.tex │ ├── 3-8.tex │ ├── 3-9.tex │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── chapter-4 │ ├── 4-0.tex │ ├── 4-1.tex │ ├── 4-2.tex │ ├── 4-3.tex │ ├── 4-4.tex │ ├── 4-5.tex │ ├── 4-6.tex │ ├── 4-7.tex │ ├── 4-8.tex │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 8.png ├── chapter-5 │ ├── 5-0.tex │ ├── 5-1.tex │ ├── 5-2.tex │ ├── 5-3.tex │ ├── 5-4.tex │ ├── 5-5.tex │ ├── 5-6.tex │ └── images │ │ ├── 1.png │ │ └── 2.png ├── chapter-6 │ ├── 6-0.tex │ ├── 6-1.tex │ ├── 6-2.tex │ ├── 6-3.tex │ ├── 6-4.tex │ ├── 6-5.tex │ ├── 6-6.tex │ └── images │ │ └── 1.png ├── chapter-7 │ ├── 7-0.tex │ ├── 7-1.tex │ ├── 7-2.tex │ ├── 7-3.tex │ └── images │ │ └── 1.png ├── chapter-8 │ ├── 8-0.tex │ ├── 8-1.tex │ ├── 8-2.tex │ ├── 8-3.tex │ ├── 8-4.tex │ ├── 8-5.tex │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png └── chapter-9 │ ├── 9-0.tex │ ├── 9-1.tex │ ├── 9-2.tex │ ├── 9-3.tex │ ├── 9-4.tex │ ├── 9-5.tex │ ├── 9-6.tex │ └── images │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png └── images ├── Preface.png ├── cover.png └── struct-introduce.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/.gitignore -------------------------------------------------------------------------------- /Data-Parallel-C++.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/Data-Parallel-C++.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/README.md -------------------------------------------------------------------------------- /content/Acknowledgments.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/Acknowledgments.tex -------------------------------------------------------------------------------- /content/chapter-1/1-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-0.tex -------------------------------------------------------------------------------- /content/chapter-1/1-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-1.tex -------------------------------------------------------------------------------- /content/chapter-1/1-10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-10.tex -------------------------------------------------------------------------------- /content/chapter-1/1-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-2.tex -------------------------------------------------------------------------------- /content/chapter-1/1-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-3.tex -------------------------------------------------------------------------------- /content/chapter-1/1-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-4.tex -------------------------------------------------------------------------------- /content/chapter-1/1-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-5.tex -------------------------------------------------------------------------------- /content/chapter-1/1-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-6.tex -------------------------------------------------------------------------------- /content/chapter-1/1-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-7.tex -------------------------------------------------------------------------------- /content/chapter-1/1-8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-8.tex -------------------------------------------------------------------------------- /content/chapter-1/1-9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/1-9.tex -------------------------------------------------------------------------------- /content/chapter-1/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-1/images/1.png -------------------------------------------------------------------------------- /content/chapter-10/10-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-0.tex -------------------------------------------------------------------------------- /content/chapter-10/10-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-1.tex -------------------------------------------------------------------------------- /content/chapter-10/10-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-2.tex -------------------------------------------------------------------------------- /content/chapter-10/10-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-3.tex -------------------------------------------------------------------------------- /content/chapter-10/10-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-4.tex -------------------------------------------------------------------------------- /content/chapter-10/10-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-5.tex -------------------------------------------------------------------------------- /content/chapter-10/10-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/10-6.tex -------------------------------------------------------------------------------- /content/chapter-10/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/images/1.png -------------------------------------------------------------------------------- /content/chapter-10/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-10/images/2.png -------------------------------------------------------------------------------- /content/chapter-11/11-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-0.tex -------------------------------------------------------------------------------- /content/chapter-11/11-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-1.tex -------------------------------------------------------------------------------- /content/chapter-11/11-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-2.tex -------------------------------------------------------------------------------- /content/chapter-11/11-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-3.tex -------------------------------------------------------------------------------- /content/chapter-11/11-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-4.tex -------------------------------------------------------------------------------- /content/chapter-11/11-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-5.tex -------------------------------------------------------------------------------- /content/chapter-11/11-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/11-6.tex -------------------------------------------------------------------------------- /content/chapter-11/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/images/1.png -------------------------------------------------------------------------------- /content/chapter-11/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-11/images/2.png -------------------------------------------------------------------------------- /content/chapter-12/12-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-0.tex -------------------------------------------------------------------------------- /content/chapter-12/12-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-1.tex -------------------------------------------------------------------------------- /content/chapter-12/12-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-2.tex -------------------------------------------------------------------------------- /content/chapter-12/12-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-3.tex -------------------------------------------------------------------------------- /content/chapter-12/12-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-4.tex -------------------------------------------------------------------------------- /content/chapter-12/12-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-5.tex -------------------------------------------------------------------------------- /content/chapter-12/12-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-6.tex -------------------------------------------------------------------------------- /content/chapter-12/12-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-7.tex -------------------------------------------------------------------------------- /content/chapter-12/12-8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/12-8.tex -------------------------------------------------------------------------------- /content/chapter-12/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-12/images/1.png -------------------------------------------------------------------------------- /content/chapter-13/13-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-0.tex -------------------------------------------------------------------------------- /content/chapter-13/13-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-1.tex -------------------------------------------------------------------------------- /content/chapter-13/13-10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-10.tex -------------------------------------------------------------------------------- /content/chapter-13/13-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-2.tex -------------------------------------------------------------------------------- /content/chapter-13/13-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-3.tex -------------------------------------------------------------------------------- /content/chapter-13/13-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-4.tex -------------------------------------------------------------------------------- /content/chapter-13/13-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-5.tex -------------------------------------------------------------------------------- /content/chapter-13/13-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-6.tex -------------------------------------------------------------------------------- /content/chapter-13/13-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-7.tex -------------------------------------------------------------------------------- /content/chapter-13/13-8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-8.tex -------------------------------------------------------------------------------- /content/chapter-13/13-9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/13-9.tex -------------------------------------------------------------------------------- /content/chapter-13/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/images/1.png -------------------------------------------------------------------------------- /content/chapter-13/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/images/2.png -------------------------------------------------------------------------------- /content/chapter-13/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/images/3.png -------------------------------------------------------------------------------- /content/chapter-13/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-13/images/4.png -------------------------------------------------------------------------------- /content/chapter-14/14-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/14-0.tex -------------------------------------------------------------------------------- /content/chapter-14/14-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/14-1.tex -------------------------------------------------------------------------------- /content/chapter-14/14-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/14-2.tex -------------------------------------------------------------------------------- /content/chapter-14/14-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/14-3.tex -------------------------------------------------------------------------------- /content/chapter-14/14-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/14-4.tex -------------------------------------------------------------------------------- /content/chapter-14/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/1.png -------------------------------------------------------------------------------- /content/chapter-14/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/2.png -------------------------------------------------------------------------------- /content/chapter-14/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/3.png -------------------------------------------------------------------------------- /content/chapter-14/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/4.png -------------------------------------------------------------------------------- /content/chapter-14/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/5.png -------------------------------------------------------------------------------- /content/chapter-14/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/6.png -------------------------------------------------------------------------------- /content/chapter-14/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-14/images/7.png -------------------------------------------------------------------------------- /content/chapter-15/15-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/15-0.tex -------------------------------------------------------------------------------- /content/chapter-15/15-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/15-1.tex -------------------------------------------------------------------------------- /content/chapter-15/15-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/15-2.tex -------------------------------------------------------------------------------- /content/chapter-15/15-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/15-3.tex -------------------------------------------------------------------------------- /content/chapter-15/15-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/15-4.tex -------------------------------------------------------------------------------- /content/chapter-15/15-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/15-5.tex -------------------------------------------------------------------------------- /content/chapter-15/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/1.png -------------------------------------------------------------------------------- /content/chapter-15/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/10.png -------------------------------------------------------------------------------- /content/chapter-15/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/11.png -------------------------------------------------------------------------------- /content/chapter-15/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/12.png -------------------------------------------------------------------------------- /content/chapter-15/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/13.png -------------------------------------------------------------------------------- /content/chapter-15/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/14.png -------------------------------------------------------------------------------- /content/chapter-15/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/15.png -------------------------------------------------------------------------------- /content/chapter-15/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/2.png -------------------------------------------------------------------------------- /content/chapter-15/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/3.png -------------------------------------------------------------------------------- /content/chapter-15/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/4.png -------------------------------------------------------------------------------- /content/chapter-15/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/5.png -------------------------------------------------------------------------------- /content/chapter-15/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/6.png -------------------------------------------------------------------------------- /content/chapter-15/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/7.png -------------------------------------------------------------------------------- /content/chapter-15/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/8.png -------------------------------------------------------------------------------- /content/chapter-15/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-15/images/9.png -------------------------------------------------------------------------------- /content/chapter-16/16-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-0.tex -------------------------------------------------------------------------------- /content/chapter-16/16-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-1.tex -------------------------------------------------------------------------------- /content/chapter-16/16-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-2.tex -------------------------------------------------------------------------------- /content/chapter-16/16-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-3.tex -------------------------------------------------------------------------------- /content/chapter-16/16-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-4.tex -------------------------------------------------------------------------------- /content/chapter-16/16-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-5.tex -------------------------------------------------------------------------------- /content/chapter-16/16-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/16-6.tex -------------------------------------------------------------------------------- /content/chapter-16/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/1.png -------------------------------------------------------------------------------- /content/chapter-16/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/10.png -------------------------------------------------------------------------------- /content/chapter-16/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/11.png -------------------------------------------------------------------------------- /content/chapter-16/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/12.png -------------------------------------------------------------------------------- /content/chapter-16/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/2.png -------------------------------------------------------------------------------- /content/chapter-16/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/3.png -------------------------------------------------------------------------------- /content/chapter-16/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/4.png -------------------------------------------------------------------------------- /content/chapter-16/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/5.png -------------------------------------------------------------------------------- /content/chapter-16/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/6.png -------------------------------------------------------------------------------- /content/chapter-16/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/7.png -------------------------------------------------------------------------------- /content/chapter-16/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/8.png -------------------------------------------------------------------------------- /content/chapter-16/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-16/images/9.png -------------------------------------------------------------------------------- /content/chapter-17/17-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-0.tex -------------------------------------------------------------------------------- /content/chapter-17/17-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-1.tex -------------------------------------------------------------------------------- /content/chapter-17/17-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-2.tex -------------------------------------------------------------------------------- /content/chapter-17/17-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-3.tex -------------------------------------------------------------------------------- /content/chapter-17/17-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-4.tex -------------------------------------------------------------------------------- /content/chapter-17/17-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-5.tex -------------------------------------------------------------------------------- /content/chapter-17/17-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-6.tex -------------------------------------------------------------------------------- /content/chapter-17/17-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/17-7.tex -------------------------------------------------------------------------------- /content/chapter-17/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/1.png -------------------------------------------------------------------------------- /content/chapter-17/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/10.png -------------------------------------------------------------------------------- /content/chapter-17/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/11.png -------------------------------------------------------------------------------- /content/chapter-17/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/12.png -------------------------------------------------------------------------------- /content/chapter-17/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/13.png -------------------------------------------------------------------------------- /content/chapter-17/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/14.png -------------------------------------------------------------------------------- /content/chapter-17/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/15.png -------------------------------------------------------------------------------- /content/chapter-17/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/16.png -------------------------------------------------------------------------------- /content/chapter-17/images/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/17.png -------------------------------------------------------------------------------- /content/chapter-17/images/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/18.png -------------------------------------------------------------------------------- /content/chapter-17/images/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/19.png -------------------------------------------------------------------------------- /content/chapter-17/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/2.png -------------------------------------------------------------------------------- /content/chapter-17/images/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/20.png -------------------------------------------------------------------------------- /content/chapter-17/images/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/21.png -------------------------------------------------------------------------------- /content/chapter-17/images/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/22.png -------------------------------------------------------------------------------- /content/chapter-17/images/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/23.png -------------------------------------------------------------------------------- /content/chapter-17/images/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/24.png -------------------------------------------------------------------------------- /content/chapter-17/images/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/25.png -------------------------------------------------------------------------------- /content/chapter-17/images/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/26.png -------------------------------------------------------------------------------- /content/chapter-17/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/3.png -------------------------------------------------------------------------------- /content/chapter-17/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/4.png -------------------------------------------------------------------------------- /content/chapter-17/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/5.png -------------------------------------------------------------------------------- /content/chapter-17/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/6.png -------------------------------------------------------------------------------- /content/chapter-17/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/7.png -------------------------------------------------------------------------------- /content/chapter-17/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/8.png -------------------------------------------------------------------------------- /content/chapter-17/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-17/images/9.png -------------------------------------------------------------------------------- /content/chapter-18/18-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/18-0.tex -------------------------------------------------------------------------------- /content/chapter-18/18-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/18-1.tex -------------------------------------------------------------------------------- /content/chapter-18/18-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/18-2.tex -------------------------------------------------------------------------------- /content/chapter-18/18-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/18-3.tex -------------------------------------------------------------------------------- /content/chapter-18/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/1.png -------------------------------------------------------------------------------- /content/chapter-18/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/10.png -------------------------------------------------------------------------------- /content/chapter-18/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/2.png -------------------------------------------------------------------------------- /content/chapter-18/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/3.png -------------------------------------------------------------------------------- /content/chapter-18/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/4.png -------------------------------------------------------------------------------- /content/chapter-18/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/5.png -------------------------------------------------------------------------------- /content/chapter-18/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/6.png -------------------------------------------------------------------------------- /content/chapter-18/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/7.png -------------------------------------------------------------------------------- /content/chapter-18/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/8.png -------------------------------------------------------------------------------- /content/chapter-18/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-18/images/9.png -------------------------------------------------------------------------------- /content/chapter-19/19-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/19-0.tex -------------------------------------------------------------------------------- /content/chapter-19/19-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/19-1.tex -------------------------------------------------------------------------------- /content/chapter-19/19-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/19-2.tex -------------------------------------------------------------------------------- /content/chapter-19/19-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/19-3.tex -------------------------------------------------------------------------------- /content/chapter-19/19-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/19-4.tex -------------------------------------------------------------------------------- /content/chapter-19/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/1.png -------------------------------------------------------------------------------- /content/chapter-19/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/2.png -------------------------------------------------------------------------------- /content/chapter-19/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/3.png -------------------------------------------------------------------------------- /content/chapter-19/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/4.png -------------------------------------------------------------------------------- /content/chapter-19/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/5.png -------------------------------------------------------------------------------- /content/chapter-19/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/6.png -------------------------------------------------------------------------------- /content/chapter-19/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/7.png -------------------------------------------------------------------------------- /content/chapter-19/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-19/images/8.png -------------------------------------------------------------------------------- /content/chapter-2/2-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-0.tex -------------------------------------------------------------------------------- /content/chapter-2/2-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-1.tex -------------------------------------------------------------------------------- /content/chapter-2/2-10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-10.tex -------------------------------------------------------------------------------- /content/chapter-2/2-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-2.tex -------------------------------------------------------------------------------- /content/chapter-2/2-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-3.tex -------------------------------------------------------------------------------- /content/chapter-2/2-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-4.tex -------------------------------------------------------------------------------- /content/chapter-2/2-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-5.tex -------------------------------------------------------------------------------- /content/chapter-2/2-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-6.tex -------------------------------------------------------------------------------- /content/chapter-2/2-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-7.tex -------------------------------------------------------------------------------- /content/chapter-2/2-8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-8.tex -------------------------------------------------------------------------------- /content/chapter-2/2-9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/2-9.tex -------------------------------------------------------------------------------- /content/chapter-2/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/1.png -------------------------------------------------------------------------------- /content/chapter-2/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/10.png -------------------------------------------------------------------------------- /content/chapter-2/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/11.png -------------------------------------------------------------------------------- /content/chapter-2/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/12.png -------------------------------------------------------------------------------- /content/chapter-2/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/2.png -------------------------------------------------------------------------------- /content/chapter-2/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/3.png -------------------------------------------------------------------------------- /content/chapter-2/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/4.png -------------------------------------------------------------------------------- /content/chapter-2/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/5.png -------------------------------------------------------------------------------- /content/chapter-2/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/6.png -------------------------------------------------------------------------------- /content/chapter-2/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/7.png -------------------------------------------------------------------------------- /content/chapter-2/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/8.png -------------------------------------------------------------------------------- /content/chapter-2/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-2/images/9.png -------------------------------------------------------------------------------- /content/chapter-20/20-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/20-0.tex -------------------------------------------------------------------------------- /content/chapter-20/20-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/20-1.tex -------------------------------------------------------------------------------- /content/chapter-20/20-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/20-2.tex -------------------------------------------------------------------------------- /content/chapter-20/20-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/20-3.tex -------------------------------------------------------------------------------- /content/chapter-20/20-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/20-4.tex -------------------------------------------------------------------------------- /content/chapter-20/20-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/20-5.tex -------------------------------------------------------------------------------- /content/chapter-20/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-20/images/1.png -------------------------------------------------------------------------------- /content/chapter-3/3-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-0.tex -------------------------------------------------------------------------------- /content/chapter-3/3-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-1.tex -------------------------------------------------------------------------------- /content/chapter-3/3-10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-10.tex -------------------------------------------------------------------------------- /content/chapter-3/3-11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-11.tex -------------------------------------------------------------------------------- /content/chapter-3/3-12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-12.tex -------------------------------------------------------------------------------- /content/chapter-3/3-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-2.tex -------------------------------------------------------------------------------- /content/chapter-3/3-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-4.tex -------------------------------------------------------------------------------- /content/chapter-3/3-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-5.tex -------------------------------------------------------------------------------- /content/chapter-3/3-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-6.tex -------------------------------------------------------------------------------- /content/chapter-3/3-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-7.tex -------------------------------------------------------------------------------- /content/chapter-3/3-8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-8.tex -------------------------------------------------------------------------------- /content/chapter-3/3-9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/3-9.tex -------------------------------------------------------------------------------- /content/chapter-3/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/1.png -------------------------------------------------------------------------------- /content/chapter-3/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/2.png -------------------------------------------------------------------------------- /content/chapter-3/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/3.png -------------------------------------------------------------------------------- /content/chapter-3/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/4.png -------------------------------------------------------------------------------- /content/chapter-3/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/5.png -------------------------------------------------------------------------------- /content/chapter-3/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/6.png -------------------------------------------------------------------------------- /content/chapter-3/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/7.png -------------------------------------------------------------------------------- /content/chapter-3/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/8.png -------------------------------------------------------------------------------- /content/chapter-3/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-3/images/9.png -------------------------------------------------------------------------------- /content/chapter-4/4-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-0.tex -------------------------------------------------------------------------------- /content/chapter-4/4-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-1.tex -------------------------------------------------------------------------------- /content/chapter-4/4-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-2.tex -------------------------------------------------------------------------------- /content/chapter-4/4-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-3.tex -------------------------------------------------------------------------------- /content/chapter-4/4-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-4.tex -------------------------------------------------------------------------------- /content/chapter-4/4-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-5.tex -------------------------------------------------------------------------------- /content/chapter-4/4-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-6.tex -------------------------------------------------------------------------------- /content/chapter-4/4-7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-7.tex -------------------------------------------------------------------------------- /content/chapter-4/4-8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/4-8.tex -------------------------------------------------------------------------------- /content/chapter-4/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/1.png -------------------------------------------------------------------------------- /content/chapter-4/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/2.png -------------------------------------------------------------------------------- /content/chapter-4/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/3.png -------------------------------------------------------------------------------- /content/chapter-4/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/4.png -------------------------------------------------------------------------------- /content/chapter-4/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/5.png -------------------------------------------------------------------------------- /content/chapter-4/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/6.png -------------------------------------------------------------------------------- /content/chapter-4/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/7.png -------------------------------------------------------------------------------- /content/chapter-4/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-4/images/8.png -------------------------------------------------------------------------------- /content/chapter-5/5-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-0.tex -------------------------------------------------------------------------------- /content/chapter-5/5-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-1.tex -------------------------------------------------------------------------------- /content/chapter-5/5-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-2.tex -------------------------------------------------------------------------------- /content/chapter-5/5-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-3.tex -------------------------------------------------------------------------------- /content/chapter-5/5-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-4.tex -------------------------------------------------------------------------------- /content/chapter-5/5-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-5.tex -------------------------------------------------------------------------------- /content/chapter-5/5-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/5-6.tex -------------------------------------------------------------------------------- /content/chapter-5/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/images/1.png -------------------------------------------------------------------------------- /content/chapter-5/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-5/images/2.png -------------------------------------------------------------------------------- /content/chapter-6/6-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-0.tex -------------------------------------------------------------------------------- /content/chapter-6/6-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-1.tex -------------------------------------------------------------------------------- /content/chapter-6/6-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-2.tex -------------------------------------------------------------------------------- /content/chapter-6/6-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-3.tex -------------------------------------------------------------------------------- /content/chapter-6/6-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-4.tex -------------------------------------------------------------------------------- /content/chapter-6/6-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-5.tex -------------------------------------------------------------------------------- /content/chapter-6/6-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/6-6.tex -------------------------------------------------------------------------------- /content/chapter-6/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-6/images/1.png -------------------------------------------------------------------------------- /content/chapter-7/7-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-7/7-0.tex -------------------------------------------------------------------------------- /content/chapter-7/7-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-7/7-1.tex -------------------------------------------------------------------------------- /content/chapter-7/7-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-7/7-2.tex -------------------------------------------------------------------------------- /content/chapter-7/7-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-7/7-3.tex -------------------------------------------------------------------------------- /content/chapter-7/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-7/images/1.png -------------------------------------------------------------------------------- /content/chapter-8/8-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/8-0.tex -------------------------------------------------------------------------------- /content/chapter-8/8-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/8-1.tex -------------------------------------------------------------------------------- /content/chapter-8/8-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/8-2.tex -------------------------------------------------------------------------------- /content/chapter-8/8-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/8-3.tex -------------------------------------------------------------------------------- /content/chapter-8/8-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/8-4.tex -------------------------------------------------------------------------------- /content/chapter-8/8-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/8-5.tex -------------------------------------------------------------------------------- /content/chapter-8/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/images/1.png -------------------------------------------------------------------------------- /content/chapter-8/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/images/2.png -------------------------------------------------------------------------------- /content/chapter-8/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-8/images/3.png -------------------------------------------------------------------------------- /content/chapter-9/9-0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-0.tex -------------------------------------------------------------------------------- /content/chapter-9/9-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-1.tex -------------------------------------------------------------------------------- /content/chapter-9/9-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-2.tex -------------------------------------------------------------------------------- /content/chapter-9/9-3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-3.tex -------------------------------------------------------------------------------- /content/chapter-9/9-4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-4.tex -------------------------------------------------------------------------------- /content/chapter-9/9-5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-5.tex -------------------------------------------------------------------------------- /content/chapter-9/9-6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/9-6.tex -------------------------------------------------------------------------------- /content/chapter-9/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/1.png -------------------------------------------------------------------------------- /content/chapter-9/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/10.png -------------------------------------------------------------------------------- /content/chapter-9/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/11.png -------------------------------------------------------------------------------- /content/chapter-9/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/12.png -------------------------------------------------------------------------------- /content/chapter-9/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/13.png -------------------------------------------------------------------------------- /content/chapter-9/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/2.png -------------------------------------------------------------------------------- /content/chapter-9/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/3.png -------------------------------------------------------------------------------- /content/chapter-9/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/4.png -------------------------------------------------------------------------------- /content/chapter-9/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/5.png -------------------------------------------------------------------------------- /content/chapter-9/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/6.png -------------------------------------------------------------------------------- /content/chapter-9/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/7.png -------------------------------------------------------------------------------- /content/chapter-9/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/8.png -------------------------------------------------------------------------------- /content/chapter-9/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/content/chapter-9/images/9.png -------------------------------------------------------------------------------- /images/Preface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/images/Preface.png -------------------------------------------------------------------------------- /images/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/images/cover.png -------------------------------------------------------------------------------- /images/struct-introduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/Data-Paralle-Cpp/HEAD/images/struct-introduce.png --------------------------------------------------------------------------------