Use const views in matrix determinant calculation
authorKevin Boyd <kevin.boyd@uconn.edu>
Wed, 10 Jul 2019 22:01:59 +0000 (18:01 -0400)
committerPaul Bauer <paul.bauer.q@gmail.com>
Thu, 11 Jul 2019 06:22:07 +0000 (08:22 +0200)
commit0b95cdce242097859db073a3df3bcff73aacfe25
treef100b523da55ff3e8cf9291d47781fdee9391d8e
parentb0bced2782587822a04565c8b7dc4fb9da544030
Use const views in matrix determinant calculation

Reduces scope of the matrix.h implementation to just reals

Change-Id: Ide66967b35ffc58b3e61c403d3ce1862b5f5b8ca
src/gromacs/math/matrix.h
src/gromacs/math/tests/matrix.cpp