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...
Mathematical Concepts For Autism Using…
Soma Mukhopadhyay Hardcover R1,242 Discovery Miles 12 420
Curriculum Studies in Context - Unisa…
C. Booyse, E. du Plessis, … Paperback  (1)
R274 Discovery Miles 2 740
Multigrade teaching - Approaches and…
Stef Esterhuizen, Juliana Seleti, … Paperback R369 Discovery Miles 3 690
Scholarly Communication in China, Hong…
Jingfeng Xia Hardcover R2,026 Discovery Miles 20 260
Educational Psychology and Teaching…
Weinstein Rosen Paperback R1,040 Discovery Miles 10 400
My Journey With My Autistic Son - A…
F A Fulks Hardcover R613 R556 Discovery Miles 5 560
Help Them Learn with Their Strengths…
M Susan Grogan Hardcover R690 Discovery Miles 6 900
Teaching Music to Students with Special…
Alice Hammel, Ryan Hourigan Hardcover R3,484 Discovery Miles 34 840
Self Control & Mental Thoughness - How…
Joseph Jung Hardcover R715 R632 Discovery Miles 6 320
The Fall Of The University Of Cape Town…
David Benatar Paperback R320 R295 Discovery Miles 2 950

 

Partners