Skip to content
Snippets Groups Projects
Commit 96542556 authored by Oliver Sander's avatar Oliver Sander
Browse files

Move code into the generic template class SuperLU<M>

Previously, all code was in the specialization of that class
for BCRSMatrix<FieldMatrix>.  That was overly restrictive:
most of the code does not actually rely on the precise type
of the matrix.  As a first step towards allowing more general
matrix type we move all the code into the general class.
parent 883d8a2f
No related branches found
No related tags found
Loading
Loading
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