summaryrefslogtreecommitdiff
path: root/include/phat/representations/heap_column_rep.h
diff options
context:
space:
mode:
authorMichael Kerber <mkerber@fgeompc15.tugraz.local>2020-08-24 14:16:18 +0200
committerMichael Kerber <mkerber@fgeompc15.tugraz.local>2020-08-24 14:16:18 +0200
commit0fbd1f5197e69aee959d3eab134c2792f56fface (patch)
treeed2357570675140ad618635a1fb7478860e04ce9 /include/phat/representations/heap_column_rep.h
parent843e6870e58decba7d22411e4ba0f6dfc2df78a7 (diff)
New method "set_dimension" to control the number of rows in the matrix, if needed
Diffstat (limited to 'include/phat/representations/heap_column_rep.h')
-rw-r--r--include/phat/representations/heap_column_rep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/phat/representations/heap_column_rep.h b/include/phat/representations/heap_column_rep.h
index 42dda3f..cc47bb3 100644
--- a/include/phat/representations/heap_column_rep.h
+++ b/include/phat/representations/heap_column_rep.h
@@ -104,6 +104,10 @@ namespace phat {
std::make_heap( indices.begin( ), indices.end( ) );
}
+ void _set_nr_of_rows( int nr_of_rows ) {
+ // ignore
+ }
+
// true iff boundary of given idx is empty
bool _is_empty() const
{