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,681 Discovery Miles 36 810 Ships in 12 - 17 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,838 Discovery Miles 28 380 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,423 Discovery Miles 44 230 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,809 Discovery Miles 28 090 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,809 Discovery Miles 18 090 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,564 Discovery Miles 25 640 Ships in 12 - 17 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
R898 Discovery Miles 8 980 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
R626 Discovery Miles 6 260 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
R829 Discovery Miles 8 290 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
R469 Discovery Miles 4 690 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Atmosfire
Jan Braai Hardcover R590 R425 Discovery Miles 4 250
Loot
Nadine Gordimer Paperback  (2)
R383 R318 Discovery Miles 3 180
Loot
Nadine Gordimer Paperback  (2)
R383 R318 Discovery Miles 3 180
Cadac Cadac Swivel Regulator (B/P)
R219 R198 Discovery Miles 1 980
Motoquip Battery Operated Cob Worklight
R299 R251 Discovery Miles 2 510
Dala Craft Pom Poms - Assorted Colours…
R34 Discovery Miles 340
Home Classix Trusty Traveller Mug…
R99 R81 Discovery Miles 810
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Bostik Glue Stick - Loose (25g)
R42 R22 Discovery Miles 220
Happier Than Ever
Billie Eilish CD  (1)
R401 Discovery Miles 4 010

 

Partners