]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove auto-generated file.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2008 19:22:04 +0000 (19:22 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2008 19:22:04 +0000 (19:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@17045 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_matrix_ez.inst [deleted file]

diff --git a/deal.II/lac/source/sparse_matrix_ez.inst b/deal.II/lac/source/sparse_matrix_ez.inst
deleted file mode 100644 (file)
index a136cdb..0000000
+++ /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;

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.