On the basis of C language matrix having rows of different length, we havedeveloped a new storage format for rectangular matrix. It stores non-zero entries, their column indices and is called jagged non-zero sub-matrix data structure or simply jnz-format.In case of simple applications, when the only requirement from the format is to ensure the serial algorithm of multiplying matrix by vector (e.g. conjugate gradient (CG) method), two following issues are experimentally studied: • For what amount of zero-entries do we accept the rectangular matrix as sparse, with respect to used memory and speed; • What should the jnz-format’s interface look like. Determining the interface is comparatively laborious; jnz-format is compared to two approved fo...
We investigate a new storage format for unstructured sparse ma-trices, based on the space filling Hi...
There exist many storage formats for the in-memory representation of sparse matrices. Choosing the f...
I create a library for storing matrices and working with matrices in this bachelor’s thesis. In this...
The irregular nature of sparse matrix-vector multiplication, Ax = y, has led to the development of a...
The irregular nature of sparse matrix-vector multiplication, Ax = y, has led to the development of a...
The handling of the sparse matrix vector product(SMVP) is a common kernel in many scientific applica...
The handling of the sparse matrix vector product(SMVP) is a common kernel in many scientific applica...
Abstract—Sparse matrix-vector multiplication (SpM×V) has been characterized as one of the most signi...
Sparse storage formats describe a way how sparse matrices are stored in a computer memory. Extensive...
Sparse storage formats describe a way how sparse matrices are stored in a computer memory. Extensive...
Abstract. A new format for storing sparse matrices is proposed for efficient sparse matrix-vector (S...
In this dissertation we have identified vector processing shortcomings related to the efficient stor...
In this article we present a new format for storing sparse matrices. The format is designed to perfo...
International audienceSeveral applications in numerical scientific computing involve very large spar...
Sparse matrices are often used in numerical algorithms that solve linear equation systems. Many meth...
We investigate a new storage format for unstructured sparse ma-trices, based on the space filling Hi...
There exist many storage formats for the in-memory representation of sparse matrices. Choosing the f...
I create a library for storing matrices and working with matrices in this bachelor’s thesis. In this...
The irregular nature of sparse matrix-vector multiplication, Ax = y, has led to the development of a...
The irregular nature of sparse matrix-vector multiplication, Ax = y, has led to the development of a...
The handling of the sparse matrix vector product(SMVP) is a common kernel in many scientific applica...
The handling of the sparse matrix vector product(SMVP) is a common kernel in many scientific applica...
Abstract—Sparse matrix-vector multiplication (SpM×V) has been characterized as one of the most signi...
Sparse storage formats describe a way how sparse matrices are stored in a computer memory. Extensive...
Sparse storage formats describe a way how sparse matrices are stored in a computer memory. Extensive...
Abstract. A new format for storing sparse matrices is proposed for efficient sparse matrix-vector (S...
In this dissertation we have identified vector processing shortcomings related to the efficient stor...
In this article we present a new format for storing sparse matrices. The format is designed to perfo...
International audienceSeveral applications in numerical scientific computing involve very large spar...
Sparse matrices are often used in numerical algorithms that solve linear equation systems. Many meth...
We investigate a new storage format for unstructured sparse ma-trices, based on the space filling Hi...
There exist many storage formats for the in-memory representation of sparse matrices. Choosing the f...
I create a library for storing matrices and working with matrices in this bachelor’s thesis. In this...