Parallel Scientific Computing. (Record no. 103514)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 05750nam a22004693i 4500 |
001 - CONTROL NUMBER | |
control field | EBC4205695 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20240729130146.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 240724s2016 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781118761717 |
Qualifying information | (electronic bk.) |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC4205695 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL4205695 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr11136006 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaONFJC)MIL881795 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)933442910 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.58 -- .M346 2016eb |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 004.35 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Magoules, édéric. |
245 10 - TITLE STATEMENT | |
Title | Parallel Scientific Computing. |
250 ## - EDITION STATEMENT | |
Edition statement | 1st ed. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Newark : |
Name of producer, publisher, distributor, manufacturer | John Wiley & Sons, Incorporated, |
Date of production, publication, distribution, manufacture, or copyright notice | 2016. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2016. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (287 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Intro -- Table of Contents -- Title -- Copyright -- Preface -- Introduction -- 1 Computer Architectures -- 1.1. Different types of parallelism -- 1.2. Memory architecture -- 1.3. Hybrid architecture -- 2 Parallelization and Programming Models -- 2.1. Parallelization -- 2.2. Performance criteria -- 2.3. Data parallelism -- 2.4. Vectorization: a case study -- 2.5. Message-passing -- 2.6. Performance analysis -- 3 Parallel Algorithm Concepts -- 3.1. Parallel algorithms for recurrences -- 3.2. Data locality and distribution: product of matrices -- 4 Basics of Numerical Matrix Analysis -- 4.1. Review of basic notions of linear algebra -- 4.2. Properties of matrices -- 5 Sparse Matrices -- 5.1. Origins of sparse matrices -- 5.2. Parallel formation of sparse matrices: shared memory -- 5.3. Parallel formation by block of sparse matrices: distributed memory -- 6 Solving Linear Systems -- 6.1. Direct methods -- 6.2. Iterative methods -- 7 LU Methods for Solving Linear Systems -- 7.1. Principle of LU decomposition -- 7.2. Gauss factorization -- 7.3. Gauss-Jordan factorization -- 7.4. Crout and Cholesky factorizations for symmetric matrices -- 8 Parallelization of LU Methods for Dense Matrices -- 8.1. Block factorization -- 8.2. Implementation of block factorization in a message-passing environment -- 8.3. Parallelization of forward and backward substitutions -- 9 LU Methods for Sparse Matrices -- 9.1. Structure of factorized matrices -- 9.2. Symbolic factorization and renumbering -- 9.3. Elimination trees -- 9.4. Elimination trees and dependencies -- 9.5. Nested dissections -- 9.6. Forward and backward substitutions -- 10 Basics of Krylov Subspaces -- 10.1. Krylov subspaces -- 10.2. Construction of the Arnoldi basis -- 11 Methods with Complete Orthogonalization for Symmetric Positive Definite Matrices. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 11.1. Construction of the Lanczos basis for symmetric matrices -- 11.2. The Lanczos method -- 11.3. The conjugate gradient method -- 11.4. Comparison with the gradient method -- 11.5. Principle of preconditioning for symmetric positive definite matrices -- 12 Exact Orthogonalization Methods for Arbitrary Matrices -- 12.1. The GMRES method -- 12.2. The case of symmetric matrices: the MINRES method -- 12.3. The ORTHODIR method -- 12.4. Principle of preconditioning for non-symmetric matrices -- 13 Biorthogonalization Methods for Non-symmetric Matrices -- 13.1. Lanczos biorthogonal basis for non-symmetric matrices -- 13.2. The non-symmetric Lanczos method -- 13.3. The biconjugate gradient method: BiCG -- 13.4. The quasi-minimal residual method: QMR -- 13.5. The BiCGSTAB -- 14 Parallelization of Krylov Methods -- 14.1. Parallelization of dense matrix-vector product -- 14.2. Parallelization of sparse matrix-vector product based on node sets -- 14.3. Parallelization of sparse matrix-vector product based on element sets -- 14.4. Parallelization of the scalar product -- 14.5. Summary of the parallelization of Krylov methods -- 15 Parallel Preconditioning Methods -- 15.1. Diagonal -- 15.2. Incomplete factorization methods -- 15.3. Schur complement method -- 15.4. Algebraic multigrid -- 15.5. The Schwarz additive method of preconditioning -- 15.6. Preconditioners based on the physics -- Appendices -- Appendix 1: Exercises -- A1.1. Parallelization techniques -- A1.2. Matrix analysis -- A1.3. Direct methods -- A1.4. Iterative methods -- A1.5. Domain decomposition methods -- Appendix 2: Solutions -- A2.1. Parallelization techniques -- A2.2. Matrix analysis -- A2.3. Direct methods -- A2.4. Iterative methods -- A2.5. Domain decomposition methods -- Appendix 3: Bibliography and Comments -- A3.1. Parallel algorithms -- A3.2. OpenMP -- A3.3. MPI. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | A3.4. Performance tools -- A3.5. Numerical analysis and methods -- A3.6. Finite volume method -- A3.7. Finite element method -- A3.8. Matrix analysis -- A3.9. Direct methods -- A3.10. Iterative methods -- A3.11. Mesh and graph partitioning -- A3.12. Domain decomposition methods -- Bibliography -- Index -- End User License Agreement. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Parallel processing (Electronic computers)--Industrial applications. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
700 1# - ADDED ENTRY--PERSONAL NAME | |
Personal name | Roux, François-Xavier. |
700 1# - ADDED ENTRY--PERSONAL NAME | |
Personal name | Houzeaux, Guillaume. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | Magoules, édéric |
Title | Parallel Scientific Computing |
Place, publisher, and date of publication | Newark : John Wiley & Sons, Incorporated,c2016 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=4205695">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=4205695</a> |
Public note | Click to View |
No items available.