scispace - formally typeset
J

John R. Gilbert

Researcher at University of California, Santa Barbara

Publications -  130
Citations -  9257

John R. Gilbert is an academic researcher from University of California, Santa Barbara. The author has contributed to research in topics: Sparse matrix & Parallel algorithm. The author has an hindex of 47, co-authored 130 publications receiving 8609 citations. Previous affiliations of John R. Gilbert include Cornell University & University of New Mexico.

Papers
More filters
Journal ArticleDOI

A Supernodal Approach to Sparse Partial Pivoting

TL;DR: A sparse LU code is developed that is significantly faster than earlier partial pivoting codes and compared with UMFPACK, which uses a multifrontal approach; the code is very competitive in time and storage requirements, especially for large problems.
Journal ArticleDOI

Sparse matrices in matlab: design and implementation

TL;DR: The matrix computation language and environment MATLAB is extended to include sparse matrix storage and operations, and nearly all the operations of MATLAB now apply equally to full or sparse matrices, without any explicit action by the user.
Journal ArticleDOI

The Combinatorial BLAS: design, implementation, and applications

TL;DR: The parallel Combinatorial BLAS is described, which consists of a small but powerful set of linear algebra primitives specifically targeting graph and data mining applications, and an extensible library interface and some guiding principles for future development are provided.
Proceedings ArticleDOI

Parallel sparse matrix-vector and matrix-transpose-vector multiplication using compressed sparse blocks

TL;DR: In this article, a storage format for sparse matrices, called compressed sparse blocks (CSB), is introduced, which allows both Ax and A,x to be computed efficiently in parallel, where A is an n×n sparse matrix with nnzen nonzeros and x is a dense n-vector.
Journal ArticleDOI

Provably good mesh generation

TL;DR: It is shown how to triangulate a planar point set or a polygonally bounded domain with triangles of bounded aspect ratio, and how to produce a linear-size Delaunay triangulation of a multidimensional point set by adding a linear number of extra points.