From 8e51204520d131286930ee33b5730edd29bbb3c0 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 18 Apr 2005 18:25:36 +0000 Subject: [PATCH] mark old householder routines as deprecated git-svn-id: https://svn.dealii.org/trunk@10512 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index ff15dbf3b6..83a8b3fe02 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -794,6 +794,10 @@ class FullMatrix : public Table<2,number> /** + * @deprecated Use the class Householder + * to compute a QR-factorization which + * can be applied to several vectors. + * * QR-factorization of a matrix. * The orthogonal transformation * Q is applied to the vector y @@ -1010,6 +1014,10 @@ class FullMatrix : public Table<2,number> const Vector &src) const; /** + * @deprecated Use the class + * Householder to solve least + * squares problems. + * * Least-Squares-Approximation by * QR-factorization. The return * value is the Euclidean norm of -- 2.39.5