I create a library for storing matrices and working with matrices in this bachelor’s thesis. In this case, the issues concern mainly so-called sparse matrices. C++ do not provide among the standard libraries tools for easy working with sparse matrices. The most frequent alternative is the application of two-dimensional array (2D array). 2D array may be realized as a double pointer representing the rows and the columns of the matrix. The basic problem is that behavior of 2D array is identical both to the sparse, and to the full non-zero matrix. 2D array ignores the possibility to store matrices more favorable. The library for storing matrices designed by me takes into account the storing of sparse matrices by several different ways. It offer...
Over the past few years several proposals have been made for the standardization of sparse matrix st...
The paper describes a storage scheme for sparse symmetric or nonsymmetric matrices which has b...
Over the past few years several proposals have been made for the standardization of sparse matrix st...
We describe an object oriented sparse matrix library in C++ designed for portability and performance...
An important kernel of scientific software is the multiplication of a sparse matrix by a vector. The...
Tato bakalářská práce se zabývá formáty pro uložení řídkých matic COO, CSR, CSC a algoritmy pro náso...
The SuiteSparse Matrix Collection ( https://sparse.tamu.edu ) (formerly known as UF Sparse Collectio...
Sparse matrices are often used in numerical algorithms that solve linear equation systems. Many meth...
Sparse matrix computations arise in many scientific computing problems and for some (e.g.: iterative...
Abstract. We have extended the matrix computation language and environment Matlab to include sparse ...
Sparse matrices are stored in compressed formats in which zeros are not stored explicitly. Writing h...
In this dissertation we have identified vector processing shortcomings related to the efficient stor...
Abstract—Sparse matrix-vector multiplication (SpM×V) has been characterized as one of the most signi...
We have implemented the Bernoulli generic programming system for sparse matrix computations. What di...
Sparse matrices are stored in compressed formats in which zeros are not stored explicitly. Writing h...
Over the past few years several proposals have been made for the standardization of sparse matrix st...
The paper describes a storage scheme for sparse symmetric or nonsymmetric matrices which has b...
Over the past few years several proposals have been made for the standardization of sparse matrix st...
We describe an object oriented sparse matrix library in C++ designed for portability and performance...
An important kernel of scientific software is the multiplication of a sparse matrix by a vector. The...
Tato bakalářská práce se zabývá formáty pro uložení řídkých matic COO, CSR, CSC a algoritmy pro náso...
The SuiteSparse Matrix Collection ( https://sparse.tamu.edu ) (formerly known as UF Sparse Collectio...
Sparse matrices are often used in numerical algorithms that solve linear equation systems. Many meth...
Sparse matrix computations arise in many scientific computing problems and for some (e.g.: iterative...
Abstract. We have extended the matrix computation language and environment Matlab to include sparse ...
Sparse matrices are stored in compressed formats in which zeros are not stored explicitly. Writing h...
In this dissertation we have identified vector processing shortcomings related to the efficient stor...
Abstract—Sparse matrix-vector multiplication (SpM×V) has been characterized as one of the most signi...
We have implemented the Bernoulli generic programming system for sparse matrix computations. What di...
Sparse matrices are stored in compressed formats in which zeros are not stored explicitly. Writing h...
Over the past few years several proposals have been made for the standardization of sparse matrix st...
The paper describes a storage scheme for sparse symmetric or nonsymmetric matrices which has b...
Over the past few years several proposals have been made for the standardization of sparse matrix st...