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 (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,717 Discovery Miles 47 170 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.

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
R4,717 Discovery Miles 47 170 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,979 Discovery Miles 29 790 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.

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, …
R3,010 Discovery Miles 30 100 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,917 Discovery Miles 19 170 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,666 Discovery Miles 26 660 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
R951 Discovery Miles 9 510 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
R665 Discovery Miles 6 650 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
R877 Discovery Miles 8 770 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
R499 Discovery Miles 4 990 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Tenet
John David Washington, Robert Pattinson Blu-ray disc  (1)
R54 Discovery Miles 540
Rogue One: A Star Wars Story - Blu-Ray…
Felicity Jones, Diego Luna, … Blu-ray disc R398 Discovery Miles 3 980
Stabilo Boss Original Highlighters…
R144 R103 Discovery Miles 1 030
Badgirl Wanderer Ladies Sunglasses
R173 Discovery Miles 1 730
Fine Living E-Table (Black | White)
 (7)
R319 R199 Discovery Miles 1 990
Cricut Joy Machine
 (6)
R3,787 Discovery Miles 37 870
A Girl, A Bottle, A Boat
Train CD  (2)
R59 Discovery Miles 590
Elecstor 18W In-Line UPS (Black)
R999 R869 Discovery Miles 8 690
Snappy Tritan Bottle (1.5L)(Green)
R229 R180 Discovery Miles 1 800
Polaroid Fit Active Watch (Pink)
R742 Discovery Miles 7 420

 

Partners