From: bangerth Date: Mon, 29 Sep 2008 19:22:04 +0000 (+0000) Subject: Remove auto-generated file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d008b52473e139b984bb26e2f228695aeb7f0c;p=dealii-svn.git Remove auto-generated file. git-svn-id: https://svn.dealii.org/trunk@17045 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_matrix_ez.inst b/deal.II/lac/source/sparse_matrix_ez.inst deleted file mode 100644 index a136cdbb22..0000000000 --- a/deal.II/lac/source/sparse_matrix_ez.inst +++ /dev/null @@ -1,276 +0,0 @@ -template class SparseMatrixEZ< double >; - -template class SparseMatrixEZ< float >; - -template class SparseMatrixEZ< long double >; - -template - void SparseMatrixEZ< double >::vmult< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< double >::Tvmult< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< double >::vmult_add< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< double >::Tvmult_add< double > (Vector< double > &, - const Vector< double > &) const; - - template - void SparseMatrixEZ< double >::precondition_SSOR< double > (Vector< double > &, - const Vector< double > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_SOR< double > (Vector< double > &, - const Vector< double > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_TSOR< double > (Vector< double > &, - const Vector< double > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_Jacobi< double > (Vector< double > &, - const Vector< double > &, - const double ) const; - -template - void SparseMatrixEZ< double >::vmult< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< double >::Tvmult< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< double >::vmult_add< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< double >::Tvmult_add< float > (Vector< float > &, - const Vector< float > &) const; - - template - void SparseMatrixEZ< double >::precondition_SSOR< float > (Vector< float > &, - const Vector< float > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_SOR< float > (Vector< float > &, - const Vector< float > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_TSOR< float > (Vector< float > &, - const Vector< float > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_Jacobi< float > (Vector< float > &, - const Vector< float > &, - const double ) const; - -template - void SparseMatrixEZ< double >::vmult< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< double >::Tvmult< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< double >::vmult_add< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< double >::Tvmult_add< long double > (Vector< long double > &, - const Vector< long double > &) const; - - template - void SparseMatrixEZ< double >::precondition_SSOR< long double > (Vector< long double > &, - const Vector< long double > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_SOR< long double > (Vector< long double > &, - const Vector< long double > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_TSOR< long double > (Vector< long double > &, - const Vector< long double > &, - const double ) const; - template - void SparseMatrixEZ< double >::precondition_Jacobi< long double > (Vector< long double > &, - const Vector< long double > &, - const double ) const; - -template - void SparseMatrixEZ< float >::vmult< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< float >::Tvmult< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< float >::vmult_add< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< float >::Tvmult_add< double > (Vector< double > &, - const Vector< double > &) const; - - template - void SparseMatrixEZ< float >::precondition_SSOR< double > (Vector< double > &, - const Vector< double > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_SOR< double > (Vector< double > &, - const Vector< double > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_TSOR< double > (Vector< double > &, - const Vector< double > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_Jacobi< double > (Vector< double > &, - const Vector< double > &, - const float ) const; - -template - void SparseMatrixEZ< float >::vmult< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< float >::Tvmult< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< float >::vmult_add< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< float >::Tvmult_add< float > (Vector< float > &, - const Vector< float > &) const; - - template - void SparseMatrixEZ< float >::precondition_SSOR< float > (Vector< float > &, - const Vector< float > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_SOR< float > (Vector< float > &, - const Vector< float > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_TSOR< float > (Vector< float > &, - const Vector< float > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_Jacobi< float > (Vector< float > &, - const Vector< float > &, - const float ) const; - -template - void SparseMatrixEZ< float >::vmult< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< float >::Tvmult< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< float >::vmult_add< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< float >::Tvmult_add< long double > (Vector< long double > &, - const Vector< long double > &) const; - - template - void SparseMatrixEZ< float >::precondition_SSOR< long double > (Vector< long double > &, - const Vector< long double > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_SOR< long double > (Vector< long double > &, - const Vector< long double > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_TSOR< long double > (Vector< long double > &, - const Vector< long double > &, - const float ) const; - template - void SparseMatrixEZ< float >::precondition_Jacobi< long double > (Vector< long double > &, - const Vector< long double > &, - const float ) const; - -template - void SparseMatrixEZ< long double >::vmult< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< long double >::Tvmult< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< long double >::vmult_add< double > (Vector< double > &, - const Vector< double > &) const; - template - void SparseMatrixEZ< long double >::Tvmult_add< double > (Vector< double > &, - const Vector< double > &) const; - - template - void SparseMatrixEZ< long double >::precondition_SSOR< double > (Vector< double > &, - const Vector< double > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_SOR< double > (Vector< double > &, - const Vector< double > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_TSOR< double > (Vector< double > &, - const Vector< double > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_Jacobi< double > (Vector< double > &, - const Vector< double > &, - const long double ) const; - -template - void SparseMatrixEZ< long double >::vmult< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< long double >::Tvmult< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< long double >::vmult_add< float > (Vector< float > &, - const Vector< float > &) const; - template - void SparseMatrixEZ< long double >::Tvmult_add< float > (Vector< float > &, - const Vector< float > &) const; - - template - void SparseMatrixEZ< long double >::precondition_SSOR< float > (Vector< float > &, - const Vector< float > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_SOR< float > (Vector< float > &, - const Vector< float > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_TSOR< float > (Vector< float > &, - const Vector< float > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_Jacobi< float > (Vector< float > &, - const Vector< float > &, - const long double ) const; - -template - void SparseMatrixEZ< long double >::vmult< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< long double >::Tvmult< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< long double >::vmult_add< long double > (Vector< long double > &, - const Vector< long double > &) const; - template - void SparseMatrixEZ< long double >::Tvmult_add< long double > (Vector< long double > &, - const Vector< long double > &) const; - - template - void SparseMatrixEZ< long double >::precondition_SSOR< long double > (Vector< long double > &, - const Vector< long double > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_SOR< long double > (Vector< long double > &, - const Vector< long double > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_TSOR< long double > (Vector< long double > &, - const Vector< long double > &, - const long double ) const; - template - void SparseMatrixEZ< long double >::precondition_Jacobi< long double > (Vector< long double > &, - const Vector< long double > &, - const long double ) const; -