Skip to content
Snippets Groups Projects
Commit 349b0724 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove useless function

The `columnIdToValueMap()` function was designed to access to the
sparse description of lines of a `SparseMatrixDescriptor`. This was
added when interfacing with `PETSc` but finally the coupling is made
though `CRSMatrix`.
parent 6b19154e
No related branches found
No related tags found
1 merge request!64Feature/algebra coverage
......@@ -22,12 +22,6 @@ class SparseMatrixDescriptor
std::map<IndexType, DataType> m_id_value_map;
public:
const auto&
columnIdToValueMap() const
{
return m_id_value_map;
}
IndexType
numberOfValues() const noexcept
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment