https://github.com/olekscode/sparsematrix
My implementation CSR - Compressed Sparse Row and CSIR - Compressed Sparse (lower triangle) Row sparse matrix formats
https://github.com/olekscode/sparsematrix
Last synced: 3 months ago
JSON representation
My implementation CSR - Compressed Sparse Row and CSIR - Compressed Sparse (lower triangle) Row sparse matrix formats
- Host: GitHub
- URL: https://github.com/olekscode/sparsematrix
- Owner: olekscode
- Created: 2015-10-03T12:09:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T19:45:14.000Z (over 9 years ago)
- Last Synced: 2025-02-11T11:41:35.656Z (5 months ago)
- Language: C++
- Homepage:
- Size: 316 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sparse Matrix
My implementation CSR - Compressed Sparse Row and CSIR - Compressed Sparse (lower triangle) Row sparse matrix formats.## References
1) М. Ю. Баландин, Э. П. Шурина "Методы решения СЛАУ большой размерности"