From: David Wells Date: Thu, 11 Aug 2016 23:22:19 +0000 (-0400) Subject: Move all FullMatrix tests into tests/full_matrix/. X-Git-Tag: v8.5.0-rc1~778^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafe6154ad2e96822c206521a54cfe765b54482c;p=dealii.git Move all FullMatrix tests into tests/full_matrix/. We have, at the time of writing this, 177 distinct full matrix tests, so it is worth making a directory just for them. --- diff --git a/tests/full_matrix/CMakeLists.txt b/tests/full_matrix/CMakeLists.txt new file mode 100644 index 0000000000..f8ac3eb029 --- /dev/null +++ b/tests/full_matrix/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS() diff --git a/tests/bits/complex_complex_full_matrix_01.cc b/tests/full_matrix/complex_complex_full_matrix_01.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_01.cc rename to tests/full_matrix/complex_complex_full_matrix_01.cc diff --git a/tests/bits/complex_complex_full_matrix_01.output b/tests/full_matrix/complex_complex_full_matrix_01.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_01.output rename to tests/full_matrix/complex_complex_full_matrix_01.output diff --git a/tests/bits/complex_complex_full_matrix_02.cc b/tests/full_matrix/complex_complex_full_matrix_02.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_02.cc rename to tests/full_matrix/complex_complex_full_matrix_02.cc diff --git a/tests/bits/complex_complex_full_matrix_02.output b/tests/full_matrix/complex_complex_full_matrix_02.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_02.output rename to tests/full_matrix/complex_complex_full_matrix_02.output diff --git a/tests/bits/complex_complex_full_matrix_03.cc b/tests/full_matrix/complex_complex_full_matrix_03.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_03.cc rename to tests/full_matrix/complex_complex_full_matrix_03.cc diff --git a/tests/bits/complex_complex_full_matrix_03.output b/tests/full_matrix/complex_complex_full_matrix_03.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_03.output rename to tests/full_matrix/complex_complex_full_matrix_03.output diff --git a/tests/bits/complex_complex_full_matrix_04.cc b/tests/full_matrix/complex_complex_full_matrix_04.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_04.cc rename to tests/full_matrix/complex_complex_full_matrix_04.cc diff --git a/tests/bits/complex_complex_full_matrix_04.output b/tests/full_matrix/complex_complex_full_matrix_04.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_04.output rename to tests/full_matrix/complex_complex_full_matrix_04.output diff --git a/tests/bits/complex_complex_full_matrix_05.cc b/tests/full_matrix/complex_complex_full_matrix_05.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_05.cc rename to tests/full_matrix/complex_complex_full_matrix_05.cc diff --git a/tests/bits/complex_complex_full_matrix_05.output b/tests/full_matrix/complex_complex_full_matrix_05.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_05.output rename to tests/full_matrix/complex_complex_full_matrix_05.output diff --git a/tests/bits/complex_complex_full_matrix_06.cc b/tests/full_matrix/complex_complex_full_matrix_06.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_06.cc rename to tests/full_matrix/complex_complex_full_matrix_06.cc diff --git a/tests/bits/complex_complex_full_matrix_06.output b/tests/full_matrix/complex_complex_full_matrix_06.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_06.output rename to tests/full_matrix/complex_complex_full_matrix_06.output diff --git a/tests/bits/complex_complex_full_matrix_07.cc b/tests/full_matrix/complex_complex_full_matrix_07.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_07.cc rename to tests/full_matrix/complex_complex_full_matrix_07.cc diff --git a/tests/bits/complex_complex_full_matrix_07.output b/tests/full_matrix/complex_complex_full_matrix_07.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_07.output rename to tests/full_matrix/complex_complex_full_matrix_07.output diff --git a/tests/bits/complex_complex_full_matrix_08.cc b/tests/full_matrix/complex_complex_full_matrix_08.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_08.cc rename to tests/full_matrix/complex_complex_full_matrix_08.cc diff --git a/tests/bits/complex_complex_full_matrix_08.output b/tests/full_matrix/complex_complex_full_matrix_08.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_08.output rename to tests/full_matrix/complex_complex_full_matrix_08.output diff --git a/tests/bits/complex_complex_full_matrix_09.cc b/tests/full_matrix/complex_complex_full_matrix_09.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_09.cc rename to tests/full_matrix/complex_complex_full_matrix_09.cc diff --git a/tests/bits/complex_complex_full_matrix_09.output b/tests/full_matrix/complex_complex_full_matrix_09.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_09.output rename to tests/full_matrix/complex_complex_full_matrix_09.output diff --git a/tests/bits/complex_complex_full_matrix_10.cc b/tests/full_matrix/complex_complex_full_matrix_10.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_10.cc rename to tests/full_matrix/complex_complex_full_matrix_10.cc diff --git a/tests/bits/complex_complex_full_matrix_10.output b/tests/full_matrix/complex_complex_full_matrix_10.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_10.output rename to tests/full_matrix/complex_complex_full_matrix_10.output diff --git a/tests/bits/complex_complex_full_matrix_11.cc b/tests/full_matrix/complex_complex_full_matrix_11.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_11.cc rename to tests/full_matrix/complex_complex_full_matrix_11.cc diff --git a/tests/bits/complex_complex_full_matrix_11.output b/tests/full_matrix/complex_complex_full_matrix_11.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_11.output rename to tests/full_matrix/complex_complex_full_matrix_11.output diff --git a/tests/bits/complex_complex_full_matrix_12.cc b/tests/full_matrix/complex_complex_full_matrix_12.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_12.cc rename to tests/full_matrix/complex_complex_full_matrix_12.cc diff --git a/tests/bits/complex_complex_full_matrix_12.output b/tests/full_matrix/complex_complex_full_matrix_12.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_12.output rename to tests/full_matrix/complex_complex_full_matrix_12.output diff --git a/tests/bits/complex_complex_full_matrix_13.cc b/tests/full_matrix/complex_complex_full_matrix_13.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_13.cc rename to tests/full_matrix/complex_complex_full_matrix_13.cc diff --git a/tests/bits/complex_complex_full_matrix_13.output b/tests/full_matrix/complex_complex_full_matrix_13.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_13.output rename to tests/full_matrix/complex_complex_full_matrix_13.output diff --git a/tests/bits/complex_complex_full_matrix_14.cc b/tests/full_matrix/complex_complex_full_matrix_14.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_14.cc rename to tests/full_matrix/complex_complex_full_matrix_14.cc diff --git a/tests/bits/complex_complex_full_matrix_14.output b/tests/full_matrix/complex_complex_full_matrix_14.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_14.output rename to tests/full_matrix/complex_complex_full_matrix_14.output diff --git a/tests/bits/complex_complex_full_matrix_15.cc b/tests/full_matrix/complex_complex_full_matrix_15.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_15.cc rename to tests/full_matrix/complex_complex_full_matrix_15.cc diff --git a/tests/bits/complex_complex_full_matrix_15.output b/tests/full_matrix/complex_complex_full_matrix_15.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_15.output rename to tests/full_matrix/complex_complex_full_matrix_15.output diff --git a/tests/bits/complex_complex_full_matrix_16.cc b/tests/full_matrix/complex_complex_full_matrix_16.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_16.cc rename to tests/full_matrix/complex_complex_full_matrix_16.cc diff --git a/tests/bits/complex_complex_full_matrix_16.output b/tests/full_matrix/complex_complex_full_matrix_16.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_16.output rename to tests/full_matrix/complex_complex_full_matrix_16.output diff --git a/tests/bits/complex_complex_full_matrix_17.cc b/tests/full_matrix/complex_complex_full_matrix_17.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_17.cc rename to tests/full_matrix/complex_complex_full_matrix_17.cc diff --git a/tests/bits/complex_complex_full_matrix_17.output b/tests/full_matrix/complex_complex_full_matrix_17.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_17.output rename to tests/full_matrix/complex_complex_full_matrix_17.output diff --git a/tests/bits/complex_complex_full_matrix_18.cc b/tests/full_matrix/complex_complex_full_matrix_18.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_18.cc rename to tests/full_matrix/complex_complex_full_matrix_18.cc diff --git a/tests/bits/complex_complex_full_matrix_18.output b/tests/full_matrix/complex_complex_full_matrix_18.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_18.output rename to tests/full_matrix/complex_complex_full_matrix_18.output diff --git a/tests/bits/complex_complex_full_matrix_19.cc b/tests/full_matrix/complex_complex_full_matrix_19.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_19.cc rename to tests/full_matrix/complex_complex_full_matrix_19.cc diff --git a/tests/bits/complex_complex_full_matrix_19.output b/tests/full_matrix/complex_complex_full_matrix_19.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_19.output rename to tests/full_matrix/complex_complex_full_matrix_19.output diff --git a/tests/bits/complex_complex_full_matrix_20.cc b/tests/full_matrix/complex_complex_full_matrix_20.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_20.cc rename to tests/full_matrix/complex_complex_full_matrix_20.cc diff --git a/tests/bits/complex_complex_full_matrix_20.output b/tests/full_matrix/complex_complex_full_matrix_20.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_20.output rename to tests/full_matrix/complex_complex_full_matrix_20.output diff --git a/tests/bits/complex_complex_full_matrix_21.cc b/tests/full_matrix/complex_complex_full_matrix_21.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_21.cc rename to tests/full_matrix/complex_complex_full_matrix_21.cc diff --git a/tests/bits/complex_complex_full_matrix_21.output b/tests/full_matrix/complex_complex_full_matrix_21.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_21.output rename to tests/full_matrix/complex_complex_full_matrix_21.output diff --git a/tests/bits/complex_complex_full_matrix_22.cc b/tests/full_matrix/complex_complex_full_matrix_22.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_22.cc rename to tests/full_matrix/complex_complex_full_matrix_22.cc diff --git a/tests/bits/complex_complex_full_matrix_22.output b/tests/full_matrix/complex_complex_full_matrix_22.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_22.output rename to tests/full_matrix/complex_complex_full_matrix_22.output diff --git a/tests/bits/complex_complex_full_matrix_23.cc b/tests/full_matrix/complex_complex_full_matrix_23.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_23.cc rename to tests/full_matrix/complex_complex_full_matrix_23.cc diff --git a/tests/bits/complex_complex_full_matrix_23.output b/tests/full_matrix/complex_complex_full_matrix_23.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_23.output rename to tests/full_matrix/complex_complex_full_matrix_23.output diff --git a/tests/bits/complex_complex_full_matrix_24.cc b/tests/full_matrix/complex_complex_full_matrix_24.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_24.cc rename to tests/full_matrix/complex_complex_full_matrix_24.cc diff --git a/tests/bits/complex_complex_full_matrix_24.output b/tests/full_matrix/complex_complex_full_matrix_24.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_24.output rename to tests/full_matrix/complex_complex_full_matrix_24.output diff --git a/tests/bits/complex_complex_full_matrix_25.cc b/tests/full_matrix/complex_complex_full_matrix_25.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_25.cc rename to tests/full_matrix/complex_complex_full_matrix_25.cc diff --git a/tests/bits/complex_complex_full_matrix_25.output b/tests/full_matrix/complex_complex_full_matrix_25.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_25.output rename to tests/full_matrix/complex_complex_full_matrix_25.output diff --git a/tests/bits/complex_complex_full_matrix_26.cc b/tests/full_matrix/complex_complex_full_matrix_26.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_26.cc rename to tests/full_matrix/complex_complex_full_matrix_26.cc diff --git a/tests/bits/complex_complex_full_matrix_26.output b/tests/full_matrix/complex_complex_full_matrix_26.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_26.output rename to tests/full_matrix/complex_complex_full_matrix_26.output diff --git a/tests/bits/complex_complex_full_matrix_27.cc b/tests/full_matrix/complex_complex_full_matrix_27.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_27.cc rename to tests/full_matrix/complex_complex_full_matrix_27.cc diff --git a/tests/bits/complex_complex_full_matrix_27.output b/tests/full_matrix/complex_complex_full_matrix_27.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_27.output rename to tests/full_matrix/complex_complex_full_matrix_27.output diff --git a/tests/bits/complex_complex_full_matrix_28.cc b/tests/full_matrix/complex_complex_full_matrix_28.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_28.cc rename to tests/full_matrix/complex_complex_full_matrix_28.cc diff --git a/tests/bits/complex_complex_full_matrix_28.output b/tests/full_matrix/complex_complex_full_matrix_28.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_28.output rename to tests/full_matrix/complex_complex_full_matrix_28.output diff --git a/tests/bits/complex_complex_full_matrix_29.cc b/tests/full_matrix/complex_complex_full_matrix_29.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_29.cc rename to tests/full_matrix/complex_complex_full_matrix_29.cc diff --git a/tests/bits/complex_complex_full_matrix_29.output b/tests/full_matrix/complex_complex_full_matrix_29.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_29.output rename to tests/full_matrix/complex_complex_full_matrix_29.output diff --git a/tests/bits/complex_complex_full_matrix_30.cc b/tests/full_matrix/complex_complex_full_matrix_30.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_30.cc rename to tests/full_matrix/complex_complex_full_matrix_30.cc diff --git a/tests/bits/complex_complex_full_matrix_30.output b/tests/full_matrix/complex_complex_full_matrix_30.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_30.output rename to tests/full_matrix/complex_complex_full_matrix_30.output diff --git a/tests/bits/complex_complex_full_matrix_31.cc b/tests/full_matrix/complex_complex_full_matrix_31.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_31.cc rename to tests/full_matrix/complex_complex_full_matrix_31.cc diff --git a/tests/bits/complex_complex_full_matrix_31.output b/tests/full_matrix/complex_complex_full_matrix_31.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_31.output rename to tests/full_matrix/complex_complex_full_matrix_31.output diff --git a/tests/bits/complex_complex_full_matrix_32.cc b/tests/full_matrix/complex_complex_full_matrix_32.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_32.cc rename to tests/full_matrix/complex_complex_full_matrix_32.cc diff --git a/tests/bits/complex_complex_full_matrix_32.output b/tests/full_matrix/complex_complex_full_matrix_32.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_32.output rename to tests/full_matrix/complex_complex_full_matrix_32.output diff --git a/tests/bits/complex_complex_full_matrix_33.cc b/tests/full_matrix/complex_complex_full_matrix_33.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_33.cc rename to tests/full_matrix/complex_complex_full_matrix_33.cc diff --git a/tests/bits/complex_complex_full_matrix_33.output b/tests/full_matrix/complex_complex_full_matrix_33.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_33.output rename to tests/full_matrix/complex_complex_full_matrix_33.output diff --git a/tests/bits/complex_complex_full_matrix_34.cc b/tests/full_matrix/complex_complex_full_matrix_34.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_34.cc rename to tests/full_matrix/complex_complex_full_matrix_34.cc diff --git a/tests/bits/complex_complex_full_matrix_34.output b/tests/full_matrix/complex_complex_full_matrix_34.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_34.output rename to tests/full_matrix/complex_complex_full_matrix_34.output diff --git a/tests/bits/complex_complex_full_matrix_36.cc b/tests/full_matrix/complex_complex_full_matrix_36.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_36.cc rename to tests/full_matrix/complex_complex_full_matrix_36.cc diff --git a/tests/bits/complex_complex_full_matrix_36.output b/tests/full_matrix/complex_complex_full_matrix_36.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_36.output rename to tests/full_matrix/complex_complex_full_matrix_36.output diff --git a/tests/bits/complex_complex_full_matrix_37.cc b/tests/full_matrix/complex_complex_full_matrix_37.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_37.cc rename to tests/full_matrix/complex_complex_full_matrix_37.cc diff --git a/tests/bits/complex_complex_full_matrix_37.output b/tests/full_matrix/complex_complex_full_matrix_37.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_37.output rename to tests/full_matrix/complex_complex_full_matrix_37.output diff --git a/tests/bits/complex_complex_full_matrix_38.cc b/tests/full_matrix/complex_complex_full_matrix_38.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_38.cc rename to tests/full_matrix/complex_complex_full_matrix_38.cc diff --git a/tests/bits/complex_complex_full_matrix_38.output b/tests/full_matrix/complex_complex_full_matrix_38.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_38.output rename to tests/full_matrix/complex_complex_full_matrix_38.output diff --git a/tests/bits/complex_complex_full_matrix_39.cc b/tests/full_matrix/complex_complex_full_matrix_39.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_39.cc rename to tests/full_matrix/complex_complex_full_matrix_39.cc diff --git a/tests/bits/complex_complex_full_matrix_39.output b/tests/full_matrix/complex_complex_full_matrix_39.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_39.output rename to tests/full_matrix/complex_complex_full_matrix_39.output diff --git a/tests/bits/complex_complex_full_matrix_40.cc b/tests/full_matrix/complex_complex_full_matrix_40.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_40.cc rename to tests/full_matrix/complex_complex_full_matrix_40.cc diff --git a/tests/bits/complex_complex_full_matrix_40.output b/tests/full_matrix/complex_complex_full_matrix_40.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_40.output rename to tests/full_matrix/complex_complex_full_matrix_40.output diff --git a/tests/bits/complex_complex_full_matrix_41.cc b/tests/full_matrix/complex_complex_full_matrix_41.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_41.cc rename to tests/full_matrix/complex_complex_full_matrix_41.cc diff --git a/tests/bits/complex_complex_full_matrix_41.output b/tests/full_matrix/complex_complex_full_matrix_41.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_41.output rename to tests/full_matrix/complex_complex_full_matrix_41.output diff --git a/tests/bits/complex_complex_full_matrix_42.cc b/tests/full_matrix/complex_complex_full_matrix_42.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_42.cc rename to tests/full_matrix/complex_complex_full_matrix_42.cc diff --git a/tests/bits/complex_complex_full_matrix_42.output b/tests/full_matrix/complex_complex_full_matrix_42.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_42.output rename to tests/full_matrix/complex_complex_full_matrix_42.output diff --git a/tests/bits/complex_complex_full_matrix_43.cc b/tests/full_matrix/complex_complex_full_matrix_43.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_43.cc rename to tests/full_matrix/complex_complex_full_matrix_43.cc diff --git a/tests/bits/complex_complex_full_matrix_43.output b/tests/full_matrix/complex_complex_full_matrix_43.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_43.output rename to tests/full_matrix/complex_complex_full_matrix_43.output diff --git a/tests/bits/complex_complex_full_matrix_44.cc b/tests/full_matrix/complex_complex_full_matrix_44.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_44.cc rename to tests/full_matrix/complex_complex_full_matrix_44.cc diff --git a/tests/bits/complex_complex_full_matrix_44.output b/tests/full_matrix/complex_complex_full_matrix_44.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_44.output rename to tests/full_matrix/complex_complex_full_matrix_44.output diff --git a/tests/bits/complex_complex_full_matrix_45.cc b/tests/full_matrix/complex_complex_full_matrix_45.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_45.cc rename to tests/full_matrix/complex_complex_full_matrix_45.cc diff --git a/tests/bits/complex_complex_full_matrix_45.output b/tests/full_matrix/complex_complex_full_matrix_45.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_45.output rename to tests/full_matrix/complex_complex_full_matrix_45.output diff --git a/tests/bits/complex_complex_full_matrix_46.cc b/tests/full_matrix/complex_complex_full_matrix_46.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_46.cc rename to tests/full_matrix/complex_complex_full_matrix_46.cc diff --git a/tests/bits/complex_complex_full_matrix_46.output b/tests/full_matrix/complex_complex_full_matrix_46.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_46.output rename to tests/full_matrix/complex_complex_full_matrix_46.output diff --git a/tests/bits/complex_complex_full_matrix_47.cc b/tests/full_matrix/complex_complex_full_matrix_47.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_47.cc rename to tests/full_matrix/complex_complex_full_matrix_47.cc diff --git a/tests/bits/complex_complex_full_matrix_47.output b/tests/full_matrix/complex_complex_full_matrix_47.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_47.output rename to tests/full_matrix/complex_complex_full_matrix_47.output diff --git a/tests/bits/complex_complex_full_matrix_48.cc b/tests/full_matrix/complex_complex_full_matrix_48.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_48.cc rename to tests/full_matrix/complex_complex_full_matrix_48.cc diff --git a/tests/bits/complex_complex_full_matrix_48.output b/tests/full_matrix/complex_complex_full_matrix_48.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_48.output rename to tests/full_matrix/complex_complex_full_matrix_48.output diff --git a/tests/bits/complex_complex_full_matrix_49.cc b/tests/full_matrix/complex_complex_full_matrix_49.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_49.cc rename to tests/full_matrix/complex_complex_full_matrix_49.cc diff --git a/tests/bits/complex_complex_full_matrix_49.output b/tests/full_matrix/complex_complex_full_matrix_49.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_49.output rename to tests/full_matrix/complex_complex_full_matrix_49.output diff --git a/tests/bits/complex_complex_full_matrix_50.cc b/tests/full_matrix/complex_complex_full_matrix_50.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_50.cc rename to tests/full_matrix/complex_complex_full_matrix_50.cc diff --git a/tests/bits/complex_complex_full_matrix_50.output b/tests/full_matrix/complex_complex_full_matrix_50.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_50.output rename to tests/full_matrix/complex_complex_full_matrix_50.output diff --git a/tests/bits/complex_complex_full_matrix_51.cc b/tests/full_matrix/complex_complex_full_matrix_51.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_51.cc rename to tests/full_matrix/complex_complex_full_matrix_51.cc diff --git a/tests/bits/complex_complex_full_matrix_51.output b/tests/full_matrix/complex_complex_full_matrix_51.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_51.output rename to tests/full_matrix/complex_complex_full_matrix_51.output diff --git a/tests/bits/complex_complex_full_matrix_52.cc b/tests/full_matrix/complex_complex_full_matrix_52.cc similarity index 100% rename from tests/bits/complex_complex_full_matrix_52.cc rename to tests/full_matrix/complex_complex_full_matrix_52.cc diff --git a/tests/bits/complex_complex_full_matrix_52.output b/tests/full_matrix/complex_complex_full_matrix_52.output similarity index 100% rename from tests/bits/complex_complex_full_matrix_52.output rename to tests/full_matrix/complex_complex_full_matrix_52.output diff --git a/tests/bits/complex_real_full_matrix_01.cc b/tests/full_matrix/complex_real_full_matrix_01.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_01.cc rename to tests/full_matrix/complex_real_full_matrix_01.cc diff --git a/tests/bits/complex_real_full_matrix_01.output b/tests/full_matrix/complex_real_full_matrix_01.output similarity index 100% rename from tests/bits/complex_real_full_matrix_01.output rename to tests/full_matrix/complex_real_full_matrix_01.output diff --git a/tests/bits/complex_real_full_matrix_02.cc b/tests/full_matrix/complex_real_full_matrix_02.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_02.cc rename to tests/full_matrix/complex_real_full_matrix_02.cc diff --git a/tests/bits/complex_real_full_matrix_02.output b/tests/full_matrix/complex_real_full_matrix_02.output similarity index 100% rename from tests/bits/complex_real_full_matrix_02.output rename to tests/full_matrix/complex_real_full_matrix_02.output diff --git a/tests/bits/complex_real_full_matrix_03.cc b/tests/full_matrix/complex_real_full_matrix_03.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_03.cc rename to tests/full_matrix/complex_real_full_matrix_03.cc diff --git a/tests/bits/complex_real_full_matrix_03.output b/tests/full_matrix/complex_real_full_matrix_03.output similarity index 100% rename from tests/bits/complex_real_full_matrix_03.output rename to tests/full_matrix/complex_real_full_matrix_03.output diff --git a/tests/bits/complex_real_full_matrix_04.cc b/tests/full_matrix/complex_real_full_matrix_04.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_04.cc rename to tests/full_matrix/complex_real_full_matrix_04.cc diff --git a/tests/bits/complex_real_full_matrix_04.output b/tests/full_matrix/complex_real_full_matrix_04.output similarity index 100% rename from tests/bits/complex_real_full_matrix_04.output rename to tests/full_matrix/complex_real_full_matrix_04.output diff --git a/tests/bits/complex_real_full_matrix_05.cc b/tests/full_matrix/complex_real_full_matrix_05.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_05.cc rename to tests/full_matrix/complex_real_full_matrix_05.cc diff --git a/tests/bits/complex_real_full_matrix_05.output b/tests/full_matrix/complex_real_full_matrix_05.output similarity index 100% rename from tests/bits/complex_real_full_matrix_05.output rename to tests/full_matrix/complex_real_full_matrix_05.output diff --git a/tests/bits/complex_real_full_matrix_06.cc b/tests/full_matrix/complex_real_full_matrix_06.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_06.cc rename to tests/full_matrix/complex_real_full_matrix_06.cc diff --git a/tests/bits/complex_real_full_matrix_06.output b/tests/full_matrix/complex_real_full_matrix_06.output similarity index 100% rename from tests/bits/complex_real_full_matrix_06.output rename to tests/full_matrix/complex_real_full_matrix_06.output diff --git a/tests/bits/complex_real_full_matrix_07.cc b/tests/full_matrix/complex_real_full_matrix_07.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_07.cc rename to tests/full_matrix/complex_real_full_matrix_07.cc diff --git a/tests/bits/complex_real_full_matrix_07.output b/tests/full_matrix/complex_real_full_matrix_07.output similarity index 100% rename from tests/bits/complex_real_full_matrix_07.output rename to tests/full_matrix/complex_real_full_matrix_07.output diff --git a/tests/bits/complex_real_full_matrix_08.cc b/tests/full_matrix/complex_real_full_matrix_08.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_08.cc rename to tests/full_matrix/complex_real_full_matrix_08.cc diff --git a/tests/bits/complex_real_full_matrix_08.output b/tests/full_matrix/complex_real_full_matrix_08.output similarity index 100% rename from tests/bits/complex_real_full_matrix_08.output rename to tests/full_matrix/complex_real_full_matrix_08.output diff --git a/tests/bits/complex_real_full_matrix_09.cc b/tests/full_matrix/complex_real_full_matrix_09.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_09.cc rename to tests/full_matrix/complex_real_full_matrix_09.cc diff --git a/tests/bits/complex_real_full_matrix_09.output b/tests/full_matrix/complex_real_full_matrix_09.output similarity index 100% rename from tests/bits/complex_real_full_matrix_09.output rename to tests/full_matrix/complex_real_full_matrix_09.output diff --git a/tests/bits/complex_real_full_matrix_10.cc b/tests/full_matrix/complex_real_full_matrix_10.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_10.cc rename to tests/full_matrix/complex_real_full_matrix_10.cc diff --git a/tests/bits/complex_real_full_matrix_10.output b/tests/full_matrix/complex_real_full_matrix_10.output similarity index 100% rename from tests/bits/complex_real_full_matrix_10.output rename to tests/full_matrix/complex_real_full_matrix_10.output diff --git a/tests/bits/complex_real_full_matrix_11.cc b/tests/full_matrix/complex_real_full_matrix_11.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_11.cc rename to tests/full_matrix/complex_real_full_matrix_11.cc diff --git a/tests/bits/complex_real_full_matrix_11.output b/tests/full_matrix/complex_real_full_matrix_11.output similarity index 100% rename from tests/bits/complex_real_full_matrix_11.output rename to tests/full_matrix/complex_real_full_matrix_11.output diff --git a/tests/bits/complex_real_full_matrix_12.cc b/tests/full_matrix/complex_real_full_matrix_12.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_12.cc rename to tests/full_matrix/complex_real_full_matrix_12.cc diff --git a/tests/bits/complex_real_full_matrix_12.output b/tests/full_matrix/complex_real_full_matrix_12.output similarity index 100% rename from tests/bits/complex_real_full_matrix_12.output rename to tests/full_matrix/complex_real_full_matrix_12.output diff --git a/tests/bits/complex_real_full_matrix_13.cc b/tests/full_matrix/complex_real_full_matrix_13.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_13.cc rename to tests/full_matrix/complex_real_full_matrix_13.cc diff --git a/tests/bits/complex_real_full_matrix_13.output b/tests/full_matrix/complex_real_full_matrix_13.output similarity index 100% rename from tests/bits/complex_real_full_matrix_13.output rename to tests/full_matrix/complex_real_full_matrix_13.output diff --git a/tests/bits/complex_real_full_matrix_14.cc b/tests/full_matrix/complex_real_full_matrix_14.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_14.cc rename to tests/full_matrix/complex_real_full_matrix_14.cc diff --git a/tests/bits/complex_real_full_matrix_14.output b/tests/full_matrix/complex_real_full_matrix_14.output similarity index 100% rename from tests/bits/complex_real_full_matrix_14.output rename to tests/full_matrix/complex_real_full_matrix_14.output diff --git a/tests/bits/complex_real_full_matrix_15.cc b/tests/full_matrix/complex_real_full_matrix_15.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_15.cc rename to tests/full_matrix/complex_real_full_matrix_15.cc diff --git a/tests/bits/complex_real_full_matrix_15.output b/tests/full_matrix/complex_real_full_matrix_15.output similarity index 100% rename from tests/bits/complex_real_full_matrix_15.output rename to tests/full_matrix/complex_real_full_matrix_15.output diff --git a/tests/bits/complex_real_full_matrix_16.cc b/tests/full_matrix/complex_real_full_matrix_16.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_16.cc rename to tests/full_matrix/complex_real_full_matrix_16.cc diff --git a/tests/bits/complex_real_full_matrix_16.output b/tests/full_matrix/complex_real_full_matrix_16.output similarity index 100% rename from tests/bits/complex_real_full_matrix_16.output rename to tests/full_matrix/complex_real_full_matrix_16.output diff --git a/tests/bits/complex_real_full_matrix_17.cc b/tests/full_matrix/complex_real_full_matrix_17.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_17.cc rename to tests/full_matrix/complex_real_full_matrix_17.cc diff --git a/tests/bits/complex_real_full_matrix_17.output b/tests/full_matrix/complex_real_full_matrix_17.output similarity index 100% rename from tests/bits/complex_real_full_matrix_17.output rename to tests/full_matrix/complex_real_full_matrix_17.output diff --git a/tests/bits/complex_real_full_matrix_18.cc b/tests/full_matrix/complex_real_full_matrix_18.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_18.cc rename to tests/full_matrix/complex_real_full_matrix_18.cc diff --git a/tests/bits/complex_real_full_matrix_18.output b/tests/full_matrix/complex_real_full_matrix_18.output similarity index 100% rename from tests/bits/complex_real_full_matrix_18.output rename to tests/full_matrix/complex_real_full_matrix_18.output diff --git a/tests/bits/complex_real_full_matrix_19.cc b/tests/full_matrix/complex_real_full_matrix_19.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_19.cc rename to tests/full_matrix/complex_real_full_matrix_19.cc diff --git a/tests/bits/complex_real_full_matrix_19.output b/tests/full_matrix/complex_real_full_matrix_19.output similarity index 100% rename from tests/bits/complex_real_full_matrix_19.output rename to tests/full_matrix/complex_real_full_matrix_19.output diff --git a/tests/bits/complex_real_full_matrix_20.cc b/tests/full_matrix/complex_real_full_matrix_20.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_20.cc rename to tests/full_matrix/complex_real_full_matrix_20.cc diff --git a/tests/bits/complex_real_full_matrix_20.output b/tests/full_matrix/complex_real_full_matrix_20.output similarity index 100% rename from tests/bits/complex_real_full_matrix_20.output rename to tests/full_matrix/complex_real_full_matrix_20.output diff --git a/tests/bits/complex_real_full_matrix_21.cc b/tests/full_matrix/complex_real_full_matrix_21.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_21.cc rename to tests/full_matrix/complex_real_full_matrix_21.cc diff --git a/tests/bits/complex_real_full_matrix_21.output b/tests/full_matrix/complex_real_full_matrix_21.output similarity index 100% rename from tests/bits/complex_real_full_matrix_21.output rename to tests/full_matrix/complex_real_full_matrix_21.output diff --git a/tests/bits/complex_real_full_matrix_22.cc b/tests/full_matrix/complex_real_full_matrix_22.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_22.cc rename to tests/full_matrix/complex_real_full_matrix_22.cc diff --git a/tests/bits/complex_real_full_matrix_22.output b/tests/full_matrix/complex_real_full_matrix_22.output similarity index 100% rename from tests/bits/complex_real_full_matrix_22.output rename to tests/full_matrix/complex_real_full_matrix_22.output diff --git a/tests/bits/complex_real_full_matrix_23.cc b/tests/full_matrix/complex_real_full_matrix_23.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_23.cc rename to tests/full_matrix/complex_real_full_matrix_23.cc diff --git a/tests/bits/complex_real_full_matrix_23.output b/tests/full_matrix/complex_real_full_matrix_23.output similarity index 100% rename from tests/bits/complex_real_full_matrix_23.output rename to tests/full_matrix/complex_real_full_matrix_23.output diff --git a/tests/bits/complex_real_full_matrix_24.cc b/tests/full_matrix/complex_real_full_matrix_24.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_24.cc rename to tests/full_matrix/complex_real_full_matrix_24.cc diff --git a/tests/bits/complex_real_full_matrix_24.output b/tests/full_matrix/complex_real_full_matrix_24.output similarity index 100% rename from tests/bits/complex_real_full_matrix_24.output rename to tests/full_matrix/complex_real_full_matrix_24.output diff --git a/tests/bits/complex_real_full_matrix_25.cc b/tests/full_matrix/complex_real_full_matrix_25.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_25.cc rename to tests/full_matrix/complex_real_full_matrix_25.cc diff --git a/tests/bits/complex_real_full_matrix_25.output b/tests/full_matrix/complex_real_full_matrix_25.output similarity index 100% rename from tests/bits/complex_real_full_matrix_25.output rename to tests/full_matrix/complex_real_full_matrix_25.output diff --git a/tests/bits/complex_real_full_matrix_26.cc b/tests/full_matrix/complex_real_full_matrix_26.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_26.cc rename to tests/full_matrix/complex_real_full_matrix_26.cc diff --git a/tests/bits/complex_real_full_matrix_26.output b/tests/full_matrix/complex_real_full_matrix_26.output similarity index 100% rename from tests/bits/complex_real_full_matrix_26.output rename to tests/full_matrix/complex_real_full_matrix_26.output diff --git a/tests/bits/complex_real_full_matrix_27.cc b/tests/full_matrix/complex_real_full_matrix_27.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_27.cc rename to tests/full_matrix/complex_real_full_matrix_27.cc diff --git a/tests/bits/complex_real_full_matrix_27.output b/tests/full_matrix/complex_real_full_matrix_27.output similarity index 100% rename from tests/bits/complex_real_full_matrix_27.output rename to tests/full_matrix/complex_real_full_matrix_27.output diff --git a/tests/bits/complex_real_full_matrix_28.cc b/tests/full_matrix/complex_real_full_matrix_28.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_28.cc rename to tests/full_matrix/complex_real_full_matrix_28.cc diff --git a/tests/bits/complex_real_full_matrix_28.output b/tests/full_matrix/complex_real_full_matrix_28.output similarity index 100% rename from tests/bits/complex_real_full_matrix_28.output rename to tests/full_matrix/complex_real_full_matrix_28.output diff --git a/tests/bits/complex_real_full_matrix_29.cc b/tests/full_matrix/complex_real_full_matrix_29.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_29.cc rename to tests/full_matrix/complex_real_full_matrix_29.cc diff --git a/tests/bits/complex_real_full_matrix_29.output b/tests/full_matrix/complex_real_full_matrix_29.output similarity index 100% rename from tests/bits/complex_real_full_matrix_29.output rename to tests/full_matrix/complex_real_full_matrix_29.output diff --git a/tests/bits/complex_real_full_matrix_30.cc b/tests/full_matrix/complex_real_full_matrix_30.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_30.cc rename to tests/full_matrix/complex_real_full_matrix_30.cc diff --git a/tests/bits/complex_real_full_matrix_30.output b/tests/full_matrix/complex_real_full_matrix_30.output similarity index 100% rename from tests/bits/complex_real_full_matrix_30.output rename to tests/full_matrix/complex_real_full_matrix_30.output diff --git a/tests/bits/complex_real_full_matrix_31.cc b/tests/full_matrix/complex_real_full_matrix_31.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_31.cc rename to tests/full_matrix/complex_real_full_matrix_31.cc diff --git a/tests/bits/complex_real_full_matrix_31.output b/tests/full_matrix/complex_real_full_matrix_31.output similarity index 100% rename from tests/bits/complex_real_full_matrix_31.output rename to tests/full_matrix/complex_real_full_matrix_31.output diff --git a/tests/bits/complex_real_full_matrix_32.cc b/tests/full_matrix/complex_real_full_matrix_32.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_32.cc rename to tests/full_matrix/complex_real_full_matrix_32.cc diff --git a/tests/bits/complex_real_full_matrix_32.output b/tests/full_matrix/complex_real_full_matrix_32.output similarity index 100% rename from tests/bits/complex_real_full_matrix_32.output rename to tests/full_matrix/complex_real_full_matrix_32.output diff --git a/tests/bits/complex_real_full_matrix_33.cc b/tests/full_matrix/complex_real_full_matrix_33.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_33.cc rename to tests/full_matrix/complex_real_full_matrix_33.cc diff --git a/tests/bits/complex_real_full_matrix_33.output b/tests/full_matrix/complex_real_full_matrix_33.output similarity index 100% rename from tests/bits/complex_real_full_matrix_33.output rename to tests/full_matrix/complex_real_full_matrix_33.output diff --git a/tests/bits/complex_real_full_matrix_34.cc b/tests/full_matrix/complex_real_full_matrix_34.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_34.cc rename to tests/full_matrix/complex_real_full_matrix_34.cc diff --git a/tests/bits/complex_real_full_matrix_34.output b/tests/full_matrix/complex_real_full_matrix_34.output similarity index 100% rename from tests/bits/complex_real_full_matrix_34.output rename to tests/full_matrix/complex_real_full_matrix_34.output diff --git a/tests/bits/complex_real_full_matrix_36.cc b/tests/full_matrix/complex_real_full_matrix_36.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_36.cc rename to tests/full_matrix/complex_real_full_matrix_36.cc diff --git a/tests/bits/complex_real_full_matrix_36.output b/tests/full_matrix/complex_real_full_matrix_36.output similarity index 100% rename from tests/bits/complex_real_full_matrix_36.output rename to tests/full_matrix/complex_real_full_matrix_36.output diff --git a/tests/bits/complex_real_full_matrix_37.cc b/tests/full_matrix/complex_real_full_matrix_37.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_37.cc rename to tests/full_matrix/complex_real_full_matrix_37.cc diff --git a/tests/bits/complex_real_full_matrix_37.output b/tests/full_matrix/complex_real_full_matrix_37.output similarity index 100% rename from tests/bits/complex_real_full_matrix_37.output rename to tests/full_matrix/complex_real_full_matrix_37.output diff --git a/tests/bits/complex_real_full_matrix_38.cc b/tests/full_matrix/complex_real_full_matrix_38.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_38.cc rename to tests/full_matrix/complex_real_full_matrix_38.cc diff --git a/tests/bits/complex_real_full_matrix_38.output b/tests/full_matrix/complex_real_full_matrix_38.output similarity index 100% rename from tests/bits/complex_real_full_matrix_38.output rename to tests/full_matrix/complex_real_full_matrix_38.output diff --git a/tests/bits/complex_real_full_matrix_39.cc b/tests/full_matrix/complex_real_full_matrix_39.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_39.cc rename to tests/full_matrix/complex_real_full_matrix_39.cc diff --git a/tests/bits/complex_real_full_matrix_39.output b/tests/full_matrix/complex_real_full_matrix_39.output similarity index 100% rename from tests/bits/complex_real_full_matrix_39.output rename to tests/full_matrix/complex_real_full_matrix_39.output diff --git a/tests/bits/complex_real_full_matrix_40.cc b/tests/full_matrix/complex_real_full_matrix_40.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_40.cc rename to tests/full_matrix/complex_real_full_matrix_40.cc diff --git a/tests/bits/complex_real_full_matrix_40.output b/tests/full_matrix/complex_real_full_matrix_40.output similarity index 100% rename from tests/bits/complex_real_full_matrix_40.output rename to tests/full_matrix/complex_real_full_matrix_40.output diff --git a/tests/bits/complex_real_full_matrix_41.cc b/tests/full_matrix/complex_real_full_matrix_41.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_41.cc rename to tests/full_matrix/complex_real_full_matrix_41.cc diff --git a/tests/bits/complex_real_full_matrix_41.output b/tests/full_matrix/complex_real_full_matrix_41.output similarity index 100% rename from tests/bits/complex_real_full_matrix_41.output rename to tests/full_matrix/complex_real_full_matrix_41.output diff --git a/tests/bits/complex_real_full_matrix_42.cc b/tests/full_matrix/complex_real_full_matrix_42.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_42.cc rename to tests/full_matrix/complex_real_full_matrix_42.cc diff --git a/tests/bits/complex_real_full_matrix_42.output b/tests/full_matrix/complex_real_full_matrix_42.output similarity index 100% rename from tests/bits/complex_real_full_matrix_42.output rename to tests/full_matrix/complex_real_full_matrix_42.output diff --git a/tests/bits/complex_real_full_matrix_43.cc b/tests/full_matrix/complex_real_full_matrix_43.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_43.cc rename to tests/full_matrix/complex_real_full_matrix_43.cc diff --git a/tests/bits/complex_real_full_matrix_43.output b/tests/full_matrix/complex_real_full_matrix_43.output similarity index 100% rename from tests/bits/complex_real_full_matrix_43.output rename to tests/full_matrix/complex_real_full_matrix_43.output diff --git a/tests/bits/complex_real_full_matrix_44.cc b/tests/full_matrix/complex_real_full_matrix_44.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_44.cc rename to tests/full_matrix/complex_real_full_matrix_44.cc diff --git a/tests/bits/complex_real_full_matrix_44.output b/tests/full_matrix/complex_real_full_matrix_44.output similarity index 100% rename from tests/bits/complex_real_full_matrix_44.output rename to tests/full_matrix/complex_real_full_matrix_44.output diff --git a/tests/bits/complex_real_full_matrix_45.cc b/tests/full_matrix/complex_real_full_matrix_45.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_45.cc rename to tests/full_matrix/complex_real_full_matrix_45.cc diff --git a/tests/bits/complex_real_full_matrix_45.output b/tests/full_matrix/complex_real_full_matrix_45.output similarity index 100% rename from tests/bits/complex_real_full_matrix_45.output rename to tests/full_matrix/complex_real_full_matrix_45.output diff --git a/tests/bits/complex_real_full_matrix_46.cc b/tests/full_matrix/complex_real_full_matrix_46.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_46.cc rename to tests/full_matrix/complex_real_full_matrix_46.cc diff --git a/tests/bits/complex_real_full_matrix_46.output b/tests/full_matrix/complex_real_full_matrix_46.output similarity index 100% rename from tests/bits/complex_real_full_matrix_46.output rename to tests/full_matrix/complex_real_full_matrix_46.output diff --git a/tests/bits/complex_real_full_matrix_47.cc b/tests/full_matrix/complex_real_full_matrix_47.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_47.cc rename to tests/full_matrix/complex_real_full_matrix_47.cc diff --git a/tests/bits/complex_real_full_matrix_47.output b/tests/full_matrix/complex_real_full_matrix_47.output similarity index 100% rename from tests/bits/complex_real_full_matrix_47.output rename to tests/full_matrix/complex_real_full_matrix_47.output diff --git a/tests/bits/complex_real_full_matrix_48.cc b/tests/full_matrix/complex_real_full_matrix_48.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_48.cc rename to tests/full_matrix/complex_real_full_matrix_48.cc diff --git a/tests/bits/complex_real_full_matrix_48.output b/tests/full_matrix/complex_real_full_matrix_48.output similarity index 100% rename from tests/bits/complex_real_full_matrix_48.output rename to tests/full_matrix/complex_real_full_matrix_48.output diff --git a/tests/bits/complex_real_full_matrix_49.cc b/tests/full_matrix/complex_real_full_matrix_49.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_49.cc rename to tests/full_matrix/complex_real_full_matrix_49.cc diff --git a/tests/bits/complex_real_full_matrix_49.output b/tests/full_matrix/complex_real_full_matrix_49.output similarity index 100% rename from tests/bits/complex_real_full_matrix_49.output rename to tests/full_matrix/complex_real_full_matrix_49.output diff --git a/tests/bits/complex_real_full_matrix_50.cc b/tests/full_matrix/complex_real_full_matrix_50.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_50.cc rename to tests/full_matrix/complex_real_full_matrix_50.cc diff --git a/tests/bits/complex_real_full_matrix_50.output b/tests/full_matrix/complex_real_full_matrix_50.output similarity index 100% rename from tests/bits/complex_real_full_matrix_50.output rename to tests/full_matrix/complex_real_full_matrix_50.output diff --git a/tests/bits/complex_real_full_matrix_51.cc b/tests/full_matrix/complex_real_full_matrix_51.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_51.cc rename to tests/full_matrix/complex_real_full_matrix_51.cc diff --git a/tests/bits/complex_real_full_matrix_51.output b/tests/full_matrix/complex_real_full_matrix_51.output similarity index 100% rename from tests/bits/complex_real_full_matrix_51.output rename to tests/full_matrix/complex_real_full_matrix_51.output diff --git a/tests/bits/complex_real_full_matrix_52.cc b/tests/full_matrix/complex_real_full_matrix_52.cc similarity index 100% rename from tests/bits/complex_real_full_matrix_52.cc rename to tests/full_matrix/complex_real_full_matrix_52.cc diff --git a/tests/bits/complex_real_full_matrix_52.output b/tests/full_matrix/complex_real_full_matrix_52.output similarity index 100% rename from tests/bits/complex_real_full_matrix_52.output rename to tests/full_matrix/complex_real_full_matrix_52.output diff --git a/tests/lac/full_matrix.cc b/tests/full_matrix/full_matrix.cc similarity index 100% rename from tests/lac/full_matrix.cc rename to tests/full_matrix/full_matrix.cc diff --git a/tests/lac/full_matrix.output b/tests/full_matrix/full_matrix.output similarity index 100% rename from tests/lac/full_matrix.output rename to tests/full_matrix/full_matrix.output diff --git a/tests/bits/full_matrix_01.cc b/tests/full_matrix/full_matrix_01.cc similarity index 100% rename from tests/bits/full_matrix_01.cc rename to tests/full_matrix/full_matrix_01.cc diff --git a/tests/bits/full_matrix_01.output b/tests/full_matrix/full_matrix_01.output similarity index 100% rename from tests/bits/full_matrix_01.output rename to tests/full_matrix/full_matrix_01.output diff --git a/tests/lac/full_matrix_02.cc b/tests/full_matrix/full_matrix_02.cc similarity index 100% rename from tests/lac/full_matrix_02.cc rename to tests/full_matrix/full_matrix_02.cc diff --git a/tests/lac/full_matrix_02.output b/tests/full_matrix/full_matrix_02.output similarity index 100% rename from tests/lac/full_matrix_02.output rename to tests/full_matrix/full_matrix_02.output diff --git a/tests/lac/full_matrix_03.cc b/tests/full_matrix/full_matrix_03.cc similarity index 100% rename from tests/lac/full_matrix_03.cc rename to tests/full_matrix/full_matrix_03.cc diff --git a/tests/lac/full_matrix_03.output b/tests/full_matrix/full_matrix_03.output similarity index 100% rename from tests/lac/full_matrix_03.output rename to tests/full_matrix/full_matrix_03.output diff --git a/tests/lac/full_matrix_04.cc b/tests/full_matrix/full_matrix_04.cc similarity index 100% rename from tests/lac/full_matrix_04.cc rename to tests/full_matrix/full_matrix_04.cc diff --git a/tests/lac/full_matrix_04.output b/tests/full_matrix/full_matrix_04.output similarity index 100% rename from tests/lac/full_matrix_04.output rename to tests/full_matrix/full_matrix_04.output diff --git a/tests/lac/full_matrix_05.cc b/tests/full_matrix/full_matrix_05.cc similarity index 100% rename from tests/lac/full_matrix_05.cc rename to tests/full_matrix/full_matrix_05.cc diff --git a/tests/lac/full_matrix_05.output b/tests/full_matrix/full_matrix_05.output similarity index 100% rename from tests/lac/full_matrix_05.output rename to tests/full_matrix/full_matrix_05.output diff --git a/tests/lac/full_matrix_06.cc b/tests/full_matrix/full_matrix_06.cc similarity index 100% rename from tests/lac/full_matrix_06.cc rename to tests/full_matrix/full_matrix_06.cc diff --git a/tests/lac/full_matrix_06.output b/tests/full_matrix/full_matrix_06.output similarity index 100% rename from tests/lac/full_matrix_06.output rename to tests/full_matrix/full_matrix_06.output diff --git a/tests/lac/full_matrix_07.cc b/tests/full_matrix/full_matrix_07.cc similarity index 100% rename from tests/lac/full_matrix_07.cc rename to tests/full_matrix/full_matrix_07.cc diff --git a/tests/lac/full_matrix_07.output b/tests/full_matrix/full_matrix_07.output similarity index 100% rename from tests/lac/full_matrix_07.output rename to tests/full_matrix/full_matrix_07.output diff --git a/tests/lac/full_matrix_08.cc b/tests/full_matrix/full_matrix_08.cc similarity index 100% rename from tests/lac/full_matrix_08.cc rename to tests/full_matrix/full_matrix_08.cc diff --git a/tests/lac/full_matrix_08.output b/tests/full_matrix/full_matrix_08.output similarity index 100% rename from tests/lac/full_matrix_08.output rename to tests/full_matrix/full_matrix_08.output diff --git a/tests/lac/full_matrix_09.cc b/tests/full_matrix/full_matrix_09.cc similarity index 100% rename from tests/lac/full_matrix_09.cc rename to tests/full_matrix/full_matrix_09.cc diff --git a/tests/lac/full_matrix_09.output b/tests/full_matrix/full_matrix_09.output similarity index 100% rename from tests/lac/full_matrix_09.output rename to tests/full_matrix/full_matrix_09.output diff --git a/tests/lac/full_matrix_10.cc b/tests/full_matrix/full_matrix_10.cc similarity index 100% rename from tests/lac/full_matrix_10.cc rename to tests/full_matrix/full_matrix_10.cc diff --git a/tests/lac/full_matrix_10.output b/tests/full_matrix/full_matrix_10.output similarity index 100% rename from tests/lac/full_matrix_10.output rename to tests/full_matrix/full_matrix_10.output diff --git a/tests/lac/full_matrix_11.cc b/tests/full_matrix/full_matrix_11.cc similarity index 100% rename from tests/lac/full_matrix_11.cc rename to tests/full_matrix/full_matrix_11.cc diff --git a/tests/lac/full_matrix_11.output b/tests/full_matrix/full_matrix_11.output similarity index 100% rename from tests/lac/full_matrix_11.output rename to tests/full_matrix/full_matrix_11.output diff --git a/tests/bits/full_matrix_12.cc b/tests/full_matrix/full_matrix_12.cc similarity index 100% rename from tests/bits/full_matrix_12.cc rename to tests/full_matrix/full_matrix_12.cc diff --git a/tests/bits/full_matrix_12.output b/tests/full_matrix/full_matrix_12.output similarity index 100% rename from tests/bits/full_matrix_12.output rename to tests/full_matrix/full_matrix_12.output diff --git a/tests/bits/full_matrix_13.cc b/tests/full_matrix/full_matrix_13.cc similarity index 100% rename from tests/bits/full_matrix_13.cc rename to tests/full_matrix/full_matrix_13.cc diff --git a/tests/bits/full_matrix_13.output b/tests/full_matrix/full_matrix_13.output similarity index 100% rename from tests/bits/full_matrix_13.output rename to tests/full_matrix/full_matrix_13.output diff --git a/tests/bits/full_matrix_14.cc b/tests/full_matrix/full_matrix_14.cc similarity index 100% rename from tests/bits/full_matrix_14.cc rename to tests/full_matrix/full_matrix_14.cc diff --git a/tests/bits/full_matrix_14.output b/tests/full_matrix/full_matrix_14.output similarity index 100% rename from tests/bits/full_matrix_14.output rename to tests/full_matrix/full_matrix_14.output diff --git a/tests/bits/full_matrix_15.cc b/tests/full_matrix/full_matrix_15.cc similarity index 100% rename from tests/bits/full_matrix_15.cc rename to tests/full_matrix/full_matrix_15.cc diff --git a/tests/bits/full_matrix_15.output b/tests/full_matrix/full_matrix_15.output similarity index 100% rename from tests/bits/full_matrix_15.output rename to tests/full_matrix/full_matrix_15.output diff --git a/tests/bits/full_matrix_16.cc b/tests/full_matrix/full_matrix_16.cc similarity index 100% rename from tests/bits/full_matrix_16.cc rename to tests/full_matrix/full_matrix_16.cc diff --git a/tests/bits/full_matrix_16.output b/tests/full_matrix/full_matrix_16.output similarity index 100% rename from tests/bits/full_matrix_16.output rename to tests/full_matrix/full_matrix_16.output diff --git a/tests/bits/full_matrix_17.cc b/tests/full_matrix/full_matrix_17.cc similarity index 100% rename from tests/bits/full_matrix_17.cc rename to tests/full_matrix/full_matrix_17.cc diff --git a/tests/bits/full_matrix_17.output b/tests/full_matrix/full_matrix_17.output similarity index 100% rename from tests/bits/full_matrix_17.output rename to tests/full_matrix/full_matrix_17.output diff --git a/tests/bits/full_matrix_18.cc b/tests/full_matrix/full_matrix_18.cc similarity index 100% rename from tests/bits/full_matrix_18.cc rename to tests/full_matrix/full_matrix_18.cc diff --git a/tests/bits/full_matrix_18.output b/tests/full_matrix/full_matrix_18.output similarity index 100% rename from tests/bits/full_matrix_18.output rename to tests/full_matrix/full_matrix_18.output diff --git a/tests/bits/full_matrix_19.cc b/tests/full_matrix/full_matrix_19.cc similarity index 100% rename from tests/bits/full_matrix_19.cc rename to tests/full_matrix/full_matrix_19.cc diff --git a/tests/bits/full_matrix_19.output b/tests/full_matrix/full_matrix_19.output similarity index 100% rename from tests/bits/full_matrix_19.output rename to tests/full_matrix/full_matrix_19.output diff --git a/tests/bits/full_matrix_20.cc b/tests/full_matrix/full_matrix_20.cc similarity index 100% rename from tests/bits/full_matrix_20.cc rename to tests/full_matrix/full_matrix_20.cc diff --git a/tests/bits/full_matrix_20.output b/tests/full_matrix/full_matrix_20.output similarity index 100% rename from tests/bits/full_matrix_20.output rename to tests/full_matrix/full_matrix_20.output diff --git a/tests/bits/full_matrix_21.cc b/tests/full_matrix/full_matrix_21.cc similarity index 100% rename from tests/bits/full_matrix_21.cc rename to tests/full_matrix/full_matrix_21.cc diff --git a/tests/bits/full_matrix_21.output b/tests/full_matrix/full_matrix_21.output similarity index 100% rename from tests/bits/full_matrix_21.output rename to tests/full_matrix/full_matrix_21.output diff --git a/tests/bits/full_matrix_22.cc b/tests/full_matrix/full_matrix_22.cc similarity index 100% rename from tests/bits/full_matrix_22.cc rename to tests/full_matrix/full_matrix_22.cc diff --git a/tests/bits/full_matrix_22.output b/tests/full_matrix/full_matrix_22.output similarity index 100% rename from tests/bits/full_matrix_22.output rename to tests/full_matrix/full_matrix_22.output diff --git a/tests/bits/full_matrix_23.cc b/tests/full_matrix/full_matrix_23.cc similarity index 100% rename from tests/bits/full_matrix_23.cc rename to tests/full_matrix/full_matrix_23.cc diff --git a/tests/bits/full_matrix_23.output b/tests/full_matrix/full_matrix_23.output similarity index 100% rename from tests/bits/full_matrix_23.output rename to tests/full_matrix/full_matrix_23.output diff --git a/tests/bits/full_matrix_24.cc b/tests/full_matrix/full_matrix_24.cc similarity index 100% rename from tests/bits/full_matrix_24.cc rename to tests/full_matrix/full_matrix_24.cc diff --git a/tests/bits/full_matrix_24.output b/tests/full_matrix/full_matrix_24.output similarity index 100% rename from tests/bits/full_matrix_24.output rename to tests/full_matrix/full_matrix_24.output diff --git a/tests/bits/full_matrix_25.cc b/tests/full_matrix/full_matrix_25.cc similarity index 100% rename from tests/bits/full_matrix_25.cc rename to tests/full_matrix/full_matrix_25.cc diff --git a/tests/bits/full_matrix_25.output b/tests/full_matrix/full_matrix_25.output similarity index 100% rename from tests/bits/full_matrix_25.output rename to tests/full_matrix/full_matrix_25.output diff --git a/tests/bits/full_matrix_26.cc b/tests/full_matrix/full_matrix_26.cc similarity index 100% rename from tests/bits/full_matrix_26.cc rename to tests/full_matrix/full_matrix_26.cc diff --git a/tests/bits/full_matrix_26.output b/tests/full_matrix/full_matrix_26.output similarity index 100% rename from tests/bits/full_matrix_26.output rename to tests/full_matrix/full_matrix_26.output diff --git a/tests/bits/full_matrix_27.cc b/tests/full_matrix/full_matrix_27.cc similarity index 100% rename from tests/bits/full_matrix_27.cc rename to tests/full_matrix/full_matrix_27.cc diff --git a/tests/bits/full_matrix_27.output b/tests/full_matrix/full_matrix_27.output similarity index 100% rename from tests/bits/full_matrix_27.output rename to tests/full_matrix/full_matrix_27.output diff --git a/tests/bits/full_matrix_28.cc b/tests/full_matrix/full_matrix_28.cc similarity index 100% rename from tests/bits/full_matrix_28.cc rename to tests/full_matrix/full_matrix_28.cc diff --git a/tests/bits/full_matrix_28.output b/tests/full_matrix/full_matrix_28.output similarity index 100% rename from tests/bits/full_matrix_28.output rename to tests/full_matrix/full_matrix_28.output diff --git a/tests/bits/full_matrix_29.cc b/tests/full_matrix/full_matrix_29.cc similarity index 100% rename from tests/bits/full_matrix_29.cc rename to tests/full_matrix/full_matrix_29.cc diff --git a/tests/bits/full_matrix_29.output b/tests/full_matrix/full_matrix_29.output similarity index 100% rename from tests/bits/full_matrix_29.output rename to tests/full_matrix/full_matrix_29.output diff --git a/tests/bits/full_matrix_30.cc b/tests/full_matrix/full_matrix_30.cc similarity index 100% rename from tests/bits/full_matrix_30.cc rename to tests/full_matrix/full_matrix_30.cc diff --git a/tests/bits/full_matrix_30.output b/tests/full_matrix/full_matrix_30.output similarity index 100% rename from tests/bits/full_matrix_30.output rename to tests/full_matrix/full_matrix_30.output diff --git a/tests/bits/full_matrix_31.cc b/tests/full_matrix/full_matrix_31.cc similarity index 100% rename from tests/bits/full_matrix_31.cc rename to tests/full_matrix/full_matrix_31.cc diff --git a/tests/bits/full_matrix_31.output b/tests/full_matrix/full_matrix_31.output similarity index 100% rename from tests/bits/full_matrix_31.output rename to tests/full_matrix/full_matrix_31.output diff --git a/tests/bits/full_matrix_32.cc b/tests/full_matrix/full_matrix_32.cc similarity index 100% rename from tests/bits/full_matrix_32.cc rename to tests/full_matrix/full_matrix_32.cc diff --git a/tests/bits/full_matrix_32.output b/tests/full_matrix/full_matrix_32.output similarity index 100% rename from tests/bits/full_matrix_32.output rename to tests/full_matrix/full_matrix_32.output diff --git a/tests/bits/full_matrix_33.cc b/tests/full_matrix/full_matrix_33.cc similarity index 100% rename from tests/bits/full_matrix_33.cc rename to tests/full_matrix/full_matrix_33.cc diff --git a/tests/bits/full_matrix_33.output b/tests/full_matrix/full_matrix_33.output similarity index 100% rename from tests/bits/full_matrix_33.output rename to tests/full_matrix/full_matrix_33.output diff --git a/tests/bits/full_matrix_34.cc b/tests/full_matrix/full_matrix_34.cc similarity index 100% rename from tests/bits/full_matrix_34.cc rename to tests/full_matrix/full_matrix_34.cc diff --git a/tests/bits/full_matrix_34.output b/tests/full_matrix/full_matrix_34.output similarity index 100% rename from tests/bits/full_matrix_34.output rename to tests/full_matrix/full_matrix_34.output diff --git a/tests/bits/full_matrix_36.cc b/tests/full_matrix/full_matrix_36.cc similarity index 100% rename from tests/bits/full_matrix_36.cc rename to tests/full_matrix/full_matrix_36.cc diff --git a/tests/bits/full_matrix_36.output b/tests/full_matrix/full_matrix_36.output similarity index 100% rename from tests/bits/full_matrix_36.output rename to tests/full_matrix/full_matrix_36.output diff --git a/tests/bits/full_matrix_37.cc b/tests/full_matrix/full_matrix_37.cc similarity index 100% rename from tests/bits/full_matrix_37.cc rename to tests/full_matrix/full_matrix_37.cc diff --git a/tests/bits/full_matrix_37.output b/tests/full_matrix/full_matrix_37.output similarity index 100% rename from tests/bits/full_matrix_37.output rename to tests/full_matrix/full_matrix_37.output diff --git a/tests/bits/full_matrix_38.cc b/tests/full_matrix/full_matrix_38.cc similarity index 100% rename from tests/bits/full_matrix_38.cc rename to tests/full_matrix/full_matrix_38.cc diff --git a/tests/bits/full_matrix_38.output b/tests/full_matrix/full_matrix_38.output similarity index 100% rename from tests/bits/full_matrix_38.output rename to tests/full_matrix/full_matrix_38.output diff --git a/tests/bits/full_matrix_39.cc b/tests/full_matrix/full_matrix_39.cc similarity index 100% rename from tests/bits/full_matrix_39.cc rename to tests/full_matrix/full_matrix_39.cc diff --git a/tests/bits/full_matrix_39.output b/tests/full_matrix/full_matrix_39.output similarity index 100% rename from tests/bits/full_matrix_39.output rename to tests/full_matrix/full_matrix_39.output diff --git a/tests/bits/full_matrix_40.cc b/tests/full_matrix/full_matrix_40.cc similarity index 100% rename from tests/bits/full_matrix_40.cc rename to tests/full_matrix/full_matrix_40.cc diff --git a/tests/bits/full_matrix_40.output b/tests/full_matrix/full_matrix_40.output similarity index 100% rename from tests/bits/full_matrix_40.output rename to tests/full_matrix/full_matrix_40.output diff --git a/tests/bits/full_matrix_41.cc b/tests/full_matrix/full_matrix_41.cc similarity index 100% rename from tests/bits/full_matrix_41.cc rename to tests/full_matrix/full_matrix_41.cc diff --git a/tests/bits/full_matrix_41.output b/tests/full_matrix/full_matrix_41.output similarity index 100% rename from tests/bits/full_matrix_41.output rename to tests/full_matrix/full_matrix_41.output diff --git a/tests/bits/full_matrix_42.cc b/tests/full_matrix/full_matrix_42.cc similarity index 100% rename from tests/bits/full_matrix_42.cc rename to tests/full_matrix/full_matrix_42.cc diff --git a/tests/bits/full_matrix_42.output b/tests/full_matrix/full_matrix_42.output similarity index 100% rename from tests/bits/full_matrix_42.output rename to tests/full_matrix/full_matrix_42.output diff --git a/tests/bits/full_matrix_43.cc b/tests/full_matrix/full_matrix_43.cc similarity index 100% rename from tests/bits/full_matrix_43.cc rename to tests/full_matrix/full_matrix_43.cc diff --git a/tests/bits/full_matrix_43.output b/tests/full_matrix/full_matrix_43.output similarity index 100% rename from tests/bits/full_matrix_43.output rename to tests/full_matrix/full_matrix_43.output diff --git a/tests/bits/full_matrix_44.cc b/tests/full_matrix/full_matrix_44.cc similarity index 100% rename from tests/bits/full_matrix_44.cc rename to tests/full_matrix/full_matrix_44.cc diff --git a/tests/bits/full_matrix_44.output b/tests/full_matrix/full_matrix_44.output similarity index 100% rename from tests/bits/full_matrix_44.output rename to tests/full_matrix/full_matrix_44.output diff --git a/tests/bits/full_matrix_45.cc b/tests/full_matrix/full_matrix_45.cc similarity index 100% rename from tests/bits/full_matrix_45.cc rename to tests/full_matrix/full_matrix_45.cc diff --git a/tests/bits/full_matrix_45.output b/tests/full_matrix/full_matrix_45.output similarity index 100% rename from tests/bits/full_matrix_45.output rename to tests/full_matrix/full_matrix_45.output diff --git a/tests/bits/full_matrix_46.cc b/tests/full_matrix/full_matrix_46.cc similarity index 100% rename from tests/bits/full_matrix_46.cc rename to tests/full_matrix/full_matrix_46.cc diff --git a/tests/bits/full_matrix_46.output b/tests/full_matrix/full_matrix_46.output similarity index 100% rename from tests/bits/full_matrix_46.output rename to tests/full_matrix/full_matrix_46.output diff --git a/tests/bits/full_matrix_47.cc b/tests/full_matrix/full_matrix_47.cc similarity index 100% rename from tests/bits/full_matrix_47.cc rename to tests/full_matrix/full_matrix_47.cc diff --git a/tests/bits/full_matrix_47.output b/tests/full_matrix/full_matrix_47.output similarity index 100% rename from tests/bits/full_matrix_47.output rename to tests/full_matrix/full_matrix_47.output diff --git a/tests/bits/full_matrix_48.cc b/tests/full_matrix/full_matrix_48.cc similarity index 100% rename from tests/bits/full_matrix_48.cc rename to tests/full_matrix/full_matrix_48.cc diff --git a/tests/bits/full_matrix_48.output b/tests/full_matrix/full_matrix_48.output similarity index 100% rename from tests/bits/full_matrix_48.output rename to tests/full_matrix/full_matrix_48.output diff --git a/tests/bits/full_matrix_49.cc b/tests/full_matrix/full_matrix_49.cc similarity index 100% rename from tests/bits/full_matrix_49.cc rename to tests/full_matrix/full_matrix_49.cc diff --git a/tests/bits/full_matrix_49.output b/tests/full_matrix/full_matrix_49.output similarity index 100% rename from tests/bits/full_matrix_49.output rename to tests/full_matrix/full_matrix_49.output diff --git a/tests/bits/full_matrix_50.cc b/tests/full_matrix/full_matrix_50.cc similarity index 100% rename from tests/bits/full_matrix_50.cc rename to tests/full_matrix/full_matrix_50.cc diff --git a/tests/bits/full_matrix_50.output b/tests/full_matrix/full_matrix_50.output similarity index 100% rename from tests/bits/full_matrix_50.output rename to tests/full_matrix/full_matrix_50.output diff --git a/tests/bits/full_matrix_51.cc b/tests/full_matrix/full_matrix_51.cc similarity index 100% rename from tests/bits/full_matrix_51.cc rename to tests/full_matrix/full_matrix_51.cc diff --git a/tests/bits/full_matrix_51.output b/tests/full_matrix/full_matrix_51.output similarity index 100% rename from tests/bits/full_matrix_51.output rename to tests/full_matrix/full_matrix_51.output diff --git a/tests/bits/full_matrix_52.cc b/tests/full_matrix/full_matrix_52.cc similarity index 100% rename from tests/bits/full_matrix_52.cc rename to tests/full_matrix/full_matrix_52.cc diff --git a/tests/bits/full_matrix_52.output b/tests/full_matrix/full_matrix_52.output similarity index 100% rename from tests/bits/full_matrix_52.output rename to tests/full_matrix/full_matrix_52.output diff --git a/tests/bits/full_matrix_53.cc b/tests/full_matrix/full_matrix_53.cc similarity index 100% rename from tests/bits/full_matrix_53.cc rename to tests/full_matrix/full_matrix_53.cc diff --git a/tests/bits/full_matrix_53.output b/tests/full_matrix/full_matrix_53.output similarity index 100% rename from tests/bits/full_matrix_53.output rename to tests/full_matrix/full_matrix_53.output diff --git a/tests/bits/full_matrix_54.cc b/tests/full_matrix/full_matrix_54.cc similarity index 100% rename from tests/bits/full_matrix_54.cc rename to tests/full_matrix/full_matrix_54.cc diff --git a/tests/bits/full_matrix_54.output b/tests/full_matrix/full_matrix_54.output similarity index 100% rename from tests/bits/full_matrix_54.output rename to tests/full_matrix/full_matrix_54.output diff --git a/tests/bits/full_matrix_55.cc b/tests/full_matrix/full_matrix_55.cc similarity index 100% rename from tests/bits/full_matrix_55.cc rename to tests/full_matrix/full_matrix_55.cc diff --git a/tests/bits/full_matrix_55.output b/tests/full_matrix/full_matrix_55.output similarity index 100% rename from tests/bits/full_matrix_55.output rename to tests/full_matrix/full_matrix_55.output diff --git a/tests/bits/full_matrix_56.cc b/tests/full_matrix/full_matrix_56.cc similarity index 100% rename from tests/bits/full_matrix_56.cc rename to tests/full_matrix/full_matrix_56.cc diff --git a/tests/bits/full_matrix_56.output b/tests/full_matrix/full_matrix_56.output similarity index 100% rename from tests/bits/full_matrix_56.output rename to tests/full_matrix/full_matrix_56.output diff --git a/tests/bits/full_matrix_57.cc b/tests/full_matrix/full_matrix_57.cc similarity index 100% rename from tests/bits/full_matrix_57.cc rename to tests/full_matrix/full_matrix_57.cc diff --git a/tests/bits/full_matrix_57.output b/tests/full_matrix/full_matrix_57.output similarity index 100% rename from tests/bits/full_matrix_57.output rename to tests/full_matrix/full_matrix_57.output diff --git a/tests/bits/full_matrix_1.cc b/tests/full_matrix/full_matrix_58.cc similarity index 100% rename from tests/bits/full_matrix_1.cc rename to tests/full_matrix/full_matrix_58.cc diff --git a/tests/bits/full_matrix_1.output b/tests/full_matrix/full_matrix_58.output similarity index 100% rename from tests/bits/full_matrix_1.output rename to tests/full_matrix/full_matrix_58.output diff --git a/tests/bits/full_matrix_02.cc b/tests/full_matrix/full_matrix_59.cc similarity index 100% rename from tests/bits/full_matrix_02.cc rename to tests/full_matrix/full_matrix_59.cc diff --git a/tests/bits/full_matrix_02.output b/tests/full_matrix/full_matrix_59.output similarity index 100% rename from tests/bits/full_matrix_02.output rename to tests/full_matrix/full_matrix_59.output diff --git a/tests/bits/full_matrix_03.cc b/tests/full_matrix/full_matrix_60.cc similarity index 100% rename from tests/bits/full_matrix_03.cc rename to tests/full_matrix/full_matrix_60.cc diff --git a/tests/bits/full_matrix_03.output b/tests/full_matrix/full_matrix_60.output similarity index 100% rename from tests/bits/full_matrix_03.output rename to tests/full_matrix/full_matrix_60.output diff --git a/tests/bits/full_matrix_04.cc b/tests/full_matrix/full_matrix_61.cc similarity index 100% rename from tests/bits/full_matrix_04.cc rename to tests/full_matrix/full_matrix_61.cc diff --git a/tests/bits/full_matrix_04.output b/tests/full_matrix/full_matrix_61.output similarity index 100% rename from tests/bits/full_matrix_04.output rename to tests/full_matrix/full_matrix_61.output diff --git a/tests/bits/full_matrix_05.cc b/tests/full_matrix/full_matrix_62.cc similarity index 100% rename from tests/bits/full_matrix_05.cc rename to tests/full_matrix/full_matrix_62.cc diff --git a/tests/bits/full_matrix_05.output b/tests/full_matrix/full_matrix_62.output similarity index 100% rename from tests/bits/full_matrix_05.output rename to tests/full_matrix/full_matrix_62.output diff --git a/tests/bits/full_matrix_06.cc b/tests/full_matrix/full_matrix_63.cc similarity index 100% rename from tests/bits/full_matrix_06.cc rename to tests/full_matrix/full_matrix_63.cc diff --git a/tests/bits/full_matrix_06.output b/tests/full_matrix/full_matrix_63.output similarity index 100% rename from tests/bits/full_matrix_06.output rename to tests/full_matrix/full_matrix_63.output diff --git a/tests/bits/full_matrix_07.cc b/tests/full_matrix/full_matrix_64.cc similarity index 100% rename from tests/bits/full_matrix_07.cc rename to tests/full_matrix/full_matrix_64.cc diff --git a/tests/bits/full_matrix_07.output b/tests/full_matrix/full_matrix_64.output similarity index 100% rename from tests/bits/full_matrix_07.output rename to tests/full_matrix/full_matrix_64.output diff --git a/tests/bits/full_matrix_08.cc b/tests/full_matrix/full_matrix_65.cc similarity index 100% rename from tests/bits/full_matrix_08.cc rename to tests/full_matrix/full_matrix_65.cc diff --git a/tests/bits/full_matrix_08.output b/tests/full_matrix/full_matrix_65.output similarity index 100% rename from tests/bits/full_matrix_08.output rename to tests/full_matrix/full_matrix_65.output diff --git a/tests/bits/full_matrix_09.cc b/tests/full_matrix/full_matrix_66.cc similarity index 100% rename from tests/bits/full_matrix_09.cc rename to tests/full_matrix/full_matrix_66.cc diff --git a/tests/bits/full_matrix_09.output b/tests/full_matrix/full_matrix_66.output similarity index 100% rename from tests/bits/full_matrix_09.output rename to tests/full_matrix/full_matrix_66.output diff --git a/tests/bits/full_matrix_10.cc b/tests/full_matrix/full_matrix_67.cc similarity index 100% rename from tests/bits/full_matrix_10.cc rename to tests/full_matrix/full_matrix_67.cc diff --git a/tests/bits/full_matrix_10.output b/tests/full_matrix/full_matrix_67.output similarity index 100% rename from tests/bits/full_matrix_10.output rename to tests/full_matrix/full_matrix_67.output diff --git a/tests/bits/full_matrix_11.cc b/tests/full_matrix/full_matrix_68.cc similarity index 100% rename from tests/bits/full_matrix_11.cc rename to tests/full_matrix/full_matrix_68.cc diff --git a/tests/bits/full_matrix_11.output b/tests/full_matrix/full_matrix_68.output similarity index 100% rename from tests/bits/full_matrix_11.output rename to tests/full_matrix/full_matrix_68.output diff --git a/tests/bits/full_matrix_common.h b/tests/full_matrix/full_matrix_common.h similarity index 100% rename from tests/bits/full_matrix_common.h rename to tests/full_matrix/full_matrix_common.h diff --git a/tests/bits/full_matrix_iterator_01.cc b/tests/full_matrix/full_matrix_iterator_01.cc similarity index 100% rename from tests/bits/full_matrix_iterator_01.cc rename to tests/full_matrix/full_matrix_iterator_01.cc diff --git a/tests/bits/full_matrix_iterator_01.output b/tests/full_matrix/full_matrix_iterator_01.output similarity index 100% rename from tests/bits/full_matrix_iterator_01.output rename to tests/full_matrix/full_matrix_iterator_01.output diff --git a/tests/lac/full_matrix_print.cc b/tests/full_matrix/full_matrix_print.cc similarity index 100% rename from tests/lac/full_matrix_print.cc rename to tests/full_matrix/full_matrix_print.cc diff --git a/tests/lac/full_matrix_print.output b/tests/full_matrix/full_matrix_print.output similarity index 100% rename from tests/lac/full_matrix_print.output rename to tests/full_matrix/full_matrix_print.output diff --git a/tests/bits/full_matrix_vector_01.cc b/tests/full_matrix/full_matrix_vector_01.cc similarity index 100% rename from tests/bits/full_matrix_vector_01.cc rename to tests/full_matrix/full_matrix_vector_01.cc diff --git a/tests/bits/full_matrix_vector_01.output b/tests/full_matrix/full_matrix_vector_01.output similarity index 100% rename from tests/bits/full_matrix_vector_01.output rename to tests/full_matrix/full_matrix_vector_01.output diff --git a/tests/bits/full_matrix_vector_02.cc b/tests/full_matrix/full_matrix_vector_02.cc similarity index 100% rename from tests/bits/full_matrix_vector_02.cc rename to tests/full_matrix/full_matrix_vector_02.cc diff --git a/tests/bits/full_matrix_vector_02.output b/tests/full_matrix/full_matrix_vector_02.output similarity index 100% rename from tests/bits/full_matrix_vector_02.output rename to tests/full_matrix/full_matrix_vector_02.output diff --git a/tests/bits/full_matrix_vector_05.cc b/tests/full_matrix/full_matrix_vector_05.cc similarity index 100% rename from tests/bits/full_matrix_vector_05.cc rename to tests/full_matrix/full_matrix_vector_05.cc diff --git a/tests/bits/full_matrix_vector_05.output b/tests/full_matrix/full_matrix_vector_05.output similarity index 100% rename from tests/bits/full_matrix_vector_05.output rename to tests/full_matrix/full_matrix_vector_05.output diff --git a/tests/bits/full_matrix_vector_06.cc b/tests/full_matrix/full_matrix_vector_06.cc similarity index 100% rename from tests/bits/full_matrix_vector_06.cc rename to tests/full_matrix/full_matrix_vector_06.cc diff --git a/tests/bits/full_matrix_vector_06.output b/tests/full_matrix/full_matrix_vector_06.output similarity index 100% rename from tests/bits/full_matrix_vector_06.output rename to tests/full_matrix/full_matrix_vector_06.output diff --git a/tests/bits/full_matrix_vector_07.cc b/tests/full_matrix/full_matrix_vector_07.cc similarity index 100% rename from tests/bits/full_matrix_vector_07.cc rename to tests/full_matrix/full_matrix_vector_07.cc diff --git a/tests/bits/full_matrix_vector_07.output b/tests/full_matrix/full_matrix_vector_07.output similarity index 100% rename from tests/bits/full_matrix_vector_07.output rename to tests/full_matrix/full_matrix_vector_07.output