登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書

『簡體書』Numerical Linear Algebra on High-Performance Computers(高性能计算机上的数值线性代数)(国际著名数学图书——影印版)

書城自編碼: 1729851
分類:簡體書→大陸圖書→自然科學數學
作者: [美]冬格拉
國際書號(ISBN): 9787302244998
出版社: 清华大学出版社
出版日期: 2011-02-01
版次: 1 印次: 1
頁數/字數: 342/
書度/開本: 16开 釘裝: 平装

售價:HK$ 144.6

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
谢谢你来到我的生命:狗狗带给我们的治愈与改变
《 谢谢你来到我的生命:狗狗带给我们的治愈与改变 》

售價:HK$ 51.8
情感觉醒:揭秘亲密关系背后的真相
《 情感觉醒:揭秘亲密关系背后的真相 》

售價:HK$ 68.8
诸葛亮
《 诸葛亮 》

售價:HK$ 79.4
解密:梦的诞生
《 解密:梦的诞生 》

售價:HK$ 193.2
课长,这不是恋爱,这就是性骚扰!
《 课长,这不是恋爱,这就是性骚扰! 》

售價:HK$ 45.9
人文与社会译丛:我们中的我(承认理论研究)
《 人文与社会译丛:我们中的我(承认理论研究) 》

售價:HK$ 79.4
(守望者·人间世)自我:与齐格蒙特·鲍曼对谈
《 (守望者·人间世)自我:与齐格蒙特·鲍曼对谈 》

售價:HK$ 82.8
白蛇:浮生艺术画集
《 白蛇:浮生艺术画集 》

售價:HK$ 193.2

 

建議一齊購買:

+

HK$ 150.8
《几何原本》
+

HK$ 93.6
《7天搞定微积分(日本、韩国学习类超级畅销书!)》
+

HK$ 209.4
《随机过程(原书第2版)》
+

HK$ 144.6
《Numerical Linear Algebra on Hi》
內容簡介:
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.
目錄
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
 1.7 message passing
 1.8 virtual shared memory
1.8.1 routing
 1.9 interconnection topology
1.9.1 crossbar switch
1.9.2 timeshared bus
1.9.3 ring connection
1.9.4 mesh connection
1.9.5 hypercube
1.9.6 multi-staged network
 1.10 programming techniques
 1.11 trends: network-based computing
2 overview of current high-performance computers
 2.1 supercomputers
 2.2 risc-based processors
 2.3 parallel processors
 ……
3 implementation details and overhead
4 performance: analysis, modeling, and measurements
5 building blocks in linear algebra
6 direct solution of sparse linear systems
7 krylov subspaces: projection
8 iterative methods for linear systems
9 preconditioning and parallel preconditioning
10 linear eigenvalue problems ax=λχ
11 the generalized eigenproblem
bibliography
index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.