Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-istl
1342 commits behind the upstream repository.
Oliver Sander's avatar
Oliver Sander authored
Fix broken Matrix::transpose()


Due to a confusion between the number of lines N and the number of columns M, `Matrix::transpose()` gave wrong results for matrices with N != M.

This also adds a testcase demonstrating the problem to matrixtest.cc.

See merge request !56
82b8300d
History