]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
mark old householder routines as deprecated
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Apr 2005 18:25:36 +0000 (18:25 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Apr 2005 18:25:36 +0000 (18:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@10512 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/full_matrix.h

index ff15dbf3b6ac9848ea68465e9817ccad8d292bcb..83a8b3fe028b53529783e513af7c11acb0775899 100644 (file)
@@ -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<number2> &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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.