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

Added method havePadding to CSR segments.

parent e24cafa2
No related branches found
No related tags found
1 merge request!89To/matrices adaptive csr
...@@ -42,6 +42,8 @@ class CSR ...@@ -42,6 +42,8 @@ class CSR
static constexpr ElementsOrganization getOrganization() { return ColumnMajorOrder; } static constexpr ElementsOrganization getOrganization() { return ColumnMajorOrder; }
static constexpr bool havePadding() { return false; };
CSR(); CSR();
CSR( const SegmentsSizes& sizes ); CSR( const SegmentsSizes& sizes );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment