-
Oliver Sander authored
Previously, there was a list of special matrix types that ended the recursion (FieldMatrix, DiagonalMatrix, etc.). Simply ending the recursion at number types simplifies the code considerably, and allows to write matrices like BCRSMatrix<double> and such.
Oliver Sander authoredPreviously, there was a list of special matrix types that ended the recursion (FieldMatrix, DiagonalMatrix, etc.). Simply ending the recursion at number types simplifies the code considerably, and allows to write matrices like BCRSMatrix<double> and such.