Numerical Linear Algebra on High-Performance Computers(高性能计算机上的数值线性代数)

作者:

丛书名:国际著名数学图书——影印版

定价:49元

印次:1-1

ISBN:9787302244998

出版日期:2011.03.01

印刷日期:2011.01.28

图书责编:陈朝晖

图书分类:教材

电子书
在线购买
分享
内容简介
作者简介
前言序言
资源下载
查看详情 查看详情 查看详情

the purpose of this book is to unify and document in one place many of the techniques and much of the current understanding about solving systems of linear equations on vector and parallel computers. this book is not a textbook,but it is meant to provide a fast entrance to the world of vector and parallel processing for these linear algebra applications. we intend this book to be used by three groups of readers: graduate students, researchers working in computational science, and numerical analysts. as such, we hope this book can serve both as a reference and as a supplement to a teaching text on aspects of scientific computation. the book is divided into five major parts: (1) introduction to terms and concepts, including an overview of the state of the art for high-performance computers and a discussion of performance evaluation (chapters 1-4); (2) direct solution of dense matrix problems (chapter 5); (3) direct solution of sparse systems of equations (chapter 6); (4) iterative solution of sparse systems of equations (chapters 7-9); and (5) iterative solution of sparse eigenvalue problems (chapters 10-11). any book that attempts to cover these topics must necessarily be somewhat out of date before it appears, because the area is in a state of flux. we have purposely avoided highly detailed descriptions of popular machines and have tried instead to focus on concepts as much as possible; nevertheless, to make the description more concrete, we do point to specific computers.

目录
荐语
查看详情 查看详情
contents

about the authors 

preface 

introduction 

1 high-performance computing 

1.1 trends in computer design 

1.2 traditional computers and their limitations 

1.3 parallelism within a single processor 

1.3.1 multiple functional units 

1.3.2 pipelining 

1.3.3 overlapping 

1.3.4 risc 

1.3.5 vliw 

1.3.6 vector instructions 

1.3.7 chaining 

1.3.8 memory-to-memory and register-to-register organizations 

1.3.9 register set 

1.3.10 stripmining 

1.3.11 reconfigurable vector registers 

1.3.12 memory organization 

1.4 data organization 

1.4.1 main memory 

1.4.2 cache 

1.4.3 local memory 

1.5 memory management 

1.6 parallelism through multiple pipes or multiple processors  ... 查看详情

查看详情