]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add some missing explicit instantiations.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2003 23:04:41 +0000 (23:04 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2003 23:04:41 +0000 (23:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@6951 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_decomposition.cc

index 49b43992c100e599ce520f7871c3b2255b20b67b..d79687368dee32e9a3427d1b3a4d67464710310a 100644 (file)
@@ -1,5 +1,5 @@
 //----------------------------  sparse_decomposition.cc  ---------------------------
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
 //    by the deal.II authors and Stephen "Cheffo" Kolaroff
 //
 //    This file is subject to QPL and may not be  distributed
@@ -18,8 +18,15 @@ template void SparseLUDecomposition<double>::decompose<double> (const SparseMatr
 template void SparseLUDecomposition<double>::decompose<float> (const SparseMatrix<float> &,
                                                                const double);
 
+template void SparseLUDecomposition<double>::copy_from<double> (const SparseMatrix<double> &);
+template void SparseLUDecomposition<double>::copy_from<float> (const SparseMatrix<float> &);
+
+
 template class SparseLUDecomposition<float>;
 template void SparseLUDecomposition<float>::decompose<double> (const SparseMatrix<double> &,
                                                                const double);
 template void SparseLUDecomposition<float>::decompose<float> (const SparseMatrix<float> &,
                                                               const double);
+
+template void SparseLUDecomposition<float>::copy_from<double> (const SparseMatrix<double> &);
+template void SparseLUDecomposition<float>::copy_from<float> (const SparseMatrix<float> &);

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.