0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 10 of 10 matches in All Departments

Parallelism in Matrix Computations (Hardcover, 1st ed. 2016): Efstratios Gallopoulos, Bernard Philippe, Ahmed H Sameh Parallelism in Matrix Computations (Hardcover, 1st ed. 2016)
Efstratios Gallopoulos, Bernard Philippe, Ahmed H Sameh
R3,847 Discovery Miles 38 470 Ships in 12 - 19 working days

This book is primarily intended as a research monograph that could also be used in graduate courses for the design of parallel algorithms in matrix computations. It assumes general but not extensive knowledge of numerical linear algebra, parallel architectures, and parallel programming paradigms. The book consists of four parts: (I) Basics; (II) Dense and Special Matrix Computations; (III) Sparse Matrix Computations; and (IV) Matrix functions and characteristics. Part I deals with parallel programming paradigms and fundamental kernels, including reordering schemes for sparse matrices. Part II is devoted to dense matrix computations such as parallel algorithms for solving linear systems, linear least squares, the symmetric algebraic eigenvalue problem, and the singular-value decomposition. It also deals with the development of parallel algorithms for special linear systems such as banded ,Vandermonde ,Toeplitz ,and block Toeplitz systems. Part III addresses sparse matrix computations: (a) the development of parallel iterative linear system solvers with emphasis on scalable preconditioners, (b) parallel schemes for obtaining a few of the extreme eigenpairs or those contained in a given interval in the spectrum of a standard or generalized symmetric eigenvalue problem, and (c) parallel methods for computing a few of the extreme singular triplets. Part IV focuses on the development of parallel algorithms for matrix functions and special characteristics such as the matrix pseudospectrum and the determinant. The book also reviews the theoretical and practical background necessary when designing these algorithms and includes an extensive bibliography that will be useful to researchers and students alike. The book brings together many existing algorithms for the fundamental matrix computations that have a proven track record of efficient implementation in terms of data locality and data transfer on state-of-the-art systems, as well as several algorithms that are presented for the first time, focusing on the opportunities for parallelism and algorithm robustness.

High-Performance Scientific Computing - Algorithms and Applications (Hardcover, 2012): Michael W. Berry, Kyle A. Gallivan,... High-Performance Scientific Computing - Algorithms and Applications (Hardcover, 2012)
Michael W. Berry, Kyle A. Gallivan, Efstratios Gallopoulos, Ananth Grama, Bernard Philippe, …
R2,923 Discovery Miles 29 230 Ships in 10 - 15 working days

This book presents the state of the art in parallel numerical algorithms, applications, architectures, and system software. The book examines various solutions for issues of concurrency, scale, energy efficiency, and programmability, which are discussed in the context of a diverse range of applications. Features: includes contributions from an international selection of world-class authorities; examines parallel algorithm-architecture interaction through issues of computational capacity-based codesign and automatic restructuring of programs using compilation techniques; reviews emerging applications of numerical methods in information retrieval and data mining; discusses the latest issues in dense and sparse matrix computations for modern high-performance systems, multicores, manycores and GPUs, and several perspectives on the Spike family of algorithms for solving linear systems; presents outstanding challenges and developing technologies, and puts these in their historical context.

Parallelism in Matrix Computations (Paperback, Softcover reprint of the original 1st ed. 2016): Efstratios Gallopoulos, Bernard... Parallelism in Matrix Computations (Paperback, Softcover reprint of the original 1st ed. 2016)
Efstratios Gallopoulos, Bernard Philippe, Ahmed H Sameh
R4,514 Discovery Miles 45 140 Ships in 10 - 15 working days

This book is primarily intended as a research monograph that could also be used in graduate courses for the design of parallel algorithms in matrix computations. It assumes general but not extensive knowledge of numerical linear algebra, parallel architectures, and parallel programming paradigms. The book consists of four parts: (I) Basics; (II) Dense and Special Matrix Computations; (III) Sparse Matrix Computations; and (IV) Matrix functions and characteristics. Part I deals with parallel programming paradigms and fundamental kernels, including reordering schemes for sparse matrices. Part II is devoted to dense matrix computations such as parallel algorithms for solving linear systems, linear least squares, the symmetric algebraic eigenvalue problem, and the singular-value decomposition. It also deals with the development of parallel algorithms for special linear systems such as banded ,Vandermonde ,Toeplitz ,and block Toeplitz systems. Part III addresses sparse matrix computations: (a) the development of parallel iterative linear system solvers with emphasis on scalable preconditioners, (b) parallel schemes for obtaining a few of the extreme eigenpairs or those contained in a given interval in the spectrum of a standard or generalized symmetric eigenvalue problem, and (c) parallel methods for computing a few of the extreme singular triplets. Part IV focuses on the development of parallel algorithms for matrix functions and special characteristics such as the matrix pseudospectrum and the determinant. The book also reviews the theoretical and practical background necessary when designing these algorithms and includes an extensive bibliography that will be useful to researchers and students alike. The book brings together many existing algorithms for the fundamental matrix computations that have a proven track record of efficient implementation in terms of data locality and data transfer on state-of-the-art systems, as well as several algorithms that are presented for the first time, focusing on the opportunities for parallelism and algorithm robustness.

High-Performance Scientific Computing - Algorithms and Applications (Paperback, 2012 ed.): Michael W. Berry, Kyle A. Gallivan,... High-Performance Scientific Computing - Algorithms and Applications (Paperback, 2012 ed.)
Michael W. Berry, Kyle A. Gallivan, Efstratios Gallopoulos, Ananth Grama, Bernard Philippe, …
R2,894 Discovery Miles 28 940 Ships in 10 - 15 working days

This book presents the state of the art in parallel numerical algorithms, applications, architectures, and system software. The book examines various solutions for issues of concurrency, scale, energy efficiency, and programmability, which are discussed in the context of a diverse range of applications. Features: includes contributions from an international selection of world-class authorities; examines parallel algorithm-architecture interaction through issues of computational capacity-based codesign and automatic restructuring of programs using compilation techniques; reviews emerging applications of numerical methods in information retrieval and data mining; discusses the latest issues in dense and sparse matrix computations for modern high-performance systems, multicores, manycores and GPUs, and several perspectives on the Spike family of algorithms for solving linear systems; presents outstanding challenges and developing technologies, and puts these in their historical context.

Lectures on Probability Theory - Ecole d'Ete de Probabilites de Saint-Flour XXIII - 1993 (English, French, Paperback, 1995... Lectures on Probability Theory - Ecole d'Ete de Probabilites de Saint-Flour XXIII - 1993 (English, French, Paperback, 1995 ed.)
Pierre Bernard; Philippe Biane, Richard Durrett
R1,870 Discovery Miles 18 700 Ships in 10 - 15 working days

This book contains two of the three lectures given at the Saint-Flour Summer School of Probability Theory during the period August 18 to September 4, 1993.

Introduction to Computational Linear Algebra (Hardcover): Nabil Nassif, Jocelyne Erhel, Bernard Philippe Introduction to Computational Linear Algebra (Hardcover)
Nabil Nassif, Jocelyne Erhel, Bernard Philippe
R2,845 Discovery Miles 28 450 Ships in 12 - 19 working days

Teach Your Students Both the Mathematics of Numerical Methods and the Art of Computer Programming Introduction to Computational Linear Algebra presents classroom-tested material on computational linear algebra and its application to numerical solutions of partial and ordinary differential equations. The book is designed for senior undergraduate students in mathematics and engineering as well as first-year graduate students in engineering and computational science. The text first introduces BLAS operations of types 1, 2, and 3 adapted to a scientific computer environment, specifically MATLAB (R). It next covers the basic mathematical tools needed in numerical linear algebra and discusses classical material on Gauss decompositions as well as LU and Cholesky's factorizations of matrices. The text then shows how to solve linear least squares problems, provides a detailed numerical treatment of the algebraic eigenvalue problem, and discusses (indirect) iterative methods to solve a system of linear equations. The final chapter illustrates how to solve discretized sparse systems of linear equations. Each chapter ends with exercises and computer projects.

The Art of Indochina, Including Thailand, Vietnam, Laos and Cambodia (Hardcover): Bernard Philippe 2n Groslier The Art of Indochina, Including Thailand, Vietnam, Laos and Cambodia (Hardcover)
Bernard Philippe 2n Groslier
R935 Discovery Miles 9 350 Ships in 10 - 15 working days
The Art of Indochina, Including Thailand, Vietnam, Laos and Cambodia (Paperback): Bernard Philippe 2n Groslier The Art of Indochina, Including Thailand, Vietnam, Laos and Cambodia (Paperback)
Bernard Philippe 2n Groslier
R661 Discovery Miles 6 610 Ships in 10 - 15 working days
Angkor and Cambodia in the Sixteenth Century - According to Portuguese and Spanish Sources (Paperback, First English ed.):... Angkor and Cambodia in the Sixteenth Century - According to Portuguese and Spanish Sources (Paperback, First English ed.)
Bernard-Philippe Groslier; Translated by Michael Smithies
R866 Discovery Miles 8 660 Ships in 10 - 15 working days
Excel 2003 Avance (French, Paperback): Patrick Morie, Bernard-Philippe Boyer Excel 2003 Avance (French, Paperback)
Patrick Morie, Bernard-Philippe Boyer
R515 Discovery Miles 5 150 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Discourse Meaning - The View from…
Deniz Zeyrek, Umut OEzge Hardcover R3,760 Discovery Miles 37 600
The Ghostly Tales of Snohomish
Deborah Cuyle Paperback R320 R299 Discovery Miles 2 990
Joan of Arc and Her Marching Orders
Phil Robins Paperback R168 R130 Discovery Miles 1 300
Ghostly Tales of the Pacific Northwest
Deborah Cuyle Hardcover R734 Discovery Miles 7 340
Bold Women in History - 15 Women's…
Meghan Vestal Hardcover R540 R511 Discovery Miles 5 110
How to be an Anglican - A Beginner's…
Richard Giles Hardcover R763 Discovery Miles 7 630
Frederick William Dwelly, First Dean of…
Peter Kennerley Hardcover R651 Discovery Miles 6 510
Ghostly Tales of Chattanooga
Amy Petulla, Jessica Penot Hardcover R710 Discovery Miles 7 100
Language, Sex and Social Structure…
J. Clark Hardcover R1,500 Discovery Miles 15 000
Planning for Rites and Rituals - A…
Paperback R857 Discovery Miles 8 570

 

Partners