Dynamic matrix type and algorithms for sparse matrices
-
Updated
Feb 12, 2025 - C++
Dynamic matrix type and algorithms for sparse matrices
Performance-portable C++ code for simulating elastic shear waves in an axisymmetric domain.
A vizualiser for sparse matrices
A C++ library for generating traffic flow dynamics data.
(Python, R, C++) Read and write sparse matrices in SVMLight / LibSVM formats
Benchmark for sparse linear algebra libraries for CPU and GPU platforms.
Sparse Binary Relation Representations for Genome Graph Annotation
This project shows how to develop and solve sparse Ax=b system. PETSc is utilised for the iterative solution.
An object oriented C++ header-only wrapper for Timothy A. Davis' Cholmod library (part of SuiteSparse)
A class that represents a Sparse Matrix by storing tuple/data nodes and tuple connections in std::vectors rather than pointers. A SparseMatrix iterator is provided for looping through the tuples.
API for interfacing C++ portions of Morpheus with C and Fortran.
An MLIR dialect for the Sparse Polyhedral Framework.
Optimized sparse triangular solve.
O projeto visa otimizar o armazenamento e as operações em matrizes esparsas, que possuem maioria de elementos zero. Armazenando apenas os valores não nulos, economiza-se memória e acelera-se operações como soma, multiplicação e inversão. Um exemplo prático é o uso de matrizes em programas de planilha como o Excel.
Representing an array of very huge indices (e.g. 10^8) using doubly linked list
A program that applies some functions on sparse matrices. First addition between two sparse matrices and secondly finding any 2x2 sub-matrix in which the sum of all 4 elements are greater than a variable c.
Implementation of Sparse 1D-Array & 2D-Arrray [Matrix] using Linked list
Template Numerical Library
Add a description, image, and links to the sparse-matrices topic page so that developers can more easily learn about it.
To associate your repository with the sparse-matrices topic, visit your repo's landing page and select "manage topics."