]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate a few vmult-type functions for argument types that differ.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 Jun 2004 16:11:07 +0000 (16:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 Jun 2004 16:11:07 +0000 (16:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@9453 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_matrix.double.cc

index 62a5533d775352052f0e5cb96f2dbd350ae27f4c..7fc1956389b00ad9f3521f0de4963a1012be0a66 100644 (file)
@@ -43,3 +43,22 @@ template class SparseMatrix<TYPEMAT>;
 //  #include <lac/sparse_matrix.2.templates>
 
 #undef TYPEMAT
+
+
+template void SparseMatrix<double>::
+vmult (Vector<double> &, const Vector<float> &) const;
+template void SparseMatrix<double>::
+Tvmult (Vector<double> &, const Vector<float> &) const;
+template void SparseMatrix<double>::
+vmult_add (Vector<double> &, const Vector<float> &) const;
+template void SparseMatrix<double>::
+Tvmult_add (Vector<double> &, const Vector<float> &) const;
+
+template void SparseMatrix<double>::
+vmult (Vector<float> &, const Vector<double> &) const;
+template void SparseMatrix<double>::
+Tvmult (Vector<float> &, const Vector<double> &) const;
+template void SparseMatrix<double>::
+vmult_add (Vector<float> &, const Vector<double> &) const;
+template void SparseMatrix<double>::
+Tvmult_add (Vector<float> &, const Vector<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.