Skip to content
Snippets Groups Projects
Commit a07b1e56 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing sparse matrix in PyTNL.

parent a261866d
No related branches found
No related tags found
1 merge request!89To/matrices adaptive csr
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "SparseMatrix.h" #include "SparseMatrix.h"
#include <TNL/Matrices/Legacy/CSR.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h>
#include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h>
#include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment