From f8077d889f9ad83a99f984b2c55a0168cd342c2e Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 17 May 2005 09:36:15 +0000 Subject: [PATCH] Update refs. git-svn-id: https://svn.dealii.org/trunk@10686 0785d39b-7218-0410-832d-ea1e28bc413d --- .../lac/householder.output | 2 ++ .../lac/matrices.output | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 tests/results/i686-pc-linux-gnu+gcc2.95/lac/householder.output create mode 100644 tests/results/i686-pc-linux-gnu+gcc2.95/lac/matrices.output diff --git a/tests/results/i686-pc-linux-gnu+gcc2.95/lac/householder.output b/tests/results/i686-pc-linux-gnu+gcc2.95/lac/householder.output new file mode 100644 index 0000000000..71fb7aaaf4 --- /dev/null +++ b/tests/results/i686-pc-linux-gnu+gcc2.95/lac/householder.output @@ -0,0 +1,2 @@ + +DEAL::Distance 1.75 diff --git a/tests/results/i686-pc-linux-gnu+gcc2.95/lac/matrices.output b/tests/results/i686-pc-linux-gnu+gcc2.95/lac/matrices.output new file mode 100644 index 0000000000..1301fd7b35 --- /dev/null +++ b/tests/results/i686-pc-linux-gnu+gcc2.95/lac/matrices.output @@ -0,0 +1,19 @@ + +DEAL::FullMatrix::copy_from SparseMatrixEZ +2. ~ 3. 4. +5. 6. ~ 7. +8. 9. 10. 11. +~ ~ ~ ~ +12. ~ 13. 14. +DEAL::LAPACKFullMatrix::copy_from SparseMatrixEZ +2. ~ 3. 4. +5. 6. ~ 7. +8. 9. 10. 11. +~ ~ ~ ~ +12. ~ 13. 14. +DEAL::LAPACKFullMatrix::fill SparseMatrixEZ +9. 10. 11. +~ ~ ~ +DEAL::LAPACKFullMatrix::fill SparseMatrixEZ +9. 10. 11. +~ 13. 14. -- 2.39.5